Gentoo Archives: gentoo-commits

From: "Mikle Kolyada (zlogene)" <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-201403-07.xml
Date: Wed, 26 Mar 2014 15:41:05
Message-Id: 20140326154059.02A842004E@flycatcher.gentoo.org
1 zlogene 14/03/26 15:40:58
2
3 Added: glsa-201403-07.xml
4 Log:
5 GLSA 201403-07
6
7 Revision Changes Path
8 1.1 xml/htdocs/security/en/glsa/glsa-201403-07.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201403-07.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/security/en/glsa/glsa-201403-07.xml?rev=1.1&content-type=text/plain
12
13 Index: glsa-201403-07.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="201403-07">
20 <title>grep: User-assisted execution of arbitrary code</title>
21 <synopsis>A vulnerability in grep could result in execution of arbitrary code
22 or Denial of Service.
23 </synopsis>
24 <product type="ebuild">grep</product>
25 <announced>March 26, 2014</announced>
26 <revised>March 26, 2014: 1</revised>
27 <bug>448246</bug>
28 <access>local, remote</access>
29 <affected>
30 <package name="sys-apps/grep" auto="yes" arch="*">
31 <unaffected range="ge">2.12</unaffected>
32 <vulnerable range="lt">2.12</vulnerable>
33 </package>
34 </affected>
35 <background>
36 <p>grep is the GNU regular expression matcher.</p>
37 </background>
38 <description>
39 <p>An integer overflow flaw has been discovered in grep.</p>
40 </description>
41 <impact type="normal">
42 <p>An attacker could entice a user to run grep on a specially crafted file,
43 possibly resulting in execution of arbitrary code with the privileges of
44 the process or a Denial of Service condition.
45 </p>
46 </impact>
47 <workaround>
48 <p>There is no known workaround at this time.</p>
49 </workaround>
50 <resolution>
51 <p>All grep users should upgrade to the latest version:</p>
52
53 <code>
54 # emerge --sync
55 # emerge --ask --oneshot --verbose "&gt;=sys-apps/grep-2.12"
56 </code>
57 </resolution>
58 <references>
59 <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-5667">CVE-2012-5667</uri>
60 </references>
61 <metadata tag="requester" timestamp="Wed, 26 Dec 2012 16:52:28 +0000">ackle</metadata>
62 <metadata tag="submitter" timestamp="Wed, 26 Mar 2014 15:39:34 +0000">ackle</metadata>
63 </glsa>