blob: 9565811f41f0d34efdeeb91d69fef5bb01354da4 (
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
55
56
57
58
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201503-13">
<title>BusyBox: Multiple vulnerabilities</title>
<synopsis>Multiple vulnerabilities have been found in BusyBox, allowing
context dependent attackers to load arbitrary kernel modules, execute
arbitrary files, or cause a Denial of Service condition.
</synopsis>
<product type="ebuild">busybox</product>
<announced>2015-03-29</announced>
<revised count="1">2015-03-29</revised>
<bug>515254</bug>
<bug>537978</bug>
<access>local, remote</access>
<affected>
<package name="sys-apps/busybox" auto="yes" arch="*">
<unaffected range="ge">1.23.1</unaffected>
<vulnerable range="lt">1.23.1</vulnerable>
</package>
</affected>
<background>
<p>BusyBox is set of tools for embedded systems and is a replacement for
GNU Coreutils.
</p>
</background>
<description>
<p>Multiple vulnerabilities have been discovered in BusyBox. Please review
the CVE identifiers referenced below for details.
</p>
</description>
<impact type="normal">
<p>A context-dependent attacker can load kernel modules without privileges
by nullifying enforced module
prefixes. Execution of arbitrary files or a Denial of Service can be
caused through the included vulnerable LZO library.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All BusyBox users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=sys-apps/busybox-1.23.1"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-4607">CVE-2014-4607</uri>
<uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-9645">CVE-2014-9645</uri>
</references>
<metadata tag="requester" timestamp="2015-03-18T18:23:03Z">K_F</metadata>
<metadata tag="submitter" timestamp="2015-03-29T17:08:00Z">
BlueKnight
</metadata>
</glsa>
|