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

18 lines
748 B
Markdown

### [CVE-2008-1679](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1679)
![](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 imageop.c in Python before 2.5.3 allow context-dependent attackers to cause a denial of service (crash) and possibly execute arbitrary code via crafted images that trigger heap-based buffer overflows. NOTE: this issue is due to an incomplete fix for CVE-2007-4965.
### POC
#### Reference
- http://bugs.python.org/issue1179
#### Github
No PoCs found on GitHub currently.