1 results (0.001 seconds)
CVSS: 7.8EPSS: 0%CPEs: 1EXPL: 0
![](/assets/img/cve_300x82_sin_bg.png)
CVE-2024-47072 – XStream is vulnerable to a Denial of Service attack due to stack overflow from a manipulated binary input stream
https://notcve.org/view.php?id=CVE-2024-47072
07 Nov 2024 — 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. ... • https://github.com/x-stream/xstream/commit/bb838ce2269cac47433e31c77b2b236466e9f266 • CWE-121: Stack-based Buffer Overflow CWE-502: Deserialization of Untrusted Data •