blob: fbb8ec698cb67783b2ecef9655896d372bf27b2f (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201808-03">
<title>NetworkManager VPNC plugin: Privilege escalation</title>
<synopsis>A vulnerability in NetworkManager VPNC plugin allows local users to
escalate privileges.
</synopsis>
<product type="ebuild">networkmanager-vpnc</product>
<announced>2018-08-22</announced>
<revised count="1">2018-08-22</revised>
<bug>661712</bug>
<access>local</access>
<affected>
<package name="net-misc/networkmanager-vpnc" auto="yes" arch="*">
<unaffected range="ge">1.2.6</unaffected>
<vulnerable range="lt">1.2.6</vulnerable>
</package>
</affected>
<background>
<p>NetworkManager is an universal network configuration daemon for laptops,
desktops, servers and virtualization hosts.
</p>
<p>The VPNC plugin provides easy access Cisco Concentrator based VPN’s
utilizing NetworkManager.
</p>
</background>
<description>
<p>When initiating a VPNC connection, NetworkManager spawns a new vpnc
process and passes the configuration via STDIN. By injecting a special
character into a configuration parameter, an attacker can coerce
NetworkManager to set the Password helper option to an attacker
controlled executable file.
</p>
</description>
<impact type="normal">
<p>A local attacker is able to escalate privileges via a specially crafted
configuration file.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All NetworkManager VPNC plugin users should upgrade to the latest
version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose
">=net-misc/networkmanager-vpnc-1.2.6"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2018-10900">CVE-2018-10900</uri>
</references>
<metadata tag="requester" timestamp="2018-07-30T00:25:20Z">irishluck83</metadata>
<metadata tag="submitter" timestamp="2018-08-22T21:14:54Z">irishluck83</metadata>
</glsa>
|