...
Guideline | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
IDS01-J | high | probable | medium | P12 | L1 |
Related Vulnerabilities
CVE-2008-2370 describes a vulnerability in 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, Tomcat 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.
Search for other vulnerabilities resulting from the violation of this guideline on the CERT website.
...
Wiki Markup |
---|
\[[OWASP 2008|AA. Bibliography#OWASP 08]\] [Testing for XML Injection (OWASP-DV-008)|http://www.owasp.org/index.php/Testing_for_XML_Injection_%28OWASP-DV-008%29] |
Wiki Markup |
---|
\[[OWASP 2005|AA. Bibliography#OWASP 05]\]
\[[OWASP 2007|AA. Bibliography#OWASP 07]\] |
...
Filter data that passes through a trust boundary 13. Input Validation and Data Sanitization (IDS) IDS02-J. Validate strings after performing normalization