CAPEC Definitions

    CAPEC Definitions / CAPEC-194

    CAPEC-194: Fake the Source of Data

    An adversary takes advantage of improper authentication to provide data or services under a falsified identity. The purpose of using the falsified identity may be to prevent traceability of the provided data or to assume the rights granted to another individual. One of the simplest forms of this attack would be the creation of an email message with a modified From field in order to appear that the message was sent from someone other than the actual sender. The root of the attack (in this case the email system) fails to properly authenticate the source and this results in the reader incorrectly performing the instructed action. Results of the attack vary depending on the details of the attack, but common results include privilege escalation, obfuscation of other attacks, and data corruption/manipulation.

    Severity:Medium
    Possibility:

    Extended Description

    No Extended Description.

    Mitigations

    No Mitigations found.

    Relationships with other CAPECs

    CAPEC-151: Identity Spoofing

    CAPEC-657: Malicious Automated Software Update via Spoofing

    CAPEC-667: Bluetooth Impersonation AttackS (BIAS)

    Prerequisites

    This attack is only applicable when a vulnerable entity associates data or services with an identity. Without such an association, there would be no reason to fake the source.

    Related Weaknesses

    CWE-287: Improper Authentication