opensearch-build icon indicating copy to clipboard operation
opensearch-build copied to clipboard

CVE-2024-47072 (High) detected in xstream-1.4.20.jar

Open mend-for-github-com[bot] opened this issue 11 months ago • 1 comments

CVE-2024-47072 - High Severity Vulnerability

Vulnerable Library - xstream-1.4.20.jar

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

Path to dependency file: /build.gradle

Path to vulnerable library: /tmp/containerbase/cache/.gradle/caches/modules-2/files-2.1/com.thoughtworks.xstream/xstream/1.4.20/e2315b8b2e95e9f21697833c8e56cdd9c98a5ee/xstream-1.4.20.jar

Dependency Hierarchy:

  • jenkins-core-2.426.3.jar (Root Library)
    • :x: xstream-1.4.20.jar (Vulnerable Library)

Found in base branch: main

Vulnerability Details

XStream is a simple library to serialize objects to XML and back again. This vulnerability may allow a remote attacker to terminate the application with a stack overflow error resulting in a denial of service only by manipulating the processed input stream when XStream is configured to use the BinaryStreamDriver. XStream 1.4.21 has been patched to detect the manipulation in the binary input stream causing the the stack overflow and raises an InputManipulationException instead. Users are advised to upgrade. Users unable to upgrade may catch the StackOverflowError in the client code calling XStream if XStream is configured to use the BinaryStreamDriver.

Publish Date: 2024-11-07

URL: CVE-2024-47072

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://nvd.nist.gov/vuln/detail/CVE-2024-47072

Release Date: 2024-11-07

Fix Resolution: com.thoughtworks.xstream:xstream - 1.4.21