This page is experimental and may change significantly in future releases.
Path Traversal: '...' (Triple Dot)
Properties
id: d3f:CWE-32
- name
- Path Traversal: '...' (Triple Dot)
- definition
- The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '...' (triple dot) sequences that can resolve to a location that is outside of that directory.
Neighbors
CWE-32 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-32 has no related weaknesses in this release.