CWEBaseIncomplete2 recent CVEs

CWE-41Improper Resolution of Path Equivalence

Description

The product is vulnerable to file system contents disclosure through path equivalence. Path equivalence involves the use of special characters in file and directory names. The associated manipulations are intended to generate multiple names for the same object.

Path equivalence is usually employed in order to circumvent access controls expressed using an incomplete set of file name or file path representations. This is different from path traversal, wherein the manipulations are performed to generate a name for a different object.

Common consequences

Potential mitigations

Related CWEs

Recent CVEs classified under this CWE