Files
CVEs-PoC/2014/CVE-2014-2020.md
T
2024-06-18 02:51:15 +02:00

18 lines
800 B
Markdown

### [CVE-2014-2020](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2020)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
ext/gd/gd.c in PHP 5.5.x before 5.5.9 does not check data types, which might allow remote attackers to obtain sensitive information by using a (1) string or (2) array data type in place of a numeric data type, as demonstrated by an imagecrop function call with a string for the x dimension value, a different vulnerability than CVE-2013-7226.
### POC
#### Reference
- https://bugs.php.net/bug.php?id=66356
#### Github
No PoCs found on GitHub currently.