CAPEC Definitions

    CAPEC Definitions / CAPEC-41

    CAPEC-41: Using Meta-characters in E-mail Headers to Inject Malicious Payloads

    This type of attack involves an attacker leveraging meta-characters in email headers to inject improper behavior into email programs. Email software has become increasingly sophisticated and feature-rich. In addition, email applications are ubiquitous and connected directly to the Web making them ideal targets to launch and propagate attacks. As the user demand for new functionality in email applications grows, they become more like browsers with complex rendering and plug in routines. As more email functionality is included and abstracted from the user, this creates opportunities for attackers. Virtually all email applications do not list email header information by default, however the email header contains valuable attacker vectors for the attacker to exploit particularly if the behavior of the email client application is known. Meta-characters are hidden from the user, but can contain scripts, enumerations, probes, and other attacks against the user's system.

    Severity:High
    Possibility:High

    Extended Description

    No Extended Description.

    Mitigations

    Design: Perform validation on email header data

    Implementation: Implement email filtering solutions on mail server or on MTA, relay server.

    Implementation: Mail servers that perform strict validation may catch these attacks, because metacharacters are not allowed in many header variables such as dns names

    Relationships with other CAPECs

    CAPEC-242: Code Injection

    CAPEC-134: Email Injection

    Prerequisites

    This attack targets most widely deployed feature rich email applications, including web based email programs.

    Related Weaknesses

    CWE-150: Improper Neutralization of Escape, Meta, or Control Sequences

    CWE-88: Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')

    CWE-697: Incorrect Comparison