| Scope | Impact | Likelihood |
|---|---|---|
| Access Control | Bypass Protection Mechanism |
| References | Description |
|---|---|
CVE-2004-0815 | "/.////" in pathname collapses to absolute path. |
CVE-2005-3123 | "/.//..//////././" is collapsed into "/.././" after ".." and "//" sequences are removed. |
CVE-2002-0325 | ".../...//" collapsed to "..." due to removal of "./" in web server. |
CVE-2002-0784 | chain: HTTP server protects against ".." but allows "." variants such as "////./../.../". If the server removes "/.." sequences, the result would collapse into an unsafe value "////../" (CWE-182). |
CVE-2005-2169 | MFV. Regular expression intended to protect against directory traversal reduces ".../...//" to "../". |
CVE-2001-1157 | XSS protection mechanism strips a |