summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Helmert III <ajak@gentoo.org>2021-07-15 23:13:53 -0500
committerJohn Helmert III <ajak@gentoo.org>2021-07-15 23:13:53 -0500
commit0ebb0e4643efc965e66a94ff0767cb274202fd17 (patch)
tree78df5a9652be997a2da205985761e0f28b17c8de
parent[ GLSA 202107-36 ] urllib3: Multiple vulnerabilities (diff)
downloadglsa-0ebb0e4643efc965e66a94ff0767cb274202fd17.tar.gz
glsa-0ebb0e4643efc965e66a94ff0767cb274202fd17.tar.bz2
glsa-0ebb0e4643efc965e66a94ff0767cb274202fd17.zip
[ GLSA 202107-37 ] Apache Commons Collections: Remote code execution
Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r--glsa-202107-37.xml53
1 files changed, 53 insertions, 0 deletions
diff --git a/glsa-202107-37.xml b/glsa-202107-37.xml
new file mode 100644
index 00000000..649bc79d
--- /dev/null
+++ b/glsa-202107-37.xml
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="202107-37">
+ <title>Apache Commons Collections: Remote code execution</title>
+ <synopsis>Apache Commons Collections unsafely deserializes untrusted input,
+ potentially resulting in arbitrary code execution.
+ </synopsis>
+ <product type="ebuild">commons-collections</product>
+ <announced>2021-07-16</announced>
+ <revised count="1">2021-07-16</revised>
+ <bug>739348</bug>
+ <access>remote</access>
+ <affected>
+ <package name="dev-java/commons-collections" auto="yes" arch="*">
+ <unaffected range="ge">3.2.2</unaffected>
+ <vulnerable range="lt">3.2.2</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>Apache Commons Collections extends the JCF classes with new interfaces,
+ implementations and utilities.
+ </p>
+ </background>
+ <description>
+ <p>Some classes in the Apache Commons Collections functor package
+ deserialized potentially untrusted input by default.
+ </p>
+ </description>
+ <impact type="normal">
+ <p>Deserializing untrusted input using Apache Commons Collections could
+ result in remote code execution.
+ </p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All Apache Commons Collections users should upgrade to the latest
+ version:
+ </p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose
+ "&gt;=dev-java/commons-collections-3.2.2"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2017-15708">CVE-2017-15708</uri>
+ </references>
+ <metadata tag="requester" timestamp="2021-07-14T23:32:40Z">ajak</metadata>
+ <metadata tag="submitter" timestamp="2021-07-16T04:11:42Z">ajak</metadata>
+</glsa>