← Vulnerability feed

Vulnerability record · CVE-2017-15120 · published 27 July 2018

CVE-2017-15120: PowerDNS Recursor NULL pointer dereference in authoritative answer parsing

Powerdns · Recursor

PowerDNS Recursor before 4.0.8 dereferences a NULL pointer while parsing an authoritative answer that contains a CNAME record of a class other than IN. A remote, unauthenticated party can crash the recursor, taking DNS resolution down for everything that depends on it. The flaw is a straightforward parsing defect in the answer-handling path, not a memory corruption issue with code execution potential.

7.5 CVSS 3.0 High EPSS 52% · top 1.1% CWE-476 · NULL pointer dereference
7.5CVSS 3.0 base score, v2 5.0
52%EPSS exploitation probability, 30 days
NoNot in CISA KEV
2Affected product versions listed by NVD
10References
17 Jun 2026Last modified by NVD

Description

An issue has been found in the parsing of authoritative answers in PowerDNS Recursor before 4.0.8, leading to a NULL pointer dereference when parsing a specially crafted answer containing a CNAME of a different class than IN. An unauthenticated remote attacker could cause a denial of service.

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 20 September 2026. Confidence: high.

high priorityRemote unauthenticated crash of a core DNS service with a high EPSS score, though impact is limited to availability and no KEV or public exploit is recorded.

What it is

PowerDNS Recursor before 4.0.8 dereferences a NULL pointer while parsing an authoritative answer that contains a CNAME record of a class other than IN. A remote, unauthenticated party can crash the recursor, taking DNS resolution down for everything that depends on it. The flaw is a straightforward parsing defect in the answer-handling path, not a memory corruption issue with code execution potential.

Impact

An attacker gains denial of service: the recursor process crashes and stops answering queries. There is no stated confidentiality or integrity impact, so this is availability-only.

Attack surface

Reachable over the network by sending DNS responses or queries that cause the recursor to parse a crafted authoritative answer with a non-IN-class CNAME. No authentication and no user interaction are required, per the CVSS vector AV:N/AC:L/PR:N/UI:N.

Exploitation

Not listed in CISA KEV and no public exploit or ransomware association is recorded in this entry, but EPSS is high at roughly 0.52 (98.9th percentile), indicating elevated likelihood of attempted exploitation. References are vendor advisories and patches rather than exploit write-ups.

What to do

  • Upgrade PowerDNS Recursor to 4.0.8 or later; the vendor advisory and patch references cover this fix.
  • On Debian, apply the DSA-4063 update or the equivalent distribution package fix.
  • If immediate patching is not possible, restrict recursor exposure to trusted clients and disable open recursion.
  • Monitor the vendor advisory page for any follow-up guidance and confirm the running version after upgrade.

Detection

  • Watch for recursor process crashes or restarts correlated with DNS traffic, especially repeated restarts in a short window.
  • Alert on core dumps or crash logs from pdns_recursor and inspect the failing query/answer for CNAME records with a class other than IN.
  • Baseline recursor query volume and flag sudden drops in answered queries that coincide with process termination.
  • Log and review inbound DNS responses containing unusual record classes reaching the recursor.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

2 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2017-15120 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

10.0CVE-2025-32433Erlang/OTP SSH server missing authentication allows remote code executionErlang/OTP SSH servers before OTP-27.3.3, OTP-26.2.5.11 and OTP-25.3.2.20 mishandle SSH protocol messages, letting an unauthenticated attacker execut…KEVEPSS 99%analysed10.0CVE-2025-24201Apple WebKit out-of-bounds write allows sandbox escapeCVE-2025-24201 is an out-of-bounds write in Apple's WebKit that was addressed with improved checks. Maliciously crafted web content may break out of …KEVEPSS 3.8%analysed10.0CVE-2021-44228Apache Log4j2 JNDI lookup remote code executionApache Log4j2 versions 2.0-beta9 through 2.15.0 (excluding 2.12.2, 2.12.3, and 2.3.1) do not protect against attacker-controlled LDAP and other JNDI …KEVEPSS 100%analysed9.8CVE-2026-24061GNU Inetutils telnetd argument injection allows remote auth bypasstelnetd in GNU Inetutils through 2.7 fails to sanitize the USER environment variable, so a value such as "-f root" is passed as an argument to login …KEVEPSS 99%analysed9.8CVE-2025-39682Linux kernel TLS zero-length record handling flaw on rx_listThe Linux kernel TLS receive path mishandles zero-length records that arrive from the rx_list, breaking the assumption that a record type change cann…KEVEPSS 2.9%analysed9.8CVE-2025-24813Apache Tomcat Default Servlet path equivalence enables RCE and file disclosureApache Tomcat mishandles path equivalence for names containing an internal dot, letting a remote unauthenticated attacker write files through the Def…KEVEPSS 100%analysed9.8CVE-2024-9680Mozilla Firefox and Thunderbird use-after-free in Animation timelinesA use-after-free flaw in Animation timelines allows an attacker to execute code in the content process of Firefox and Thunderbird. Mozilla reports ex…KEVEPSS 23%analysed9.8CVE-2023-46604Apache ActiveMQ OpenWire deserialization remote code executionThe Java OpenWire protocol marshaller in Apache ActiveMQ deserializes untrusted data, letting an attacker manipulate serialized class types so the br…KEVEPSS 100%analysed

Source: NIST National Vulnerability Database (record CVE-2017-15120), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.