This page is experimental and may change significantly in future releases.
Path Equivalence: 'fakedir/../realdir/filename'
Properties
id: d3f:CWE-57
- name
- Path Equivalence: 'fakedir/../realdir/filename'
- definition
- The product contains protection mechanisms to restrict access to 'realdir/filename', but it constructs pathnames using external input in the form of 'fakedir/../realdir/filename' that are not handled by those mechanisms. This allows attackers to perform unauthorized actions against the targeted file.
Neighbors
CWE-57 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-57 has no related weaknesses in this release.