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

jackson-core-2.6.2.jar: 2 vulnerabilities (highest severity is: 5.3) #73

Open
mend-for-github-com bot opened this issue Jan 14, 2024 · 0 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend

Comments

@mend-for-github-com
Copy link

mend-for-github-com bot commented Jan 14, 2024

Vulnerable Library - jackson-core-2.6.2.jar

Core Jackson abstractions, basic JSON streaming API implementation

Library home page: http://fasterxml.com/

Path to dependency file: /nifi-nar-bundles/nifi-standard-bundle/nifi-standard-utils/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.2/jackson-core-2.6.2.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.2/jackson-core-2.6.2.jar

Found in HEAD commit: 99eebe49e266b0161dd5045bfbb281fe24afe723

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (jackson-core version) Remediation Possible**
WS-2018-0125 Medium 5.3 jackson-core-2.6.2.jar Direct 2.7.7
WS-2018-0124 Medium 5.3 jackson-core-2.6.2.jar Direct 2.8.6

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

Details

WS-2018-0125

Vulnerable Library - jackson-core-2.6.2.jar

Core Jackson abstractions, basic JSON streaming API implementation

Library home page: http://fasterxml.com/

Path to dependency file: /nifi-nar-bundles/nifi-standard-bundle/nifi-standard-utils/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.2/jackson-core-2.6.2.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.2/jackson-core-2.6.2.jar

Dependency Hierarchy:

  • jackson-core-2.6.2.jar (Vulnerable Library)

Found in HEAD commit: 99eebe49e266b0161dd5045bfbb281fe24afe723

Found in base branch: master

Vulnerability Details

OutOfMemoryError when writing BigDecimal In Jackson Core before version 2.7.7.
When enabled the WRITE_BIGDECIMAL_AS_PLAIN setting, Jackson will attempt to write out the whole number, no matter how large the exponent.

Publish Date: 2016-08-25

URL: WS-2018-0125

CVSS 3 Score Details (5.3)

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: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2016-08-25

Fix Resolution: 2.7.7

⛑️ Automatic Remediation will be attempted for this issue.

WS-2018-0124

Vulnerable Library - jackson-core-2.6.2.jar

Core Jackson abstractions, basic JSON streaming API implementation

Library home page: http://fasterxml.com/

Path to dependency file: /nifi-nar-bundles/nifi-standard-bundle/nifi-standard-utils/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.2/jackson-core-2.6.2.jar,/home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.2/jackson-core-2.6.2.jar

Dependency Hierarchy:

  • jackson-core-2.6.2.jar (Vulnerable Library)

Found in HEAD commit: 99eebe49e266b0161dd5045bfbb281fe24afe723

Found in base branch: master

Vulnerability Details

In Jackson Core before version 2.8.6 if the REST endpoint consumes POST requests with JSON or XML data and data are invalid, the first unrecognized token is printed to server.log. If the first token is word of length 10MB, the whole word is printed. This is potentially dangerous and can be used to attack the server by filling the disk with logs.

Publish Date: 2018-06-24

URL: WS-2018-0124

CVSS 3 Score Details (5.3)

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: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=WS-2018-0124

Release Date: 2018-01-24

Fix Resolution: 2.8.6

⛑️ Automatic Remediation will be attempted for this issue.


⛑️Automatic Remediation will be attempted for this issue.

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