mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-31 10:09:29 +02:00
20 lines
932 B
Markdown
20 lines
932 B
Markdown
### [CVE-2008-2370](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2370)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Apache Tomcat 4.1.0 through 4.1.37, 5.5.0 through 5.5.26, and 6.0.0 through 6.0.16, when a RequestDispatcher is used, performs path normalization before removing the query string from the URI, which allows remote attackers to conduct directory traversal attacks and read arbitrary files via a .. (dot dot) in a request parameter.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://securityreason.com/securityalert/4099
|
|
- http://www.redhat.com/support/errata/RHSA-2008-0862.html
|
|
- http://www.vmware.com/security/advisories/VMSA-2009-0016.html
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|