Cyber Resilience

CVE-2026-41637

Nlnetlabs Unbound 1.22.0 – 1.25.2

Published
22 July 2026
Modified
24 July 2026
Patch / advisory
CVSS Score v3.1 3.7
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L
EPSS Score 0.0027 18th percentile
Risk Priority 32 floored blend · peak EPSS

Summary

CVE-2026-41637 is a low-severity Missing Release of Resource after Effective Lifetime (CWE-772) vulnerability in Nlnetlabs Unbound. Its CVSS base score is 3.7 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Endpoint Denial of Service (T1499); ranked at the 18th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-15 (Development Process, Standards, and Tools) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

In NLnet Labs Unbound 1.22.0 up to and including 1.25.1, client terminated DNS-over-QUIC (DoQ) queries are not accounted properly by Unbound resulting in low-cost inflation of the waiting number of replies for already in-flight resolution queries. This results in degradation…

more

of resolution service for new clients for already in-flight queries. A malicious actor can exploit the vulnerability by issuing DoQ queries for query names that need resolution and proceeding on immediately terminating the query by one of STOP_SENDING/RESET_STREAM/CONNECTION_CLOSE QUIC frames. Those terminated DoQ queries are not properly counted for and keep inflating the number of waiting replies for in-flight queries. When the maximum is reached, it results in silent query drops for new clients needing resolution for already in-flight queries. This vulnerability needs Unbound to be compiled with DoQ support ('--with-libngtcp2') and the 'quic-port' to be configured for the listening interfaces. Additionally, a malicious actor needs access to multiple source IPs to bypass the by-default configured 'wait-limit' option.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1499 Endpoint Denial of Service Impact
Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users.
T1499.002 Service Exhaustion Flood Impact
Adversaries may target the different network services provided by systems to conduct a denial of service (DoS).
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-56444Same product: Nlnetlabs Unbound
CVE-2026-42923Same product: Nlnetlabs Unbound
CVE-2026-41292Same product: Nlnetlabs Unbound
CVE-2026-44390Same product: Nlnetlabs Unbound
CVE-2026-44621Same product: Nlnetlabs Unbound
CVE-2026-55717Same product: Nlnetlabs Unbound
CVE-2026-32665Same product: Nlnetlabs Unbound
CVE-2026-33278Same product: Nlnetlabs Unbound
CVE-2026-52863Same product: Nlnetlabs Unbound
CVE-2026-50045Same product: Nlnetlabs Unbound

Affected Assets

nlnetlabs
unbound
1.22.0 — 1.25.2

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation can discover missing resource releases through dynamic analysis or stress testing.

Requiring documented development standards and tools can mandate explicit resource-release patterns in code.

Resource-quota allocation limits the blast radius of an unreleased-resource exhaustion condition.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

ID.AM-08 mostly match
prevents

Lifecycle management explicitly requires handling resources through end-of-life including release.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent missing resource-release defects during development.

DE.CM-09 partial match
prevents

Runtime monitoring may surface resource-exhaustion symptoms but does not address release logic.

PR.IR-04 partial match
prevents

Capacity monitoring can detect exhaustion caused by unreleased resources but does not prevent the root defect.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

degrades

Explicit information-deletion requirements directly address timely release of resources after use.

prevents

Secure-SDLC practices include resource-management reviews, yet the control covers the entire lifecycle, not just this weakness.

prevents

Secure-coding rules can mandate explicit resource-release patterns, but the control is broader than this single weakness.

detects

Change-management processes may catch missing de-allocation during reviews, but the control itself does not target resource lifetime.

none

Configuration baselines can enforce resource limits or timeouts, indirectly reducing exposure to leaks.

References