Cyber Resilience

CVE-2026-33278

CriticalUpdated

Published: 20 May 2026

Published
20 May 2026
Modified
30 June 2026
KEV Added
Patch
CVSS Score v4 9.1 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:Red
EPSS Score 0.0127 66.3th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2026-33278 is a critical-severity Use After Free (CWE-416) vulnerability in Nlnetlabs Unbound. Its CVSS base score is 9.1 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 33.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

EU & UK References

Vulnerability details

NLnet Labs Unbound 1.19.1 up to and including version 1.25.0 has a vulnerability in the DNSSEC validator that enables denial of service and possible remote code execution as a result of deep copying a data structure and erroneously overwriting a…

more

destination pointer. An adversary can exploit the vulnerability by controlling a malicious signed zone and querying a vulnerable Unbound. When DS sub-queries need to suspend validation due to NSEC3 computational budget exhaustion (introduced in Unbound 1.19.1), Unbound deep-copies response messages to preserve them across memory region teardown. A struct-assignment bug overwrites the destination's pointer with the source's pointer. After the sub-query region is freed, the resumed validator dereferences this dangling pointer, triggering a crash or potentially enabling arbitrary code execution. Unbound 1.25.1 contains a patch with a fix to preserve the correct pointer when deep copying the data structure.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Memory corruption (use-after-free) in public-facing DNS resolver enables remote exploitation for DoS/RCE via crafted DNS queries.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-42960Same product: Nlnetlabs Unbound
CVE-2026-42959Same product: Nlnetlabs Unbound
CVE-2026-41292Same product: Nlnetlabs Unbound
CVE-2026-42944Same product: Nlnetlabs Unbound
CVE-2026-45185Shared CWE-416
CVE-2026-41401Shared CWE-416
CVE-2026-3593Shared CWE-416
CVE-2024-45434Shared CWE-416
CVE-2025-70968Shared CWE-416
CVE-2026-6722Shared CWE-416

Affected Assets

nlnetlabs
unbound
1.19.1 — 1.25.1

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-416

Use-after-free exploits that achieve arbitrary code execution are blocked or significantly hardened by non-executable pages and ASLR.

References