blob: f485b6d2abca4ef1cdfa603394a995cedee4327d (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200903-06">
<title>nfs-utils: Access restriction bypass</title>
<synopsis>
An error in nfs-utils allows for bypass of the netgroups restriction.
</synopsis>
<product type="ebuild">nfs-utils</product>
<announced>March 07, 2009</announced>
<revised>March 07, 2009: 01</revised>
<bug>242696</bug>
<access>remote</access>
<affected>
<package name="net-fs/nfs-utils" auto="yes" arch="*">
<unaffected range="ge">1.1.3</unaffected>
<vulnerable range="lt">1.1.3</vulnerable>
</package>
</affected>
<background>
<p>
nfs-utils contains the client and daemon implementations for the NFS
protocol.
</p>
</background>
<description>
<p>
Michele Marcionelli reported that nfs-utils invokes the hosts_ctl()
function with the wrong order of arguments, which causes TCP Wrappers
to ignore netgroups.
</p>
</description>
<impact type="normal">
<p>
A remote attacker could bypass intended access restrictions, i.e. NFS
netgroups, and gain access to restricted services.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All nfs-utils users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-fs/nfs-utils-1.1.3"</code>
</resolution>
<references>
<uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-4552">CVE-2008-4552</uri>
</references>
<metadata tag="requester" timestamp="Sun, 11 Jan 2009 18:56:17 +0000">
craig
</metadata>
<metadata tag="submitter" timestamp="Thu, 12 Feb 2009 18:22:47 +0000">
rbu
</metadata>
<metadata tag="bugReady" timestamp="Thu, 12 Feb 2009 18:23:17 +0000">
rbu
</metadata>
</glsa>
|