Files
CVEs-PoC/2012/CVE-2012-3450.md
2024-06-18 02:51:15 +02:00

18 lines
783 B
Markdown

### [CVE-2012-3450](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-3450)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20n%2Fa%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
pdo_sql_parser.re in the PDO extension in PHP before 5.3.14 and 5.4.x before 5.4.4 does not properly determine the end of the query string during parsing of prepared statements, which allows remote attackers to cause a denial of service (out-of-bounds read and application crash) via a crafted parameter value.
### POC
#### Reference
- https://bugs.php.net/bug.php?id=61755
#### Github
No PoCs found on GitHub currently.