CVE-2026-44390: Unbounded name compression in certain cases causes degradation of service
Last updated 21 May 2026
Other sources
NLnet Labs Unbound up to and including version 1.25.0 has a vulnerability when handling replies with very large RRsets that Unbound needs to perform name compression for. Malicious upstream responses with very large RRsets with records that don't share a suffix above the root can cause Unbound to spend a considerable time applying name compression to downstream replies. This can lead to degraded performance and eventually denial of service in well orchestrated attacks. An adversary can exploit the vulnerability by querying Unbound for the specially crafted contents of a malicious zone with very large RRsets. Before Unbound replies to the query it will try to apply name compression which was an unbounded operation that could lock the CPU until the whole packet was complete. A compression limit was introduced in 1.21.1 for this but it didn't account for the case where records would not share any suffix above the root. That causes Unbound to go in a different code path because of the compression tree lookup failure and eventually not increment the compression counter for those operations. Unbound 1.25.1 contains a patch with a fix that increments the compression counter regardless of the compression tree lookup. This is a complement fix to CVE-2024-8508.
— Launchpad
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
debian/unboundto a version that resolves this vulnerability.Fixed in 1.25.1-1 - Upgrade
Upgrade
Unboundto a version that resolves this vulnerability.Fixed in 1.25.1
Event History
Frequently Asked Questions
What is the severity of CVE-2026-44390?
CVE-2026-44390 has a severity level classified as high due to the potential for denial of service.
How do I fix CVE-2026-44390?
To fix CVE-2026-44390, upgrade NLnet Labs Unbound to version 1.26.0 or later.
What software is affected by CVE-2026-44390?
CVE-2026-44390 affects NLnet Labs Unbound versions up to and including 1.25.0.
What is the impact of CVE-2026-44390?
CVE-2026-44390 can lead to degradation of service through unbounded name compression when processing large RRsets.
Is there a workaround for CVE-2026-44390?
A temporary workaround for CVE-2026-44390 could include limiting the size of the responses processed by Unbound, but upgrading is strongly recommended.