summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'metadata/glsa/glsa-201607-17.xml')
-rw-r--r--metadata/glsa/glsa-201607-17.xml54
1 files changed, 54 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201607-17.xml b/metadata/glsa/glsa-201607-17.xml
new file mode 100644
index 000000000000..88640e8276ac
--- /dev/null
+++ b/metadata/glsa/glsa-201607-17.xml
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="201607-17">
+ <title>BeanShell: Arbitrary code execution</title>
+ <synopsis>BeanShell is vulnerable to the remote execution of arbitrary code
+ via Java serialization or XStream from an untrusted source.
+ </synopsis>
+ <product type="ebuild"/>
+ <announced>2016-07-30</announced>
+ <revised count="1">2016-07-30</revised>
+ <bug>575482</bug>
+ <access>remote</access>
+ <affected>
+ <package name="dev-java/bsh" auto="yes" arch="*">
+ <unaffected range="ge">2.0_beta6</unaffected>
+ <vulnerable range="lt">2.0_beta6</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>BeanShell is a small, free, embeddable Java source interpreter with
+ object scripting language features, written in Java.
+ </p>
+ </background>
+ <description>
+ <p>An application that includes BeanShell on the classpath may be
+ vulnerable if another part of the application uses Java serialization or
+ XStream to deserialize data from an untrusted source.
+ </p>
+ </description>
+ <impact type="normal">
+ <p>Remote attackers could execute arbitrary code including shell commands.</p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All BeanShell users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --verbose --oneshot "&gt;=dev-java/bsh-2.0_beta6"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://github.com/beanshell/beanshell/releases/tag/2.0b6">
+ BeanShell 2.0b6 Release Information
+ </uri>
+ <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-2510">
+ CVE-2016-2510
+ </uri>
+ </references>
+ <metadata tag="requester" timestamp="2016-03-15T10:56:37Z">b-man</metadata>
+ <metadata tag="submitter" timestamp="2016-07-30T00:53:17Z">b-man</metadata>
+</glsa>