summaryrefslogtreecommitdiff
blob: a88cde25a8a9eff94c3d678cb30b570df712875e (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
62
63
64
65
66
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="202004-01">
  <title>HAProxy: Remote execution of arbitrary code</title>
  <synopsis>A vulnerability in HAProxy might lead to remote execution of
    arbitrary code.
  </synopsis>
  <product type="ebuild">haproxy</product>
  <announced>2020-04-01</announced>
  <revised count="1">2020-04-01</revised>
  <bug>701842</bug>
  <access>remote</access>
  <affected>
    <package name="net-proxy/haproxy" auto="yes" arch="*">
      <unaffected range="rge">1.8.23</unaffected>
      <unaffected range="rge">1.9.13</unaffected>
      <unaffected range="rge">2.0.10</unaffected>
      <vulnerable range="lt">2.0.10</vulnerable>
    </package>
  </affected>
  <background>
    <p>HAProxy is a TCP/HTTP reverse proxy for high availability environments.</p>
  </background>
  <description>
    <p>It was discovered that HAProxy incorrectly handled certain HTTP/2
      headers.
    </p>
  </description>
  <impact type="high">
    <p>A remote attacker could send a specially crafted HTTP/2 header, possibly
      resulting in execution of arbitrary code with the privileges of the
      process or a Denial of Service condition.
    </p>
  </impact>
  <workaround>
    <p>There is no known workaround at this time.</p>
  </workaround>
  <resolution>
    <p>All HAProxy 1.8.x users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=net-proxy/haproxy-1.8.23"
    </code>
    
    <p>All HAProxy 1.9.x users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=net-proxy/haproxy-1.9.13"
    </code>
    
    <p>All HAProxy 2.0.x users should upgrade to the latest version:</p>
    
    <code>
      # emerge --sync
      # emerge --ask --oneshot --verbose "&gt;=net-proxy/haproxy-2.0.10"
    </code>
    
  </resolution>
  <references>
    <uri link="https://nvd.nist.gov/vuln/detail/CVE-2019-19330">CVE-2019-19330</uri>
  </references>
  <metadata tag="requester" timestamp="2020-04-01T19:22:40Z">whissi</metadata>
  <metadata tag="submitter" timestamp="2020-04-01T19:28:55Z">whissi</metadata>
</glsa>