mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-01 11:01:35 +02:00
18 lines
806 B
Markdown
18 lines
806 B
Markdown
### [CVE-2013-7327](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-7327)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The gdImageCrop function in ext/gd/gd.c in PHP 5.5.x before 5.5.9 does not check return values, which allows remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via invalid imagecrop arguments that lead to use of a NULL pointer as a return 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.
|
|
|