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

18 lines
816 B
Markdown

### [CVE-2011-1487](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1487)
![](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
The (1) lc, (2) lcfirst, (3) uc, and (4) ucfirst functions in Perl 5.10.x, 5.11.x, and 5.12.x through 5.12.3, and 5.13.x through 5.13.11, do not apply the taint attribute to the return value upon processing tainted input, which might allow context-dependent attackers to bypass the taint protection mechanism via a crafted string.
### POC
#### Reference
- https://bugzilla.redhat.com/show_bug.cgi?id=692898
#### Github
No PoCs found on GitHub currently.