Files
CVEs-PoC/2012/CVE-2012-3480.md
2025-09-29 21:09:30 +02:00

19 lines
841 B
Markdown

### [CVE-2012-3480](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-3480)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
Multiple integer overflows in the (1) strtod, (2) strtof, (3) strtold, (4) strtod_l, and other unspecified "related functions" in stdlib in GNU C Library (aka glibc or libc6) 2.16 allow local users to cause a denial of service (application crash) and possibly execute arbitrary code via a long string, which triggers a stack-based buffer overflow.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/mudongliang/LinuxFlaw
- https://github.com/oneoy/cve-