Dark Mode

Settings

Capec-134 Detail

Email Injection

Standard Software Typical Severity: Medium

Parents: 137

Children: 41

Threats: T290

Description

An adversary manipulates the headers and content of an email message by injecting data via the use of delimiter characters native to the protocol.

Extended Description

Many applications allow users to send email messages by filling in fields. For example, a web site may have a link to "share this site with a friend" where the user provides the recipient's email address and the web application fills out all the other fields, such as the subject and body. In this pattern, an adversary adds header and body information to an email message by injecting additional content in an input field used to construct a header of the mail message. This attack takes advantage of the fact that RFC 822 requires that headers in a mail message be separated by a carriage return. As a result, an adversary can inject new headers or content simply by adding a delimiting carriage return and then supplying the new heading and body information. This attack will not work if the user can only supply the message body since a carriage return in the body is treated as a normal character.
External ID Source Link Description
CAPEC-134 capec https://capec.mitre.org/data/definitions/134.html
CWE-150 cwe http://cwe.mitre.org/data/definitions/150.html
30 WASC http://projects.webappsec.org/Mail-Command-Injection Mail Command Injection

Not present

  1. The target application must allow the user to send email to some recipient, to specify the content at least one header field in the message, and must fail to sanitize against the injection of command separators.
  2. The adversary must have the ability to access the target mail application.
  1. None: No specialized resources are required to execute this type of attack.

Not present

Not present

Not present