blob: d5c53fccdbbad8d6ea58fe3d64a675be4f54d902 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="202105-38">
<title>nginx: Remote code execution</title>
<synopsis>A vulnerability in nginx could lead to remote code execution.</synopsis>
<product type="ebuild">nginx</product>
<announced>2021-05-26</announced>
<revised count="1">2021-05-26</revised>
<bug>792087</bug>
<access>remote</access>
<affected>
<package name="www-servers/nginx" auto="yes" arch="*">
<unaffected range="ge" slot="0">1.20.1</unaffected>
<unaffected range="ge" slot="mainline">1.21.0</unaffected>
<vulnerable range="lt">1.21.0</vulnerable>
</package>
</affected>
<background>
<p>nginx is a robust, small, and high performance HTTP and reverse proxy
server.
</p>
</background>
<description>
<p>It was discovered that nginx did not properly handle DNS responses when
“resolver” directive is used.
</p>
</description>
<impact type="high">
<p>A remote attacker, able to provide DNS responses to a nginx instance,
could cause the 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 nginx users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=www-servers/nginx-1.20.1"
</code>
<p>All nginx mainline users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose
">=www-servers/nginx-1.21.0:mainline"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-23017">CVE-2021-23017</uri>
</references>
<metadata tag="requester" timestamp="2021-05-26T17:05:23Z">whissi</metadata>
<metadata tag="submitter" timestamp="2021-05-26T17:40:33Z">whissi</metadata>
</glsa>
|