Insecure XML deserialization The advisory has been revoked - it doesn't affect any version of package com.thoughtworks.xstream:xstream  (opens in a new tab)


Threat Intelligence

Exploit Maturity
Proof of Concept
EPSS
18.35% (95th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Insecure XML deserialization vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-JAVA-COMTHOUGHTWORKSXSTREAM-30088
  • published22 Dec 2013
  • disclosed22 Dec 2013
  • creditDinis Cruz

Introduced: 22 Dec 2013

CVE-2013-7285  (opens in a new tab)
CWE-502  (opens in a new tab)

Amendment

This was deemed not a vulnerability.

Overview

com.thoughtworks.xstream:xstream is a simple library to serialize objects to XML and back again. XStream could deserialize arbitrary user-supplied XML content, representing objects of any type. A remote attacker able to pass XML to XStream could use this flaw to perform a variety of attacks, including remote code execution in the context of the server running the XStream application