### [CVE-2008-1545](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1545) ![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen) ### 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.