Skip to content

Commit 4223abf

Browse files
authored
Upgrade com.thoughtworks.xstream:xstream to version 1.4.11
It was found that xstream API version 1.4.10 before 1.4.11 introduced a regression for a previous deserialization flaw. If the security framework has not been initialized, it may allow a remote attacker to run arbitrary shell commands when unmarshalling XML or any supported format. e.g. JSON. (regression of CVE-2013-7285)
1 parent 59030a4 commit 4223abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<dependency>
174174
<groupId>com.thoughtworks.xstream</groupId>
175175
<artifactId>xstream</artifactId>
176-
<version>1.4.10</version>
176+
<version>1.4.11</version>
177177
</dependency>
178178
<!-- 由于guava较新的21.0版本需要jdk8,故而此处采用较低版本 -->
179179
<dependency>

0 commit comments

Comments
 (0)