mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-30 00:49:28 +02:00
18 lines
827 B
Markdown
18 lines
827 B
Markdown
### [CVE-2007-3996](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3996)
|
|

|
|

|
|

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