CVE Vulnerabilities

CVE-2021-21342

Deserialization of Untrusted Data

Published: Mar 23, 2021 | Modified: May 23, 2025
CVSS 3.x
9.1
CRITICAL
Source:
NVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
CVSS 2.x
5.8 MEDIUM
AV:N/AC:M/Au:N/C:P/I:P/A:N
RedHat/V2
RedHat/V3
7.4 MODERATE
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
Ubuntu
MEDIUM

XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is a vulnerability where the processed stream at unmarshalling time contains type information to recreate the formerly written objects. XStream creates therefore new instances based on these type information. An attacker can manipulate the processed input stream and replace or inject objects, that result in a server-side forgery request. No user is affected, who followed the recommendation to setup XStreams security framework with a whitelist limited to the minimal required types. If you rely on XStreams default blacklist of the Security Framework, you will have to use at least version 1.4.16.

Weakness

The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.

Affected Software

Name Vendor Start Version End Version
Oncommand_insight Netapp - (including) - (including)
Red Hat Data Grid 8.2.0 RedHat xstream *
Red Hat Fuse 7.10 RedHat xstream *
Red Hat Integration RedHat xstream *
Red Hat Integration Camel Quarkus 2 RedHat xstream *
RHDM 7.11.0 RedHat xstream *
RHPAM 7.11.0 RedHat xstream *
Libxstream-java Ubuntu bionic *
Libxstream-java Ubuntu devel *
Libxstream-java Ubuntu esm-apps/bionic *
Libxstream-java Ubuntu esm-apps/focal *
Libxstream-java Ubuntu esm-apps/jammy *
Libxstream-java Ubuntu esm-apps/noble *
Libxstream-java Ubuntu esm-apps/xenial *
Libxstream-java Ubuntu esm-infra-legacy/trusty *
Libxstream-java Ubuntu focal *
Libxstream-java Ubuntu groovy *
Libxstream-java Ubuntu hirsute *
Libxstream-java Ubuntu impish *
Libxstream-java Ubuntu jammy *
Libxstream-java Ubuntu kinetic *
Libxstream-java Ubuntu lunar *
Libxstream-java Ubuntu mantic *
Libxstream-java Ubuntu noble *
Libxstream-java Ubuntu oracular *
Libxstream-java Ubuntu trusty *
Libxstream-java Ubuntu trusty/esm *
Libxstream-java Ubuntu upstream *
Libxstream-java Ubuntu xenial *

Potential Mitigations

  • Make fields transient to protect them from deserialization.
  • An attempt to serialize and then deserialize a class containing transient fields will result in NULLs where the transient data should be. This is an excellent way to prevent time, environment-based, or sensitive variables from being carried over and used improperly.

References