blob: 8abef79d55b78744e264dc1da201aae11db70034 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201502-14">
<title>grep: Denial of Service</title>
<synopsis>A vulnerability in grep could result in Denial of Service. </synopsis>
<product type="ebuild">grep,dos</product>
<announced>2015-02-25</announced>
<revised count="1">2015-02-25</revised>
<bug>537046</bug>
<access>local</access>
<affected>
<package name="sys-apps/grep" auto="yes" arch="*">
<unaffected range="ge">2.21-r1</unaffected>
<vulnerable range="lt">2.21-r1</vulnerable>
</package>
</affected>
<background>
<p>grep is the GNU regular expression matcher.</p>
</background>
<description>
<p>A heap buffer overrun has been fixed in the bmexec_trans function in
kwset.c.
</p>
</description>
<impact type="normal">
<p>A local user can cause Denial of Service.</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All grep users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=sys-apps/grep-2.21-r1"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-1345">CVE-2015-1345</uri>
</references>
<metadata tag="requester" timestamp="2015-02-24T06:32:56Z">
BlueKnight
</metadata>
<metadata tag="submitter" timestamp="2015-02-25T10:22:12Z">K_F</metadata>
</glsa>
|