Close Menu
NCIJ Network NCIJ Network
    What's Hot

    We are paying a high price for a university education | Universities

    September 17, 2026

    Midterm Ads Clash Over GOP Law’s Impact on Rural Healthcare

    September 17, 2026

    Kempton Park killings: Ninth woman’s body found in South Africa’s Dawn Park

    September 17, 2026
    Facebook X (Twitter) Instagram
    Trending
    • We are paying a high price for a university education | Universities
    • Midterm Ads Clash Over GOP Law’s Impact on Rural Healthcare
    • Kempton Park killings: Ninth woman’s body found in South Africa’s Dawn Park
    • Security for Ireland’s easy-access politicians dealt a blow – POLITICO
    • Andy Burnham: UK must fully commit to reaching net zero by 2050 | Greenhouse gas emissions
    • Bose returns with new open earbuds (and a refreshed favorite)
    • Critical Unbound DNSSEC Validator Flaw Could Allow RCE via a Malicious DNS Zone
    • Lawmakers pass bill to freeze federal Bitcoin holdings for two decades
    • About
      • Our Team
      • Editorial Policy
      • Editorial Independence
      • International Support
    • Trust & Standards
      • AI Usage Policy
      • Conflict of Interest Policy
      • Corrections Policy
      • Ethics Policy
      • Fact-Checking Policy
      • Source Protection
    • Get Involved
      • Guide for Sources
      • Support Independent Journalism
    • Legal
      • Cookie Policy
      • Privacy Policy
      • Terms of Use
    Facebook X (Twitter) Instagram
    NCIJ Network NCIJ Network
    Thursday, September 17
    • Home
    • World
    • Ai
    • Business
    • Politics
    • Health
    • Crypto
    • Science
    • Technology
    • Cybersecurity
    • Defense & Security
    • Economy
    • Energy
    • Europe
    • More
      • Fact Check
      • Investigations
      • Opinion & Analysis
      • Environment
    NCIJ Network NCIJ Network
    Home»Cybersecurity

    Critical Unbound DNSSEC Validator Flaw Could Allow RCE via a Malicious DNS Zone

    NCIJ NETWNCIJ NETWORKBy NCIJ NETWNCIJ NETWORKSeptember 17, 2026 Cybersecurity No Comments4 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Swati KhandelwalSep 17, 2026Vulnerability / DNS Security

    Every release of the Unbound DNS resolver before 1.26.1 has a critical heap overflow in its DNSSEC validator, maintainer NLnet Labs said in an advisory on Wednesday.

    An attacker who controls a malicious zone and queries a vulnerable resolver can trigger it, enabling remote code execution.

    Unbound 1.26.1, released the same day, fixes the bug, tracked as CVE-2026-81642, along with eight other flaws. One of the eight, CVE-2026-82717, is a heap corruption bug in CNAME synthesis reported by Ben Morris of Anthropic. It could also lead to remote code execution “under certain systems and compilation options,” NLnet Labs said.

    NLnet Labs has not reported exploitation of either bug, and CISA’s entry for CVE-2026-81642 marked exploitation as “none” on Wednesday.

    NLnet Labs rates the DNSKEY flaw Critical, with a CVSS score of 4.0 (9.1), and its scoring lists a network attack vector requiring no privileges or user interaction. NVD listed the CVE as “Awaiting Analysis” on Wednesday, so the 9.1 is the maintainer’s own score.

    The overflow happens while the validator digests a DNSKEY record whose owner name is a compression pointer into the record’s own data. The impact NLnet Labs lists is denial of service, with remote code execution possible “through attacker controlled data.”

    Cybersecurity

    Every version up to and including 1.26.0 is affected. That includes 1.25.2, the security release from July, and 1.26.0, released on August 4. The Critical validator bug NLnet Labs fixed in May, CVE-2026-33278, is a different flaw, and the 1.25.1 update that fixed it does not fix this one.

    NLnet Labs attaches no configuration condition to that range, and it has not said whether a resolver with DNSSEC validation switched off is reachable.

    Upgrade or Patch

    Unbound 1.26.1 is available as source, with checksums and a PGP signature, and as Windows installers and binaries. If you cannot upgrade, the advisory gives two ways to patch the source tree:

    • Apply the minimal patch or the complete patch for CVE-2026-81642 alone with patch -p1, for example patch -p1 < patch_CVE-2026-81642_with.diff, then run make install.
    • Apply the combined patch for all nine fixes instead. A minimal version of it also exists.

    NLnet Labs says the standalone patches for CVE-2026-81642 and CVE-2026-82717 have been tested and work on 1.26.0. Its security policy is to patch the latest released version.

    Cybersecurity

    Debian’s security tracker listed unbound 1.26.1-1 as fixed in unstable on Thursday, with the bookworm, trixie, and forky branches still listed as vulnerable.

    The Nine Fixes

    The release notes name nine CVEs. The table gives each one’s affected range and trigger condition in NLnet Labs’ wording.

    CVE Severity Affected versions Needs Impact
    CVE-2026-81642 Critical Up to and including 1.26.0 An attacker who controls a malicious zone and queries the resolver Denial of service, possible remote code execution
    CVE-2026-82717 High Up to and including 1.26.0 CNAME synthesis during an upstream response. Code execution “under certain systems and compilation options” Denial of service, possible remote code execution
    CVE-2026-81634 High Up to and including 1.26.0 A 255-length query name with a large TCP response, from a malicious name server or a tampered response Denial of service
    CVE-2026-77955 Medium 1.13.2 up to and including 1.26.0 Zones with zonemd-check: yes located below, but not at, a trust anchor Denial of service, a window where tampered zone data is served before the ZONEMD check
    CVE-2026-78227 Medium 1.22.0 up to and including 1.26.0 Built with –with-libngtcp2 and quic-port configured Denial of service
    CVE-2026-80225 Medium Up to and including 1.26.0 A sustained stream of distinct uncached names over one TCP or DoT connection Degradation of service
    CVE-2026-82720 Medium 1.12.0 up to and including 1.26.0 Built with –with-libnghttp2 and https-port configured. NLnet Labs calls the impact limited Denial of service
    CVE-2026-85501 Medium Up to and including 1.26.0 Malicious zones serving the ReTrap algorithmic complexity attacks (TagTrap, DelegationTrap, NsecTrap, AdditionalTrap) Degradation of service
    CVE-2026-77860 Low 1.20.0 up to and including 1.26.0 The serve-expired code path, bypassing a countermeasure added for
    DNSBomb
    Could take part in a pulsing DoS amplification attack

    The ReTrap fix also changes a default: val-clean-additional is now off, so Unbound no longer validates DNSSEC data in the additional section of a response by default.

    The bug was reported to NLnet Labs on August 11 by Yuqi Qiu, who found it with Xiang Li at Nankai University’s AOSP Lab, according to the timeline in the CVE record. NLnet Labs shared a patch the next day and the reporter verified it on August 13. The fix shipped five weeks later in the 1.26.1 batch.

    NLnet Labs’ security policy says that for issues not yet public it aims to release fixes “in the order of weeks.”

    critical DNS DNSSEC Flaw Malicious RCE Unbound Validator zone
    NCIJ NETWNCIJ NETWORK
    • Website

    Keep Reading

    What Recent AI-Powered Attacks Mean for Your Identity Security

    Google Patches Pixel Modem Flaw Amid Signs of Limited Targeted Exploitation

    CISA Releases Cyber Decoy Guidance to Strengthen Critical Infrastructure Defenses

    Microsoft shares workaround for Windows domain login issues

    Chinese hackers use SparroWocky malware in govt espionage attacks

    16 governance tools for securing your AI fleet

    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    We are paying a high price for a university education | Universities

    September 17, 2026

    Midterm Ads Clash Over GOP Law’s Impact on Rural Healthcare

    September 17, 2026

    Kempton Park killings: Ninth woman’s body found in South Africa’s Dawn Park

    September 17, 2026

    Security for Ireland’s easy-access politicians dealt a blow – POLITICO

    September 17, 2026
    Latest Posts

    ADNOC, SLB roll out AI-powered tool across over 120 rigs to enhance drilling ops

    August 4, 2026

    Mining threat persists in Raja Ampat, Indonesia’s ‘Amazon of the Seas’

    August 4, 2026

    Smoke Streams Across Eastern Washington

    August 4, 2026

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    NCIJ Network is an independent digital news platform delivering trusted investigative journalism, European and global news, in-depth analysis, and fact-based reporting with accuracy, transparency, and integrity.

    Facebook X (Twitter) Instagram Pinterest YouTube

    We are paying a high price for a university education | Universities

    September 17, 2026

    Midterm Ads Clash Over GOP Law’s Impact on Rural Healthcare

    September 17, 2026

    Kempton Park killings: Ninth woman’s body found in South Africa’s Dawn Park

    September 17, 2026

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Type above and press Enter to search. Press Esc to cancel.