CVE Vulnerabilities

CVE-2021-21349

Deserialization of Untrusted Data

Published: Mar 23, 2021 | Modified: May 23, 2025
CVSS 3.x
8.6
HIGH
Source:
NVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
CVSS 2.x
5 MEDIUM
AV:N/AC:L/Au:N/C:P/I:N/A:N
RedHat/V2
RedHat/V3
5.9 MODERATE
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/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 which may allow a remote attacker to request data from internal resources that are not publicly available only by manipulating the processed input stream. 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 Camel Quarkus 2 RedHat xstream *
RHDM 7.11.0 RedHat xstream *
RHINT Camel-K 1.6.4 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 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