Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

commons-email-1.4.jar: 1 vulnerabilities (highest severity is: 7.5) #90

Open
dev-mend-for-github-com bot opened this issue Mar 4, 2024 · 2 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend

Comments

@dev-mend-for-github-com
Copy link

dev-mend-for-github-com bot commented Mar 4, 2024

Vulnerable Library - commons-email-1.4.jar

Apache Commons Email aims to provide an API for sending email. It is built on top of the JavaMail API, which it aims to simplify.

Library home page: http://commons.apache.org/proper/commons-email/

Path to dependency file: /nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml

Path to vulnerable library: /nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml

Found in HEAD commit: d672f5c3ea38dd0e23359cf12d310c2c27abf963

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (commons-email version) Remediation Possible** Reachability
CVE-2018-1294 High 7.5 commons-email-1.4.jar Direct org.apache.commons:commons-email:1.5

**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation

Details

CVE-2018-1294

Vulnerable Library - commons-email-1.4.jar

Apache Commons Email aims to provide an API for sending email. It is built on top of the JavaMail API, which it aims to simplify.

Library home page: http://commons.apache.org/proper/commons-email/

Path to dependency file: /nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml

Path to vulnerable library: /nifi-nar-bundles/nifi-email-bundle/nifi-email-processors/pom.xml

Dependency Hierarchy:

  • commons-email-1.4.jar (Vulnerable Library)

Found in HEAD commit: d672f5c3ea38dd0e23359cf12d310c2c27abf963

Found in base branch: master

Vulnerability 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).

Publish Date: 2018-03-19

URL: CVE-2018-1294

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: High
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-v7cm-w955-pj6g

Release Date: 2018-03-20

Fix Resolution: org.apache.commons:commons-email:1.5

⛑️ Automatic Remediation will be attempted for this issue.


⛑️Automatic Remediation will be attempted for this issue.

@dev-mend-for-github-com dev-mend-for-github-com bot added the Mend: dependency security vulnerability Security vulnerability detected by Mend label Mar 4, 2024
@dev-mend-for-github-com dev-mend-for-github-com bot changed the title commons-email-1.4.jar: 1 vulnerabilities (highest severity is: 7.5) commons-email-1.4.jar: 1 vulnerabilities (highest severity is: 7.5) - autoclosed Jan 9, 2025
Copy link
Author

✔️ This issue was automatically closed by Mend because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the Mend inventory.

@dev-mend-for-github-com dev-mend-for-github-com bot changed the title commons-email-1.4.jar: 1 vulnerabilities (highest severity is: 7.5) - autoclosed commons-email-1.4.jar: 1 vulnerabilities (highest severity is: 7.5) Jan 9, 2025
Copy link
Author

ℹ️ This issue was automatically re-opened by Mend because the vulnerable library in the specific branch(es) has been detected in the Mend inventory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend
Projects
None yet
Development

No branches or pull requests

0 participants