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-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar: 26 vulnerabilities (highest severity is: 8.8) #76

Open
mend-bolt-for-github bot opened this issue Dec 7, 2022 · 0 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend

Comments

@mend-bolt-for-github
Copy link
Contributor

mend-bolt-for-github bot commented Dec 7, 2022

Vulnerable Library - spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar

Path to dependency file: /ectemplate-service-zuul-server/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.16/xstream-1.4.16.jar

Found in HEAD commit: 7746b460bb9dead8c0e3e96243b929b4ce1023ce

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (spring-cloud-starter-netflix-eureka-client version) Remediation Available
CVE-2021-39139 High 8.8 xstream-1.4.16.jar Transitive N/A*
CVE-2021-29505 High 8.8 xstream-1.4.16.jar Transitive N/A*
CVE-2021-39150 High 8.5 xstream-1.4.16.jar Transitive N/A*
CVE-2021-39152 High 8.5 xstream-1.4.16.jar Transitive N/A*
CVE-2021-39151 High 8.5 xstream-1.4.16.jar Transitive N/A*
CVE-2021-39154 High 8.5 xstream-1.4.16.jar Transitive N/A*
CVE-2021-39153 High 8.5 xstream-1.4.16.jar Transitive N/A*
CVE-2021-39141 High 8.5 xstream-1.4.16.jar Transitive N/A*
CVE-2021-39145 High 8.5 xstream-1.4.16.jar Transitive N/A*
CVE-2021-39144 High 8.5 xstream-1.4.16.jar Transitive N/A*
CVE-2021-39147 High 8.5 xstream-1.4.16.jar Transitive N/A*
CVE-2021-39146 High 8.5 xstream-1.4.16.jar Transitive N/A*
CVE-2021-39149 High 8.5 xstream-1.4.16.jar Transitive N/A*
CVE-2021-39148 High 8.5 xstream-1.4.16.jar Transitive N/A*
CVE-2022-41966 High 7.5 xstream-1.4.16.jar Transitive N/A*
CVE-2022-45693 High 7.5 jettison-1.4.0.jar Transitive N/A*
CVE-2022-40149 High 7.5 jettison-1.4.0.jar Transitive N/A*
CVE-2021-43859 High 7.5 xstream-1.4.16.jar Transitive N/A*
CVE-2022-40151 High 7.5 xstream-1.4.16.jar Transitive N/A*
CVE-2022-45685 High 7.5 jettison-1.4.0.jar Transitive N/A*
CVE-2022-40150 High 7.5 jettison-1.4.0.jar Transitive N/A*
CVE-2022-40152 High 7.5 woodstox-core-6.2.1.jar Transitive N/A*
CVE-2022-40159 Medium 6.5 commons-jxpath-1.3.jar Transitive N/A*
CVE-2022-40160 Medium 6.5 commons-jxpath-1.3.jar Transitive N/A*
CVE-2021-39140 Medium 6.3 xstream-1.4.16.jar Transitive N/A*
CVE-2023-1436 Medium 5.9 jettison-1.4.0.jar Transitive N/A*

*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.

Details

Partial details (22 vulnerabilities) are displayed below due to a content size limitation in GitHub. To view information on the remaining vulnerabilities, navigate to the Mend Application.

CVE-2021-39139

Vulnerable Library - xstream-1.4.16.jar

Library home page: http://x-stream.github.io

Path to dependency file: /ectemplate-service-zuul-server/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.16/xstream-1.4.16.jar

Dependency Hierarchy:

  • spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar (Root Library)
    • eureka-client-1.10.14.jar
      • xstream-1.4.16.jar (Vulnerable Library)

Found in HEAD commit: 7746b460bb9dead8c0e3e96243b929b4ce1023ce

Found in base branch: main

Vulnerability Details

XStream is a simple library to serialize objects to XML and back again. In affected versions this vulnerability may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. A user is only affected if using the version out of the box with JDK 1.7u21 or below. However, this scenario can be adjusted easily to an external Xalan that works regardless of the version of the Java runtime. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. XStream 1.4.18 uses no longer a blacklist by default, since it cannot be secured for general purpose.

Publish Date: 2021-08-23

URL: CVE-2021-39139

CVSS 3 Score Details (8.8)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-64xx-cq4q-mf44

Release Date: 2021-08-23

Fix Resolution: com.thoughtworks.xstream:xstream:1.4.18

Step up your Open Source Security Game with Mend here

CVE-2021-29505

Vulnerable Library - xstream-1.4.16.jar

Library home page: http://x-stream.github.io

Path to dependency file: /ectemplate-service-zuul-server/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.16/xstream-1.4.16.jar

Dependency Hierarchy:

  • spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar (Root Library)
    • eureka-client-1.10.14.jar
      • xstream-1.4.16.jar (Vulnerable Library)

Found in HEAD commit: 7746b460bb9dead8c0e3e96243b929b4ce1023ce

Found in base branch: main

Vulnerability Details

XStream is software for serializing Java objects to XML and back again. A vulnerability in XStream versions prior to 1.4.17 may allow a remote attacker has sufficient rights to execute commands of the host only by manipulating the processed input stream. No user who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types is affected. The vulnerability is patched in version 1.4.17.

Publish Date: 2021-05-28

URL: CVE-2021-29505

CVSS 3 Score Details (8.8)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-7chv-rrw6-w6fc

Release Date: 2021-05-28

Fix Resolution: com.thoughtworks.xstream:xstream:1.4.17

Step up your Open Source Security Game with Mend here

CVE-2021-39150

Vulnerable Library - xstream-1.4.16.jar

Library home page: http://x-stream.github.io

Path to dependency file: /ectemplate-service-zuul-server/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.16/xstream-1.4.16.jar

Dependency Hierarchy:

  • spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar (Root Library)
    • eureka-client-1.10.14.jar
      • xstream-1.4.16.jar (Vulnerable Library)

Found in HEAD commit: 7746b460bb9dead8c0e3e96243b929b4ce1023ce

Found in base branch: main

Vulnerability Details

XStream is a simple library to serialize objects to XML and back again. In affected versions this vulnerability may allow a remote attacker to request data from internal resources that are not publicly available only by manipulating the processed input stream with a Java runtime version 14 to 8. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.18.

Publish Date: 2021-08-23

URL: CVE-2021-39150

CVSS 3 Score Details (8.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-hph2-m3g5-xxv4

Release Date: 2021-08-23

Fix Resolution: com.thoughtworks.xstream:xstream:1.4.18

Step up your Open Source Security Game with Mend here

CVE-2021-39152

Vulnerable Library - xstream-1.4.16.jar

Library home page: http://x-stream.github.io

Path to dependency file: /ectemplate-service-zuul-server/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.16/xstream-1.4.16.jar

Dependency Hierarchy:

  • spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar (Root Library)
    • eureka-client-1.10.14.jar
      • xstream-1.4.16.jar (Vulnerable Library)

Found in HEAD commit: 7746b460bb9dead8c0e3e96243b929b4ce1023ce

Found in base branch: main

Vulnerability Details

XStream is a simple library to serialize objects to XML and back again. In affected versions this vulnerability may allow a remote attacker to request data from internal resources that are not publicly available only by manipulating the processed input stream with a Java runtime version 14 to 8. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.18.

Publish Date: 2021-08-23

URL: CVE-2021-39152

CVSS 3 Score Details (8.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-xw4p-crpj-vjx2

Release Date: 2021-08-23

Fix Resolution: com.thoughtworks.xstream:xstream:1.4.18

Step up your Open Source Security Game with Mend here

CVE-2021-39151

Vulnerable Library - xstream-1.4.16.jar

Library home page: http://x-stream.github.io

Path to dependency file: /ectemplate-service-zuul-server/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.16/xstream-1.4.16.jar

Dependency Hierarchy:

  • spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar (Root Library)
    • eureka-client-1.10.14.jar
      • xstream-1.4.16.jar (Vulnerable Library)

Found in HEAD commit: 7746b460bb9dead8c0e3e96243b929b4ce1023ce

Found in base branch: main

Vulnerability Details

XStream is a simple library to serialize objects to XML and back again. In affected versions this vulnerability may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. XStream 1.4.18 uses no longer a blacklist by default, since it cannot be secured for general purpose.

Publish Date: 2021-08-23

URL: CVE-2021-39151

CVSS 3 Score Details (8.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-hph2-m3g5-xxv4

Release Date: 2021-08-23

Fix Resolution: com.thoughtworks.xstream:xstream:1.4.18

Step up your Open Source Security Game with Mend here

CVE-2021-39154

Vulnerable Library - xstream-1.4.16.jar

Library home page: http://x-stream.github.io

Path to dependency file: /ectemplate-service-zuul-server/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.16/xstream-1.4.16.jar

Dependency Hierarchy:

  • spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar (Root Library)
    • eureka-client-1.10.14.jar
      • xstream-1.4.16.jar (Vulnerable Library)

Found in HEAD commit: 7746b460bb9dead8c0e3e96243b929b4ce1023ce

Found in base branch: main

Vulnerability Details

XStream is a simple library to serialize objects to XML and back again. In affected versions this vulnerability may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. XStream 1.4.18 uses no longer a blacklist by default, since it cannot be secured for general purpose.

Publish Date: 2021-08-23

URL: CVE-2021-39154

CVSS 3 Score Details (8.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-6w62-hx7r-mw68

Release Date: 2021-08-23

Fix Resolution: com.thoughtworks.xstream:xstream:1.4.18

Step up your Open Source Security Game with Mend here

CVE-2021-39153

Vulnerable Library - xstream-1.4.16.jar

Library home page: http://x-stream.github.io

Path to dependency file: /ectemplate-service-zuul-server/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.16/xstream-1.4.16.jar

Dependency Hierarchy:

  • spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar (Root Library)
    • eureka-client-1.10.14.jar
      • xstream-1.4.16.jar (Vulnerable Library)

Found in HEAD commit: 7746b460bb9dead8c0e3e96243b929b4ce1023ce

Found in base branch: main

Vulnerability Details

XStream is a simple library to serialize objects to XML and back again. In affected versions this vulnerability may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream, if using the version out of the box with Java runtime version 14 to 8 or with JavaFX installed. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. XStream 1.4.18 uses no longer a blacklist by default, since it cannot be secured for general purpose.

Publish Date: 2021-08-23

URL: CVE-2021-39153

CVSS 3 Score Details (8.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: Low
    • User Interaction: None
    • Scope: Changed
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • 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-2021-39153

Release Date: 2021-08-23

Fix Resolution: com.thoughtworks.xstream:xstream:1.4.18

Step up your Open Source Security Game with Mend here

CVE-2021-39141

Vulnerable Library - xstream-1.4.16.jar

Library home page: http://x-stream.github.io

Path to dependency file: /ectemplate-service-zuul-server/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.16/xstream-1.4.16.jar

Dependency Hierarchy:

  • spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar (Root Library)
    • eureka-client-1.10.14.jar
      • xstream-1.4.16.jar (Vulnerable Library)

Found in HEAD commit: 7746b460bb9dead8c0e3e96243b929b4ce1023ce

Found in base branch: main

Vulnerability Details

XStream is a simple library to serialize objects to XML and back again. In affected versions this vulnerability may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. XStream 1.4.18 uses no longer a blacklist by default, since it cannot be secured for general purpose.

Publish Date: 2021-08-23

URL: CVE-2021-39141

CVSS 3 Score Details (8.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-g5w6-mrj7-75h2

Release Date: 2021-08-23

Fix Resolution: com.thoughtworks.xstream:xstream:1.4.18

Step up your Open Source Security Game with Mend here

CVE-2021-39145

Vulnerable Library - xstream-1.4.16.jar

Library home page: http://x-stream.github.io

Path to dependency file: /ectemplate-service-zuul-server/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.16/xstream-1.4.16.jar

Dependency Hierarchy:

  • spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar (Root Library)
    • eureka-client-1.10.14.jar
      • xstream-1.4.16.jar (Vulnerable Library)

Found in HEAD commit: 7746b460bb9dead8c0e3e96243b929b4ce1023ce

Found in base branch: main

Vulnerability Details

XStream is a simple library to serialize objects to XML and back again. In affected versions this vulnerability may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. XStream 1.4.18 uses no longer a blacklist by default, since it cannot be secured for general purpose.

Publish Date: 2021-08-23

URL: CVE-2021-39145

CVSS 3 Score Details (8.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-8jrj-525p-826v

Release Date: 2021-08-23

Fix Resolution: com.thoughtworks.xstream:xstream:1.4.18

Step up your Open Source Security Game with Mend here

CVE-2021-39144

Vulnerable Library - xstream-1.4.16.jar

Library home page: http://x-stream.github.io

Path to dependency file: /ectemplate-service-zuul-server/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.16/xstream-1.4.16.jar

Dependency Hierarchy:

  • spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar (Root Library)
    • eureka-client-1.10.14.jar
      • xstream-1.4.16.jar (Vulnerable Library)

Found in HEAD commit: 7746b460bb9dead8c0e3e96243b929b4ce1023ce

Found in base branch: main

Vulnerability Details

XStream is a simple library to serialize objects to XML and back again. In affected versions this vulnerability may allow a remote attacker has sufficient rights to execute commands of the host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. XStream 1.4.18 uses no longer a blacklist by default, since it cannot be secured for general purpose.

Publish Date: 2021-08-23

URL: CVE-2021-39144

CVSS 3 Score Details (8.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-j9h8-phrw-h4fh

Release Date: 2021-08-23

Fix Resolution: com.thoughtworks.xstream:xstream:1.4.18

Step up your Open Source Security Game with Mend here

CVE-2021-39147

Vulnerable Library - xstream-1.4.16.jar

Library home page: http://x-stream.github.io

Path to dependency file: /ectemplate-service-zuul-server/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.16/xstream-1.4.16.jar

Dependency Hierarchy:

  • spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar (Root Library)
    • eureka-client-1.10.14.jar
      • xstream-1.4.16.jar (Vulnerable Library)

Found in HEAD commit: 7746b460bb9dead8c0e3e96243b929b4ce1023ce

Found in base branch: main

Vulnerability Details

XStream is a simple library to serialize objects to XML and back again. In affected versions this vulnerability may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. XStream 1.4.18 uses no longer a blacklist by default, since it cannot be secured for general purpose.

Publish Date: 2021-08-23

URL: CVE-2021-39147

CVSS 3 Score Details (8.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-h7v4-7xg3-hxcc

Release Date: 2021-08-23

Fix Resolution: com.thoughtworks.xstream:xstream:1.4.18

Step up your Open Source Security Game with Mend here

CVE-2021-39146

Vulnerable Library - xstream-1.4.16.jar

Library home page: http://x-stream.github.io

Path to dependency file: /ectemplate-service-zuul-server/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.16/xstream-1.4.16.jar

Dependency Hierarchy:

  • spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar (Root Library)
    • eureka-client-1.10.14.jar
      • xstream-1.4.16.jar (Vulnerable Library)

Found in HEAD commit: 7746b460bb9dead8c0e3e96243b929b4ce1023ce

Found in base branch: main

Vulnerability Details

XStream is a simple library to serialize objects to XML and back again. In affected versions this vulnerability may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. XStream 1.4.18 uses no longer a blacklist by default, since it cannot be secured for general purpose.

Publish Date: 2021-08-23

URL: CVE-2021-39146

CVSS 3 Score Details (8.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-p8pq-r894-fm8f

Release Date: 2021-08-23

Fix Resolution: com.thoughtworks.xstream:xstream:1.4.18

Step up your Open Source Security Game with Mend here

CVE-2021-39149

Vulnerable Library - xstream-1.4.16.jar

Library home page: http://x-stream.github.io

Path to dependency file: /ectemplate-service-zuul-server/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.16/xstream-1.4.16.jar

Dependency Hierarchy:

  • spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar (Root Library)
    • eureka-client-1.10.14.jar
      • xstream-1.4.16.jar (Vulnerable Library)

Found in HEAD commit: 7746b460bb9dead8c0e3e96243b929b4ce1023ce

Found in base branch: main

Vulnerability Details

XStream is a simple library to serialize objects to XML and back again. In affected versions this vulnerability may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. XStream 1.4.18 uses no longer a blacklist by default, since it cannot be secured for general purpose.

Publish Date: 2021-08-23

URL: CVE-2021-39149

CVSS 3 Score Details (8.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-3ccq-5vw3-2p6x

Release Date: 2021-08-23

Fix Resolution: com.thoughtworks.xstream:xstream:1.4.18

Step up your Open Source Security Game with Mend here

CVE-2021-39148

Vulnerable Library - xstream-1.4.16.jar

Library home page: http://x-stream.github.io

Path to dependency file: /ectemplate-service-zuul-server/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.16/xstream-1.4.16.jar

Dependency Hierarchy:

  • spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar (Root Library)
    • eureka-client-1.10.14.jar
      • xstream-1.4.16.jar (Vulnerable Library)

Found in HEAD commit: 7746b460bb9dead8c0e3e96243b929b4ce1023ce

Found in base branch: main

Vulnerability Details

XStream is a simple library to serialize objects to XML and back again. In affected versions this vulnerability may allow a remote attacker to load and execute arbitrary code from a remote host only by manipulating the processed input stream. No user is affected, who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. XStream 1.4.18 uses no longer a blacklist by default, since it cannot be secured for general purpose.

Publish Date: 2021-08-23

URL: CVE-2021-39148

CVSS 3 Score Details (8.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-qrx8-8545-4wg2

Release Date: 2021-08-23

Fix Resolution: com.thoughtworks.xstream:xstream:1.4.18

Step up your Open Source Security Game with Mend here

CVE-2022-41966

Vulnerable Library - xstream-1.4.16.jar

Library home page: http://x-stream.github.io

Path to dependency file: /ectemplate-service-zuul-server/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.16/xstream-1.4.16.jar

Dependency Hierarchy:

  • spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar (Root Library)
    • eureka-client-1.10.14.jar
      • xstream-1.4.16.jar (Vulnerable Library)

Found in HEAD commit: 7746b460bb9dead8c0e3e96243b929b4ce1023ce

Found in base branch: main

Vulnerability Details

XStream serializes Java objects to XML and back again. Versions prior to 1.4.20 may allow a remote attacker to terminate the application with a stack overflow error, resulting in a denial of service only via manipulation the processed input stream. The attack uses the hash code implementation for collections and maps to force recursive hash calculation causing a stack overflow. This issue is patched in version 1.4.20 which handles the stack overflow and raises an InputManipulationException instead. A potential workaround for users who only use HashMap or HashSet and whose XML refers these only as default map or set, is to change the default implementation of java.util.Map and java.util per the code example in the referenced advisory. However, this implies that your application does not care about the implementation of the map and all elements are comparable.

Publish Date: 2022-12-28

URL: CVE-2022-41966

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: GHSA-j563-grx4-pjpv

Release Date: 2022-12-28

Fix Resolution: com.thoughtworks.xstream:xstream:1.4.20

Step up your Open Source Security Game with Mend here

CVE-2022-45693

Vulnerable Library - jettison-1.4.0.jar

A StAX implementation for JSON.

Library home page: https://github.com/jettison-json/jettison

Path to dependency file: /ectemplate-servicio-productos/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar,/home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar,/home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar,/home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar,/home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar

Dependency Hierarchy:

  • spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar (Root Library)
    • eureka-client-1.10.14.jar
      • jettison-1.4.0.jar (Vulnerable Library)

Found in HEAD commit: 7746b460bb9dead8c0e3e96243b929b4ce1023ce

Found in base branch: main

Vulnerability Details

Jettison before v1.5.2 was discovered to contain a stack overflow via the map parameter. This vulnerability allows attackers to cause a Denial of Service (DoS) via a crafted string.

Publish Date: 2022-12-13

URL: CVE-2022-45693

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

Release Date: 2022-12-13

Fix Resolution: org.codehaus.jettison:jettison:1.5.2

Step up your Open Source Security Game with Mend here

CVE-2022-40149

Vulnerable Library - jettison-1.4.0.jar

A StAX implementation for JSON.

Library home page: https://github.com/jettison-json/jettison

Path to dependency file: /ectemplate-servicio-productos/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar,/home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar,/home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar,/home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar,/home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar

Dependency Hierarchy:

  • spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar (Root Library)
    • eureka-client-1.10.14.jar
      • jettison-1.4.0.jar (Vulnerable Library)

Found in HEAD commit: 7746b460bb9dead8c0e3e96243b929b4ce1023ce

Found in base branch: main

Vulnerability Details

Those using Jettison to parse untrusted XML or JSON data may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow. This effect may support a denial of service attack.

Publish Date: 2022-09-16

URL: CVE-2022-40149

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

Release Date: 2022-09-16

Fix Resolution: org.codehaus.jettison:jettison:1.5.1

Step up your Open Source Security Game with Mend here

CVE-2021-43859

Vulnerable Library - xstream-1.4.16.jar

Library home page: http://x-stream.github.io

Path to dependency file: /ectemplate-service-zuul-server/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.16/xstream-1.4.16.jar

Dependency Hierarchy:

  • spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar (Root Library)
    • eureka-client-1.10.14.jar
      • xstream-1.4.16.jar (Vulnerable Library)

Found in HEAD commit: 7746b460bb9dead8c0e3e96243b929b4ce1023ce

Found in base branch: main

Vulnerability Details

XStream is an open source java library to serialize objects to XML and back again. Versions prior to 1.4.19 may allow a remote attacker to allocate 100% CPU time on the target system depending on CPU type or parallel execution of such a payload resulting in a denial of service only by manipulating the processed input stream. XStream 1.4.19 monitors and accumulates the time it takes to add elements to collections and throws an exception if a set threshold is exceeded. Users are advised to upgrade as soon as possible. Users unable to upgrade may set the NO_REFERENCE mode to prevent recursion. See GHSA-rmr5-cpv2-vgjf for further details on a workaround if an upgrade is not possible.

Publish Date: 2022-02-01

URL: CVE-2021-43859

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: GHSA-rmr5-cpv2-vgjf

Release Date: 2022-02-01

Fix Resolution: com.thoughtworks.xstream:xstream:1.4.19

Step up your Open Source Security Game with Mend here

CVE-2022-40151

Vulnerable Library - xstream-1.4.16.jar

Library home page: http://x-stream.github.io

Path to dependency file: /ectemplate-service-zuul-server/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/com/thoughtworks/xstream/xstream/1.4.16/xstream-1.4.16.jar

Dependency Hierarchy:

  • spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar (Root Library)
    • eureka-client-1.10.14.jar
      • xstream-1.4.16.jar (Vulnerable Library)

Found in HEAD commit: 7746b460bb9dead8c0e3e96243b929b4ce1023ce

Found in base branch: main

Vulnerability Details

Those using Xstream to seralize XML data may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow. This effect may support a denial of service attack.

Publish Date: 2022-09-16

URL: CVE-2022-40151

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: GHSA-f8cc-g7j8-xxpm

Release Date: 2022-09-16

Fix Resolution: com.thoughtworks.xstream:xstream:1.4.20

Step up your Open Source Security Game with Mend here

CVE-2022-45685

Vulnerable Library - jettison-1.4.0.jar

A StAX implementation for JSON.

Library home page: https://github.com/jettison-json/jettison

Path to dependency file: /ectemplate-servicio-productos/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar,/home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar,/home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar,/home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar,/home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar

Dependency Hierarchy:

  • spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar (Root Library)
    • eureka-client-1.10.14.jar
      • jettison-1.4.0.jar (Vulnerable Library)

Found in HEAD commit: 7746b460bb9dead8c0e3e96243b929b4ce1023ce

Found in base branch: main

Vulnerability Details

A stack overflow in Jettison before v1.5.2 allows attackers to cause a Denial of Service (DoS) via crafted JSON data.

Publish Date: 2022-12-13

URL: CVE-2022-45685

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

Release Date: 2022-12-13

Fix Resolution: org.codehaus.jettison:jettison:1.5.2

Step up your Open Source Security Game with Mend here

CVE-2022-40150

Vulnerable Library - jettison-1.4.0.jar

A StAX implementation for JSON.

Library home page: https://github.com/jettison-json/jettison

Path to dependency file: /ectemplate-servicio-productos/pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar,/home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar,/home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar,/home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar,/home/wss-scanner/.m2/repository/org/codehaus/jettison/jettison/1.4.0/jettison-1.4.0.jar

Dependency Hierarchy:

  • spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar (Root Library)
    • eureka-client-1.10.14.jar
      • jettison-1.4.0.jar (Vulnerable Library)

Found in HEAD commit: 7746b460bb9dead8c0e3e96243b929b4ce1023ce

Found in base branch: main

Vulnerability Details

Those using Jettison to parse untrusted XML or JSON data may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by Out of memory. This effect may support a denial of service attack.

Publish Date: 2022-09-16

URL: CVE-2022-40150

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

Release Date: 2022-09-16

Fix Resolution: org.codehaus.jettison:jettison:1.5.1

Step up your Open Source Security Game with Mend here

CVE-2022-40152

Vulnerable Library - woodstox-core-6.2.1.jar

Woodstox is a high-performance XML processor that implements Stax (JSR-173), SAX2 and Stax2 APIs

Library home page: https://github.com/FasterXML/woodstox

Path to dependency file: /ectemplate-servicio-productos/pom.xml

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

Dependency Hierarchy:

  • spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar (Root Library)
    • eureka-core-1.10.14.jar
      • woodstox-core-6.2.1.jar (Vulnerable Library)

Found in HEAD commit: 7746b460bb9dead8c0e3e96243b929b4ce1023ce

Found in base branch: main

Vulnerability Details

Those using Woodstox to parse XML data may be vulnerable to Denial of Service attacks (DOS) if DTD support is enabled. If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow. This effect may support a denial of service attack.

Publish Date: 2022-09-16

URL: CVE-2022-40152

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

Release Date: 2022-09-16

Fix Resolution: com.fasterxml.woodstox:woodstox-core:5.4.0,6.4.0

Step up your Open Source Security Game with Mend here

@mend-bolt-for-github mend-bolt-for-github bot added the Mend: dependency security vulnerability Security vulnerability detected by Mend label Dec 7, 2022
@mend-bolt-for-github mend-bolt-for-github bot changed the title spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar: 19 vulnerabilities (highest severity is: 8.8) spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar: 20 vulnerabilities (highest severity is: 8.8) Dec 29, 2022
@mend-bolt-for-github mend-bolt-for-github bot changed the title spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar: 20 vulnerabilities (highest severity is: 8.8) spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar: 26 vulnerabilities (highest severity is: 8.8) Jan 2, 2023
@mend-bolt-for-github mend-bolt-for-github bot changed the title spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar: 26 vulnerabilities (highest severity is: 8.8) spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar: 25 vulnerabilities (highest severity is: 8.8) Feb 22, 2023
@mend-bolt-for-github mend-bolt-for-github bot changed the title spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar: 25 vulnerabilities (highest severity is: 8.8) spring-cloud-starter-netflix-eureka-client-2.2.9.RELEASE.jar: 26 vulnerabilities (highest severity is: 8.8) Mar 24, 2023
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