Gentoo Archives: gentoo-commits

From: "Chris Reffett (creffett)" <creffett@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201406-04.xml
Date: Thu, 05 Jun 2014 00:20:51
Message-Id: 20140605002045.948832004E@flycatcher.gentoo.org
1 creffett 14/06/05 00:20:45
2
3 Added: glsa-201406-04.xml
4 Log:
5 GLSA 2014-06-04
6
7 Revision Changes Path
8 1.1 xml/htdocs/security/en/glsa/glsa-201406-04.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201406-04.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201406-04.xml?rev=1.1&content-type=text/plain
12
13 Index: glsa-201406-04.xml
14 ===================================================================
15 <?xml version="1.0" encoding="UTF-8"?>
16 <?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?>
17 <?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
18 <!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
19 <glsa id="201406-04">
20 <title>SystemTap: Denial of Service</title>
21 <synopsis>A vulnerability in SystemTap could allow a local attacker to create
22 a Denial of Service condition.
23 </synopsis>
24 <product type="ebuild">systemtap</product>
25 <announced>June 05, 2014</announced>
26 <revised>June 05, 2014: 1</revised>
27 <bug>405345</bug>
28 <access>local</access>
29 <affected>
30 <package name="dev-util/systemtap" auto="yes" arch="*">
31 <unaffected range="ge">2.0</unaffected>
32 <vulnerable range="lt">2.0</vulnerable>
33 </package>
34 </affected>
35 <background>
36 <p>SystemTap is a kernel profiling and instrumentation tool.</p>
37 </background>
38 <description>
39 <p>SystemTap does not properly handle DWARF expressions when unwinding the
40 stack.
41 </p>
42 </description>
43 <impact type="normal">
44 <p>A local attacker with SystemTap permissions could trigger a kernel
45 panic, causing a Denial of Service condition.
46 </p>
47 </impact>
48 <workaround>
49 <p>Disabling unprivileged mode is a temporary workaround for this
50 vulnerability.
51 </p>
52 </workaround>
53 <resolution>
54 <p>All SystemTap users should upgrade to the latest version:</p>
55
56 <code>
57 # emerge --sync
58 # emerge --ask --oneshot --verbose "&gt;=dev-util/systemtap-2.0"
59 </code>
60
61 </resolution>
62 <references>
63 <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-0875">CVE-2012-0875</uri>
64 </references>
65 <metadata tag="requester" timestamp="Fri, 30 May 2014 22:59:45 +0000">
66 BlueKnight
67 </metadata>
68 <metadata tag="submitter" timestamp="Thu, 05 Jun 2014 00:18:26 +0000">
69 creffett
70 </metadata>
71 </glsa>