summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2016-07-20 17:51:33 +0900
committerAaron Bauman <bman@gentoo.org>2016-07-20 17:51:33 +0900
commit1bf8c3b7ca23d288fbd16d665374240470e68893 (patch)
tree3ed01989cb55c4ea3485e5051d0f801e1462e7c7 /glsa-201607-09.xml
parentAdd GLSA 201607-07 (diff)
downloadglsa-1bf8c3b7ca23d288fbd16d665374240470e68893.tar.gz
glsa-1bf8c3b7ca23d288fbd16d665374240470e68893.tar.bz2
glsa-1bf8c3b7ca23d288fbd16d665374240470e68893.zip
Add GLSA 201607-09
Diffstat (limited to 'glsa-201607-09.xml')
-rw-r--r--glsa-201607-09.xml52
1 files changed, 52 insertions, 0 deletions
diff --git a/glsa-201607-09.xml b/glsa-201607-09.xml
new file mode 100644
index 00000000..214bff4b
--- /dev/null
+++ b/glsa-201607-09.xml
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="201607-09">
+ <title>Commons-BeanUtils: Arbitrary code execution</title>
+ <synopsis>Apache Commons BeanUtils does not properly suppress the class
+ property, which could lead to the remote execution of arbitrary code.
+ </synopsis>
+ <product type="ebuild">commons-beanutils</product>
+ <announced>July 20, 2016</announced>
+ <revised>July 20, 2016: 1</revised>
+ <bug>534498</bug>
+ <access>remote</access>
+ <affected>
+ <package name="dev-java/commons-beanutils" auto="yes" arch="*">
+ <unaffected range="ge">1.9.2</unaffected>
+ <vulnerable range="lt">1.9.2</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>Commons-beanutils provides easy-to-use wrappers around Reflection and
+ Introspection APIs
+ </p>
+ </background>
+ <description>
+ <p>Apache Commons BeanUtils does not suppress the class property, which
+ allows for the manipulation of the ClassLoader.
+ </p>
+ </description>
+ <impact type="normal">
+ <p>Remote attackers could potentially execute arbitrary code with the
+ privileges of the process.
+ </p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All Commons BeanUtils users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose
+ "&gt;=dev-java/commons-beanutils-1.9.2"
+ </code>
+
+ </resolution>
+ <references>
+ <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-0114">CVE-2014-0114</uri>
+ </references>
+ <metadata tag="requester" timestamp="Sat, 05 Sep 2015 19:30:11 +0000">Zlogene</metadata>
+ <metadata tag="submitter" timestamp="Wed, 20 Jul 2016 08:50:29 +0000">b-man</metadata>
+</glsa>