Skip to content

2015-12-16 SMTP Injection

Low
Synchro published GHSA-738m-f33v-qc2r Mar 5, 2020

Package

composer PHPMailer (Composer)

Affected versions

< 5.2.14

Patched versions

5.2.14

Description

Impact

Attackers could inject arbitrary SMTP commands via by exploiting the fact that valid email addresses may contain line breaks, which are not handled correctly in some contexts.

Patches

Fixed in 5.2.14 in this commit.

Workarounds

Manually strip line breaks from email addresses before passing them to PHPMailer.

References

https://nvd.nist.gov/vuln/detail/CVE-2015-8476

For more information

If you have any questions or comments about this advisory:

Severity

Low

CVE ID

CVE-2015-8476

Weaknesses

No CWEs