CAPEC-42: MIME Conversion

ID CAPEC-42
Typical Severity High
Likelihood Of Attack High
Status Draft

An attacker exploits a weakness in the MIME conversion routine to cause a buffer overflow and gain control over the mail server machine. The MIME system is designed to allow various different information formats to be interpreted and sent via e-mail. Attack points exist when data are converted to MIME compatible format and back.

https://capec.mitre.org/data/definitions/42.html

Weaknesses

# ID Name Type
CWE-20 Improper Input Validation weakness
CWE-74 Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') weakness
CWE-119 Improper Restriction of Operations within the Bounds of a Memory Buffer weakness
CWE-120 Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') weakness
Loading...