mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-23 02:29:40 +02:00
18 lines
968 B
Markdown
18 lines
968 B
Markdown
### [CVE-2005-2090](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-2090)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Jakarta Tomcat 5.0.19 (Coyote/1.1) and Tomcat 4.1.24 (Coyote/1.0) allows remote attackers to poison the web cache, bypass web application firewall protection, and conduct XSS attacks via an HTTP request with both a "Transfer-Encoding: chunked" header and a Content-Length header, which causes Tomcat to incorrectly handle and forward the body of the request in a way that causes the receiving server to process it as a separate HTTP request, aka "HTTP Request Smuggling."
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://community.ca.com/blogs/casecurityresponseblog/archive/2009/01/23.aspx
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|