mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 19:17:37 +02:00
18 lines
816 B
Markdown
18 lines
816 B
Markdown
### [CVE-2011-1487](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1487)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|