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

18 lines
827 B
Markdown

### [CVE-2007-3996](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3996)
![](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
Multiple integer overflows in libgd in PHP before 5.2.4 allow remote attackers to cause a denial of service (application crash) and possibly execute arbitrary code via a large (1) srcW or (2) srcH value to the (a) gdImageCopyResized function, or a large (3) sy (height) or (4) sx (width) value to the (b) gdImageCreate or the (c) gdImageCreateTrueColor function.
### POC
#### Reference
- http://securityreason.com/securityalert/3103
#### Github
No PoCs found on GitHub currently.