Improper input validation in Php
CVE-2016-10712
In PHP before 5.5.32, 5.6.x before 5.6.18, and 7.x before 7.0.3, all of the return values of stream_get_meta_data can be controlled if the input can be controlled (e.g., during file uploads). For example, a "$uri = stream_get_meta_data(fopen($file, "r"))['uri']" call mishandles the case where $file is data:text/plain;uri=eviluri, -- in other words, metadata can be set by an attacker.
Vulnerability class: Drupalgeddon 2 (CVE-2018-7600)
EPSS: 0.023 (81.1th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.5 (High). Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N.
Affected products
- Php
- Canonical Ubuntu_linux — versions 14.04, 16.04, 17.10
- N/a — versions n/a
Weakness classification (CWE)
Public proof-of-concept exploits
References
- cve@mitre.org (x_refsource_UBUNTU, vendor-advisory, Third Party Advisory)
- cve@mitre.org (x_refsource_CONFIRM, Exploit, Patch, Issue Tracking, Vendor Advisory)
- cve@mitre.org (x_refsource_CONFIRM)
- cve@mitre.org (x_refsource_UBUNTU, vendor-advisory)
Frequently asked questions
- What is CVE-2016-10712?
- CVE-2016-10712 is a high-severity vulnerability in Php, classified under Improper Input Validation. CVSS score: 7.5/10. Published 2018-02-09.
- How severe is CVE-2016-10712?
- High severity. CVSS v3 base score is 7.5 out of 10.
- Is CVE-2016-10712 known to be exploited?
- 3 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.