You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/metadata/glsa/glsa-201607-17.xml

55 lines
1.9 KiB

<?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>