CWE•Variant•Incomplete•20 recent CVEs
CWE-35Path Traversal: '.../...//'
Description
The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '.../...//' (doubled triple dot slash) sequences that can resolve to a location that is outside of that directory.
Common consequences
- Confidentiality,Integrity→Read Files or Directories,Modify Files or Directories,Bypass Protection MechanismNot properly neutralizing '.../...//' (doubled triple dot slash) allows attackers to traverse the file system to access files or directories that are outside of the restricted directory.
Potential mitigations
- Implementation[object Object]
- ImplementationInputs should be decoded and canonicalized to the application's current internal representation before being validated (CWE-180). Make sure that the application does not decode the same input twice (CWE-174). Such errors could be used to bypass allowlist validation schemes by introducing dangerous inputs after they have been checked.
Related CWEs
Recent CVEs classified under this CWE
CVE-2026-853106.52026-09-10CVE-2026-211036.12026-09-09CVE-2026-210925.32026-09-09CVE-2026-205134.42026-09-07CVE-2026-599097.12026-08-17CVE-2026-560893.32026-08-17CVE-2026-281577.52026-08-13CVE-2026-691097.52026-08-11CVE-2026-137169.12026-08-11CVE-2026-591159.92026-08-07CVE-2026-666956.52026-08-06CVE-2025-591812026-07-27CVE-2025-608357.82026-07-22CVE-2026-497796.52026-07-02CVE-2026-527078.12026-06-17CVE-2026-527039.62026-06-15CVE-2026-491127.52026-06-15CVE-2026-426618.82026-06-15CVE-2026-401289.02026-06-09CVE-2026-243154.22026-06-09