mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-25 20:57:49 +02:00
19 lines
882 B
Markdown
19 lines
882 B
Markdown
### [CVE-2008-1545](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1545)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The setRequestHeader method of the XMLHttpRequest object in Microsoft Internet Explorer 7 does not restrict the dangerous Transfer-Encoding HTTP request header, which allows remote attackers to conduct HTTP request splitting and HTTP request smuggling attacks via a POST containing a "Transfer-Encoding: chunked" header and a request body with an incorrect chunk size.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://securityreason.com/securityalert/3786
|
|
- http://www.mindedsecurity.com/MSA01240108.html
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|