CAPEC Definitions

    CAPEC Definitions / CAPEC-149

    CAPEC-149: Explore for Predictable Temporary File Names

    An attacker explores a target to identify the names and locations of predictable temporary files for the purpose of launching further attacks against the target. This involves analyzing naming conventions and storage locations of the temporary files created by a target application. If an attacker can predict the names of temporary files they can use this information to mount other attacks, such as information gathering and symlink attacks.

    Severity:Medium
    Possibility:

    Extended Description

    No Extended Description.

    Mitigations

    No Mitigations found.

    Relationships with other CAPECs

    CAPEC-497: File Discovery

    CAPEC-155: Screen Temporary Files for Sensitive Information

    Prerequisites

    The targeted application must create names for temporary files using a predictable procedure, e.g. using sequentially increasing numbers.

    The attacker must be able to see the names of the files the target is creating.

    Related Weaknesses

    CWE-377: Insecure Temporary File