CVE-2024-47072

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.
CVSS

No CVSS.

Configurations

No configuration.

History

08 Nov 2024, 00:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-11-08 00:15

Updated : 2024-11-08 19:01


NVD link : CVE-2024-47072

Mitre link : CVE-2024-47072


JSON object : View

Products Affected

No product.

CWE
CWE-502

Deserialization of Untrusted Data

CWE-121

Stack-based Buffer Overflow