mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-11 00:14:52 +02:00
18 lines
800 B
Markdown
18 lines
800 B
Markdown
### [CVE-2014-2020](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2020)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|