Common Weakness Enumeration

    CWE Definition / CWE-43

    CWE-43: Path Equivalence: 'filename....' (Multiple Trailing Dot)

    The product accepts path input in the form of multiple trailing dot ('filedir....') without appropriate validation, which can lead to ambiguous path resolution and allow an attacker to traverse the file system to unintended locations or access arbitrary files.

    Published:19 Jul 2006
    Organization:MITRE
    Modified:11 Dec 2025

    Related Weakness

    CWE-42: Path Equivalence: 'filename.' (Trailing Dot)

    CWE-163: Improper Neutralization of Multiple Trailing Special Elements