cve/2010/CVE-2010-2761.md

19 lines
904 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2010-2761](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2761)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The multipart_init function in (1) CGI.pm before 3.50 and (2) Simple.pm in CGI::Simple 1.112 and earlier uses a hardcoded value of the MIME boundary string in multipart/x-mixed-replace content, which allows remote attackers to inject arbitrary HTTP headers and conduct HTTP response splitting attacks via crafted input that contains this value, a different vulnerability than CVE-2010-3172.
### POC
#### Reference
- http://www.bugzilla.org/security/3.2.9/
- https://bugzilla.mozilla.org/show_bug.cgi?id=591165
#### Github
No PoCs found on GitHub currently.