summaryrefslogtreecommitdiff
blob: 48a4c273b816ec413114a0ed58495d9d72bf26e9 (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="201706-11">
  <title>PCRE library: Denial of Service</title>
  <synopsis>A vulnerability in PCRE library allows remote attackers to cause a
    Denial of Service condition.
  </synopsis>
  <product type="ebuild">PCRE</product>
  <announced>2017-06-06</announced>
  <revised count="1">2017-06-06</revised>
  <bug>609592</bug>
  <access>remote</access>
  <affected>
    <package name="dev-libs/libpcre" auto="yes" arch="*">
      <unaffected range="ge">8.40-r1</unaffected>
      <vulnerable range="lt">8.40-r1</vulnerable>
    </package>
  </affected>
  <background>
    <p>PCRE library is a set of functions that implement regular expression
      pattern matching using the same syntax and semantics as Perl 5.
    </p>
  </background>
  <description>
    <p>It was found that the compile_bracket_matchingpath function in
      pcre_jit_compile.c in PCRE library is vulnerable to an out-of-bounds
      read.
    </p>
  </description>
  <impact type="normal">
    <p>A remote attacker could possibly cause a Denial of Service condition via
      a special crafted regular expression.
    </p>
  </impact>
  <workaround>
    <p>There is no known workaround at this time.</p>
  </workaround>
  <resolution>
    <p>All PCRE library users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=dev-libs/libpcre-8.40-r1"
    </code>
    
  </resolution>
  <references>
    <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-6004">CVE-2017-6004</uri>
  </references>
  <metadata tag="requester" timestamp="2017-04-26T00:55:28Z">BlueKnight</metadata>
  <metadata tag="submitter" timestamp="2017-06-06T19:43:31Z">whissi</metadata>
</glsa>