Dark Mode
Capec-41 Detail
Using Meta-characters in E-mail Headers to Inject Malicious Payloads
Detailed Software Software Likelihood: High Typical Severity: High
Parents: 134 242
Threats: T290
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.
Not present
| External ID | Source | Link | Description |
|---|---|---|---|
| CAPEC-41 | capec | https://capec.mitre.org/data/definitions/41.html | |
| CWE-150 | cwe | http://cwe.mitre.org/data/definitions/150.html | |
| CWE-88 | cwe | http://cwe.mitre.org/data/definitions/88.html | |
| CWE-697 | cwe | http://cwe.mitre.org/data/definitions/697.html | |
| REF-1 | reference_from_CAPEC | G. Hoglund, G. McGraw, Exploiting Software: How to Break Code, 2004--02, Addison-Wesley |
Experiment
-
Identify and characterize metacharacter-processing vulnerabilities in email headers: An attacker creates emails with headers containing various metacharacter-based malicious payloads in order to determine whether the target application processes the malicious content and in what manner it does so.
| Techniques |
|---|
| Use an automated tool (fuzzer) to create malicious emails headers containing metacharacter-based payloads. |
| Manually tampering email headers to inject malicious metacharacter-based payload content in them. |
Exploit
-
An attacker leverages vulnerabilities identified during the Experiment Phase to inject malicious email headers and cause the targeted email application to exhibit behavior outside of its expected constraints.
| Techniques |
|---|
| Send emails with specifically-constructed, metacharacter-based malicious payloads in the email headers to targeted systems running email processing applications identified as vulnerable during the Experiment Phase. |
- This attack targets most widely deployed feature rich email applications, including web based email programs.
Not present
| Low |
|---|
| To distribute email |
| Integrity | Availability | Confidentiality |
|---|---|---|
| Execute Unauthorized Commands (Run Arbitrary Code) | Execute Unauthorized Commands (Run Arbitrary Code) | Execute Unauthorized Commands (Run Arbitrary Code) |
- To:From:Headerdef: whatever
- Meta-characters are among the most valuable tools attackers have to deceive users into taking some action on their behalf. E-mail is perhaps the most efficient and cost effective attack distribution tool available, this has led to the phishing pandemic. Meta-characters like \w \s \d ^ can allow the attacker to escape out of the expected behavior to execute additional commands. Escaping out the process (such as email client) lets the attacker run arbitrary code in the user's process.