CWE · MITRE source
CWE-29Path Traversal: '\..\filename'
The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '\..\filename' (leading backslash dot dot) sequences that can resolve to a location that is outside of that directory.
This allows attackers to traverse the file system to access files or directories that are outside of the restricted directory. This is similar to CWE-25, except using "\" instead of "/". Sometimes a program checks for "..\" at the beginning of the input, so a "\..\" can bypass that check. It is also useful for bypassing path traversal protection schemes that only assume that the "/" separator is valid.
Last updated: 11 August 2026 10:53 UTC
Control responseHuman-reviewed
Answering this weakness across the control lifecycle, from our framework cross-walks.
NIST 800-53 r5 controls that address this weakness (0)AI-assisted
| Control | Title | Family | Why it addresses this CWE |
|---|---|---|---|
| No NIST controls proposed yet. | |||
Top CVEs of this weakness type, ranked by Risk Priority
| CVE | Risk | CVSS | EPSS | Published |
|---|---|---|---|---|
CVE-2024-6396 UPD | 9.4 | 9.8 | 0.5311 | 2024-07-12 |
CVE-2023-1177 UPD | 9.2 | 9.3 | 0.6968 | 2023-03-24 |
CVE-2024-4320 UPD | 8.9 | 9.8 | 0.3435 | 2024-06-06 |
CVE-2024-3429 UPD | 8.8 | 9.8 | 0.2832 | 2024-06-06 |
CVE-2024-2083 UPD | 8.7 | 9.9 | 0.3749 | 2024-04-16 |
CVE-2023-6909 UPD | 8.4 | 7.5 | 0.8972 | 2023-12-18 |
CVE-2023-1034 UPD | 8.0 | 8.8 | 0.2811 | 2023-02-25 |
CVE-2023-2780 UPD | 8.0 | 9.8 | 0.0636 | 2023-05-17 |
CVE-2023-0104 UPD | 7.9 | 9.3 | 0.2185 | 2023-02-22 |
CVE-2023-6975 UPD | 7.7 | 9.8 | 0.0201 | 2023-12-20 |
CVE-2024-3848 UPD | 7.7 | 7.5 | 0.4328 | 2024-05-16 |
CVE-2023-6021 UPD | 7.6 | 7.5 | 0.3683 | 2023-11-16 |
CVE-2024-2360 UPD | 7.6 | 9.8 | 0.0187 | 2024-06-06 |
CVE-2024-2624 UPD | 7.6 | 9.8 | 0.0136 | 2024-06-06 |
CVE-2024-2358 UPD | 7.5 | 9.8 | 0.0112 | 2024-05-16 |
CVE-2024-5443 UPD | 7.5 | 9.8 | 0.0115 | 2024-06-22 |
CVE-2024-4322 UPD | 7.4 | 7.5 | 0.3099 | 2024-05-16 |
CVE-2025-15036 UPD | 7.4 | 10.0 | 0.0058 | 2026-03-30 |
CVE-2024-2928 UPD | 7.2 | 7.5 | 0.2185 | 2024-06-06 |
CVE-2024-34470 UPD | 7.0 | 8.6 | 0.0670 | 2024-05-06 |
CVE-2024-5926 UPD | 7.0 | 9.1 | 0.0086 | 2024-06-30 |
CVE-2024-7957 UPD | 7.0 | 9.1 | 0.0088 | 2025-03-20 |
CVE-2024-8537 UPD | 7.0 | 9.1 | 0.0095 | 2025-03-20 |
CVE-2024-7774 UPD | 6.9 | 9.1 | 0.0055 | 2024-10-29 |
CVE-2024-11170 UPD | 6.9 | 8.8 | 0.0166 | 2025-03-20 |