ghsa-v7cm-w955-pj6g
Vulnerability from github
Published
2022-05-14 01:28
Modified
2022-06-29 19:30
Severity ?
VLAI Severity ?
Summary
Improper Input Validation Apache Commons Email
Details
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).
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "org.apache.commons:commons-email" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.5" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2018-1294" ], "database_specific": { "cwe_ids": [ "CWE-20" ], "github_reviewed": true, "github_reviewed_at": "2022-06-29T19:30:06Z", "nvd_published_at": "2018-03-20T17:29:00Z", "severity": "HIGH" }, "details": "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).", "id": "GHSA-v7cm-w955-pj6g", "modified": "2022-06-29T19:30:06Z", "published": "2022-05-14T01:28:26Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1294" }, { "type": "WEB", "url": "http://seclists.org/oss-sec/2018/q1/107" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "type": "CVSS_V3" } ], "summary": "Improper Input Validation Apache Commons Email" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…