blob: 083b6e2777cd1c98acde2515b5273672911bbf7d (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="202012-22">
<title>HAProxy: Arbitrary code execution</title>
<synopsis>A buffer overflow in HAProxy might allow an attacker to execute
arbitrary code.
</synopsis>
<product type="ebuild">haproxy</product>
<announced>2020-12-24</announced>
<revised count="1">2020-12-24</revised>
<bug>715944</bug>
<access>remote</access>
<affected>
<package name="net-proxy/haproxy" auto="yes" arch="*">
<unaffected range="ge" slot="0/2.0">2.0.13</unaffected>
<unaffected range="ge">2.1.4</unaffected>
<vulnerable range="lt">2.1.4</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="normal">
<p>A remote attacker, by sending a specially crafted HTTP/2 request, could
possibly execute arbitrary code with the privileges of the process, or
cause a Denial of Service condition.
</p>
</impact>
<workaround>
<p>Disable HTTP/2 support.</p>
</workaround>
<resolution>
<p>All HAProxy 2.0.x users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-proxy/haproxy-2.0.13:0/2.0"
</code>
<p>All other HAProxy users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-proxy/haproxy-2.1.4"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-11100">CVE-2020-11100</uri>
</references>
<metadata tag="requester" timestamp="2020-05-20T16:01:15Z">sam_c</metadata>
<metadata tag="submitter" timestamp="2020-12-24T14:09:42Z">sam_c</metadata>
</glsa>
|