Vulnerability Description
If a user of Apache Commons Email (typically an application programmer) passes unvalidated input as the so-called "Bounce Address", and that input contains line-breaks, then the email details (recipients, contents, etc.) might be manipulated. Mitigation: Users should upgrade to Commons-Email 1.5. You can mitigate this vulnerability for older versions of Commons Email by stripping line-breaks from data, that will be passed to Email.setBounceAddress(String).
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Apache | Commons Email | >= 1.0, <= 1.4 |
Related Weaknesses (CWE)
References
- http://seclists.org/oss-sec/2018/q1/107Mailing ListMitigationThird Party Advisory
- http://seclists.org/oss-sec/2018/q1/107Mailing ListMitigationThird Party Advisory
FAQ
What is CVE-2018-1294?
CVE-2018-1294 is a vulnerability with a CVSS score of 7.5 (HIGH). If a user of Apache Commons Email (typically an application programmer) passes unvalidated input as the so-called "Bounce Address", and that input contains line-breaks, then the email details (recipie...
How severe is CVE-2018-1294?
CVE-2018-1294 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2018-1294?
Check the references section above for vendor advisories and patch information. Affected products include: Apache Commons Email.