blob: 29f3f0e9daa6d4bb1cedc65096d69ea6eb6d75c0 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201711-11">
<title>VDE: Privilege escalation</title>
<synopsis>A vulnerability was discovered in VDE which may allow local users
to gain root privileges.
</synopsis>
<product type="ebuild">vde</product>
<announced>2017-11-12</announced>
<revised count="1">2017-11-12</revised>
<bug>603382</bug>
<access>local</access>
<affected>
<package name="net-misc/vde" auto="yes" arch="*">
<unaffected range="ge">2.3.2-r4</unaffected>
<vulnerable range="lt">2.3.2-r4</vulnerable>
</package>
</affected>
<background>
<p>VDE is an ethernet compliant virtual network that can be spawned over a
set of physical computer over the Internet.
</p>
</background>
<description>
<p>It was discovered that Gentoo’s default VDE installation suffered from
a privilege escalation vulnerability in the init script. This script
calls an unsafe ‘chown’ command which gives members from “qemu”
group root privileges.
</p>
</description>
<impact type="normal">
<p>A local attacker could escalate privileges to root.</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All VDE users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-misc/vde-2.3.2-r4"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-16638">
CVE-2017-16638
</uri>
</references>
<metadata tag="requester" timestamp="2017-11-07T14:12:38Z">chrisadr</metadata>
<metadata tag="submitter" timestamp="2017-11-12T22:28:58Z">chrisadr</metadata>
</glsa>
|