blob: 3686afbf966df59297f11f3df98877294af3db50 (
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201011-01">
<title>GNU C library: Multiple vulnerabilities</title>
<synopsis>
Multiple vulnerabilities were found in glibc, the worst of which allowing
local attackers to execute arbitrary code as root.
</synopsis>
<product type="ebuild">glibc</product>
<announced>2010-11-15</announced>
<revised>2010-11-15: 01</revised>
<bug>285818</bug>
<bug>325555</bug>
<bug>330923</bug>
<bug>335871</bug>
<bug>341755</bug>
<access>local remote</access>
<affected>
<package name="sys-libs/glibc" auto="yes" arch="*">
<unaffected range="ge">2.11.2-r3</unaffected>
<vulnerable range="lt">2.11.2-r3</vulnerable>
</package>
</affected>
<background>
<p>
The GNU C library is the standard C library used by Gentoo Linux
systems.
</p>
</background>
<description>
<p>
Multiple vulnerabilities were found in glibc, amongst others the
widely-known recent LD_AUDIT and $ORIGIN issues. For further
information please consult the CVE entries referenced below.
</p>
</description>
<impact type="high">
<p>
A local attacker could execute arbitrary code as root, cause a Denial
of Service, or gain privileges. Additionally, a user-assisted remote
attacker could cause the execution of arbitrary code, and a
context-dependent attacker could cause a Denial of Service.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All GNU C library users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=sys-libs/glibc-2.11.2-r3"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-4880">CVE-2009-4880</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-4881">CVE-2009-4881</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0296">CVE-2010-0296</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0830">CVE-2010-0830</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3847">CVE-2010-3847</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3856">CVE-2010-3856</uri>
</references>
<metadata tag="requester" timestamp="2009-11-23T17:50:04Z">
craig
</metadata>
<metadata tag="submitter" timestamp="2010-11-14T19:59:41Z">
keytoaster
</metadata>
<metadata tag="bugReady" timestamp="2010-11-15T21:29:42Z">
keytoaster
</metadata>
</glsa>
|