VYPR

Maven package

org.apache.commons/commons-email

pkg:maven/org.apache.commons/commons-email

Vulnerabilities (2)

  • CVE-2018-1294HigMar 20, 2018
    affected < 1.5fixed 1.5

    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 C

  • CVE-2017-9801HigAug 7, 2017
    affected >= 1.0, < 1.5fixed 1.5

    When a call-site passes a subject for an email that contains line-breaks in Apache Commons Email 1.0 through 1.4, the caller can add arbitrary SMTP headers.