blob: f7fbf13a6da10d5fc9a16eeec7ad6eff40fdabc9 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="202012-18">
<title>PowerDNS: information disclosure</title>
<synopsis>An information disclosure vulnerability in PowerDNS allow remote
attackers to obtain sensitive information.
</synopsis>
<product type="ebuild">pdns</product>
<announced>2020-12-23</announced>
<revised count="1">2020-12-23</revised>
<bug>744160</bug>
<access>remote</access>
<affected>
<package name="net-dns/pdns" auto="yes" arch="*">
<unaffected range="ge">4.3.1</unaffected>
<vulnerable range="lt">4.3.1</vulnerable>
</package>
</affected>
<background>
<p>The PowerDNS nameserver is an authoritative-only nameserver which uses a
flexible backend architecture.
</p>
</background>
<description>
<p>It was discovered that PowerDNS did not properly handle certain unknown
records.
</p>
</description>
<impact type="low">
<p>An authorized attacker with the ability to insert crafted records into a
zone might be able to leak the content of uninitialized memory. Crafted
records cannot be inserted via AXFR.
</p>
</impact>
<workaround>
<p>Do not take zone data from untrusted users.</p>
</workaround>
<resolution>
<p>All PowerDNS users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-dns/pdns-4.3.1"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-17482">CVE-2020-17482</uri>
<uri link="https://docs.powerdns.com/authoritative/security-advisories/powerdns-advisory-2020-05.html">
PowerDNS Security Advisory 2020-05
</uri>
</references>
<metadata tag="requester" timestamp="2020-12-23T16:32:50Z">whissi</metadata>
<metadata tag="submitter" timestamp="2020-12-23T19:54:22Z">whissi</metadata>
</glsa>
|