blob: f70ec4434ad177b201f349212699b545a21a6feb (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201101-05">
<title>OpenAFS: Arbitrary code execution</title>
<synopsis>
The cache manager of OpenAFS contains several bugs resulting in remote
execution of arbitrary code.
</synopsis>
<product type="ebuild">OpenAFS</product>
<announced>2011-01-16</announced>
<revised count="01">2011-01-16</revised>
<bug>265538</bug>
<access>remote</access>
<affected>
<package name="net-fs/openafs" auto="yes" arch="*">
<unaffected range="ge">1.4.9</unaffected>
<vulnerable range="lt">1.4.9</vulnerable>
</package>
</affected>
<background>
<p>
OpenAFS is a distributed file system.
</p>
</background>
<description>
<p>
Two vulnerabilities were discovered:
</p>
<ul><li>
Simon Wilkinson discovered from a bug report by Toby Blake that the
cache manager of OpenAFS contains a heap-based buffer overflow which is
related to the use of the ERR_PTR macro (CVE-2009-1250).</li>
<li>A
pointer dereference bug when using XDR arrays was discovered by Simon
Wilkinson, with assistance from Derrick Brashear and Jeffrey Altman.
(CVE-2009-1251).</li>
</ul>
</description>
<impact type="normal">
<p>
The vulnerabilities might allow remote unauthenticated attackers to
cause a Denial of Service (system crash) and possibly execute arbitrary
code.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All OpenAFS users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-fs/openafs-1.4.9"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1250">CVE-2009-1250</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1251">CVE-2009-1251</uri>
</references>
<metadata tag="submitter" timestamp="2010-06-01T20:56:43Z">
craig
</metadata>
<metadata tag="bugReady" timestamp="2010-09-21T20:07:41Z">
p-y
</metadata>
</glsa>
|