← Vulnerability feed

Vulnerability record · CVE-2018-5740 · published 16 January 2019

CVE-2018-5740: BIND deny-answer-aliases assertion failure causes daemon crash

Isc · Bind

A defect in BIND's little-used "deny-answer-aliases" feature causes an assertion failure in name.c when the feature is enabled. Because the flaw is reachable over the network without authentication, a remote party can crash the named process, disrupting DNS resolution for everything the server serves. The feature is not enabled by default, so exposure is limited to operators who turned it on.

7.5 CVSS 3.1 High EPSS 60% · top 0.9% CWE-617 · CWE-617
7.5CVSS 3.1 base score, v2 5.0
60%EPSS exploitation probability, 30 days
NoNot in CISA KEV
11Affected product versions listed by NVD
28References
17 Jun 2026Last modified by NVD

Description

"deny-answer-aliases" is a little-used feature intended to help recursive server operators protect end users against DNS rebinding attacks, a potential method of circumventing the security model used by client browsers. However, a defect in this feature makes it easy, when the feature is in use, to experience an assertion failure in name.c. Affects BIND 9.7.0->9.8.8, 9.9.0->9.9.13, 9.10.0->9.10.8, 9.11.0->9.11.4, 9.12.0->9.12.2, 9.13.0->9.13.2.

CVSS:3.1/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 19 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 only where a non-default feature is enabled.

What it is

A defect in BIND's little-used "deny-answer-aliases" feature causes an assertion failure in name.c when the feature is enabled. Because the flaw is reachable over the network without authentication, a remote party can crash the named process, disrupting DNS resolution for everything the server serves. The feature is not enabled by default, so exposure is limited to operators who turned it on.

Impact

An attacker can trigger an assertion failure that terminates the named daemon, causing a denial of service for all DNS clients relying on that resolver. There is no evidence of data disclosure or code execution; the CVSS vector shows availability impact only.

Attack surface

Reached over the network via DNS traffic against a recursive server that has deny-answer-aliases enabled; the CVSS vector (AV:N/AC:L/PR:N/UI:N) indicates no authentication and no user interaction are required. Servers with the feature disabled are not affected.

Exploitation

Not listed in CISA KEV and no ransomware usage is documented, but EPSS is high at roughly 0.60 (99th percentile), and references are vendor and third-party advisories with no public exploit tag.

What to do

  • Upgrade BIND to a fixed release for your branch (9.9.13-P1, 9.10.8-P1, 9.11.4-P1, 9.12.2-P1, 9.13.3 or later as applicable) per the ISC advisory.
  • If patching cannot be done immediately, disable the deny-answer-aliases option in named.conf to remove the vulnerable code path.
  • Apply the vendor errata for your distribution (Red Hat, Debian, Ubuntu, openSUSE, Gentoo, NetApp, HP) rather than building from source where packages exist.
  • Inventory recursive resolvers and confirm which ones actually have deny-answer-aliases configured, since only those are exposed.
  • Monitor named process restarts and core dumps as an interim compensating control.

Detection

  • Alert on unexpected named process termination or restart, and inspect core dumps for assertion failures in name.c.
  • Search named.conf and configuration management for deny-answer-aliases to identify exposed resolvers.
  • Correlate DNS query logs with crash timestamps to identify the triggering client or query pattern.
  • Track BIND version strings across resolvers to find hosts still on affected 9.7.0 through 9.13.2 releases.

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

Affected products

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

References

LinkTags
http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00026.html Mailing ListThird Party Advisory
http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00027.html Mailing ListThird Party Advisory
http://www.securityfocus.com/bid/105055 Third Party AdvisoryVDB Entry
http://www.securitytracker.com/id/1041436 Third Party AdvisoryVDB Entry
https://access.redhat.com/errata/RHSA-2018:2570 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:2571 Third Party Advisory
https://kb.isc.org/docs/aa-01639 Vendor Advisory
https://lists.debian.org/debian-lts-announce/2018/08/msg00033.html Third Party Advisory
https://lists.debian.org/debian-lts-announce/2021/11/msg00001.html Mailing ListThird Party Advisory
https://security.gentoo.org/glsa/201903-13 Third Party Advisory
https://security.netapp.com/advisory/ntap-20180926-0003/ Third Party Advisory
https://support.hpe.com/hpsc/doc/public/display?docLocale=en_US&docId=emr_na-hpesbux03927en_us Third Party Advisory
https://usn.ubuntu.com/3769-1/ Third Party Advisory
https://usn.ubuntu.com/3769-2/ Third Party Advisory
http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00026.html Mailing ListThird Party Advisory
http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00027.html Mailing ListThird Party Advisory
http://www.securityfocus.com/bid/105055 Third Party AdvisoryVDB Entry
http://www.securitytracker.com/id/1041436 Third Party AdvisoryVDB Entry
https://access.redhat.com/errata/RHSA-2018:2570 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:2571 Third Party Advisory
https://kb.isc.org/docs/aa-01639 Vendor Advisory
https://lists.debian.org/debian-lts-announce/2018/08/msg00033.html Third Party Advisory
https://lists.debian.org/debian-lts-announce/2021/11/msg00001.html Mailing ListThird Party Advisory
https://security.gentoo.org/glsa/201903-13 Third Party Advisory
https://security.netapp.com/advisory/ntap-20180926-0003/ Third Party Advisory
https://support.hpe.com/hpsc/doc/public/display?docLocale=en_US&docId=emr_na-hpesbux03927en_us Third Party Advisory
https://usn.ubuntu.com/3769-1/ Third Party Advisory
https://usn.ubuntu.com/3769-2/ Third Party Advisory

Track CVE-2018-5740 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-2018-5740), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.