blob: 88640e8276ac2ded6264a5d0345d4f943897326b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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 ">=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>
|