blob: a7aeccf5cc25a91a2ed56484084633d2f6010f22 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200412-08">
<title>nfs-utils: Multiple remote vulnerabilities</title>
<synopsis>
Multiple vulnerabilities have been discovered in nfs-utils that could lead
to a Denial of Service, or the execution of arbitrary code.
</synopsis>
<product type="ebuild">nfs-utils</product>
<announced>2004-12-14</announced>
<revised count="01">2004-12-14</revised>
<bug>72113</bug>
<access>remote</access>
<affected>
<package name="net-fs/nfs-utils" auto="yes" arch="*">
<unaffected range="ge">1.0.6-r6</unaffected>
<vulnerable range="lt">1.0.6-r6</vulnerable>
</package>
</affected>
<background>
<p>
nfs-utils is a package containing the client and daemon
implementations for the NFS protocol.
</p>
</background>
<description>
<p>
Arjan van de Ven has discovered a buffer overflow on 64-bit
architectures in 'rquota_server.c' of nfs-utils (CAN-2004-0946). A
remotely exploitable flaw on all architectures also exists in the
'statd.c' file of nfs-utils (CAN-2004-1014), which can be triggered by
a mishandled SIGPIPE.
</p>
</description>
<impact type="high">
<p>
A remote attacker could potentially cause a Denial of Service, or
even execute arbitrary code (64-bit architectures only) on a remote NFS
server.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All nfs-utils users should upgarde to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-fs/nfs-utils-1.0.6-r6"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0946">CAN-2004-0946</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-1014">CAN-2004-1014</uri>
</references>
<metadata tag="requester" timestamp="2004-12-05T18:33:51Z">
koon
</metadata>
<metadata tag="submitter" timestamp="2004-12-06T15:50:26Z">
lewk
</metadata>
<metadata tag="bugReady" timestamp="2004-12-11T10:25:46Z">
koon
</metadata>
</glsa>
|