Files
CVEs-PoC/2011/CVE-2011-1939.md
T
2025-09-29 21:09:30 +02:00

21 lines
1.0 KiB
Markdown

### [CVE-2011-1939](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1939)
![](https://img.shields.io/static/v1?label=Product&message=PHP&color=blue)
![](https://img.shields.io/static/v1?label=Product&message=zendframework&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=1.10.x%20before%201.10.9%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=1.11.x%20before%201.11.6%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=before%205.3.6%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=potential%20SQL%20injection%20vector%20when%20using%20PDO_MySql%20(ZF2011-02)&color=brightgreen)
### Description
SQL injection vulnerability in Zend Framework 1.10.x before 1.10.9 and 1.11.x before 1.11.6 when using non-ASCII-compatible encodings in conjunction PDO_MySql in PHP before 5.3.6.
### POC
#### Reference
- https://bugs.php.net/bug.php?id=47802
#### Github
No PoCs found on GitHub currently.