CVE-2021-21344: XStream is vulnerable to an Arbitrary Code Execution attack
5.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.96208%
CWE
Published
3/22/2021
Updated
2/1/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
com.thoughtworks.xstream:xstream | maven | < 1.4.16 | 1.4.16 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis focuses on XStream's deserialization process and its security framework. The identified functions are directly related to how XStream handles untrusted input and config.php
its security settings. The primary vulnerable functions are those involved in the deserialization process, such as 'unmarshal' and 'fromXML', as they directly process
potentially malicious input.