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

spring-boot-starter-actuator-2.2.6.RELEASE.jar: 2 vulnerabilities (highest severity is: 7.5) - autoclosed #2

Closed
dev-mend-for-github-com bot opened this issue Apr 8, 2022 · 3 comments
Labels
security vulnerability Security vulnerability detected by WhiteSource

Comments

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

dev-mend-for-github-com bot commented Apr 8, 2022

Vulnerable Library - spring-boot-starter-actuator-2.2.6.RELEASE.jar

Path to dependency file: /tmp/ws-scm/Maven-repo/backend/pom.xml

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

Found in HEAD commit: f751eb4f423c961f1716f7bb99cdf2c487d23044

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in Remediation Available
CVE-2017-18640 High 7.5 snakeyaml-1.25.jar Transitive 2.2.7.RELEASE
CVE-2020-25649 High 7.5 jackson-databind-2.10.3.jar Transitive 2.2.9.RELEASE

Details

CVE-2017-18640

Vulnerable Library - snakeyaml-1.25.jar

YAML 1.1 parser and emitter for Java

Library home page: http://www.snakeyaml.org

Path to dependency file: /tmp/ws-scm/Maven-repo/backend/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/yaml/snakeyaml/1.25/snakeyaml-1.25.jar

Dependency Hierarchy:

  • spring-boot-starter-actuator-2.2.6.RELEASE.jar (Root Library)
    • spring-boot-starter-2.2.6.RELEASE.jar
      • snakeyaml-1.25.jar (Vulnerable Library)

Found in HEAD commit: f751eb4f423c961f1716f7bb99cdf2c487d23044

Found in base branch: main

Vulnerability Details

The Alias feature in SnakeYAML 1.18 allows entity expansion during a load operation, a related issue to CVE-2003-1564.

Publish Date: 2019-12-12

URL: CVE-2017-18640

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-18640

Release Date: 2019-12-12

Fix Resolution (org.yaml:snakeyaml): 1.25.0.redhat-00001

Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-actuator): 2.2.7.RELEASE

⛑️ Automatic Remediation is available for this issue

CVE-2020-25649

Vulnerable Library - jackson-databind-2.10.3.jar

General data-binding functionality for Jackson: works on core streaming API

Library home page: http://github.com/FasterXML/jackson

Path to dependency file: /tmp/ws-scm/Maven-repo/backend/pom.xml

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

Dependency Hierarchy:

  • spring-boot-starter-actuator-2.2.6.RELEASE.jar (Root Library)
    • spring-boot-actuator-autoconfigure-2.2.6.RELEASE.jar
      • jackson-databind-2.10.3.jar (Vulnerable Library)

Found in HEAD commit: f751eb4f423c961f1716f7bb99cdf2c487d23044

Found in base branch: main

Vulnerability Details

A flaw was found in FasterXML Jackson Databind, where it did not have entity expansion secured properly. This flaw allows vulnerability to XML external entity (XXE) attacks. The highest threat from this vulnerability is data integrity.

Publish Date: 2020-12-03

URL: CVE-2020-25649

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: FasterXML/jackson-databind#2589

Release Date: 2020-12-03

Fix Resolution (com.fasterxml.jackson.core:jackson-databind): 2.10.4.redhat-00002

Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-actuator): 2.2.9.RELEASE

⛑️ Automatic Remediation is available for this issue


⛑️ Automatic Remediation is available for this issue.

@dev-mend-for-github-com dev-mend-for-github-com bot added the security vulnerability Security vulnerability detected by WhiteSource label Apr 8, 2022
@dev-mend-for-github-com dev-mend-for-github-com bot changed the title spring-boot-starter-actuator-2.2.6.RELEASE.jar: 2 vulnerabilities (highest severity is: 7.5) spring-boot-starter-actuator-2.2.6.RELEASE.jar: 2 vulnerabilities (highest severity is: 7.5) - autoclosed Apr 9, 2022
@dev-mend-for-github-com
Copy link
Contributor Author

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

@dev-mend-for-github-com dev-mend-for-github-com bot changed the title spring-boot-starter-actuator-2.2.6.RELEASE.jar: 2 vulnerabilities (highest severity is: 7.5) - autoclosed spring-boot-starter-actuator-2.2.6.RELEASE.jar: 2 vulnerabilities (highest severity is: 7.5) Apr 9, 2022
@dev-mend-for-github-com
Copy link
Contributor Author

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

@dev-mend-for-github-com dev-mend-for-github-com bot changed the title spring-boot-starter-actuator-2.2.6.RELEASE.jar: 2 vulnerabilities (highest severity is: 7.5) spring-boot-starter-actuator-2.2.6.RELEASE.jar: 2 vulnerabilities (highest severity is: 7.5) - autoclosed Apr 9, 2022
@dev-mend-for-github-com
Copy link
Contributor Author

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

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

No branches or pull requests

0 participants