CVE-2026-42534: Jostle logic bypass degrades resolution performance
Last updated 21 May 2026
Other sources
NLnet Labs Unbound up to and including version 1.25.0 has a vulnerability in the jostle logic that could defeat its purpose and degrade resolution performance. Retransmits of the same query could renew the age of slow running queries and not allow the jostle logic to see them as aged and potential targets for replacement with new queries. An adversary who can query a vulnerable Unbound and who can control a domain name server that replies slowly and/or maliciously to Unbound's queries can exploit the vulnerability and degrade the resolution performance of Unbound. When Unbound's 'num-queries-per-thread' reaches its limit, the jostle logic kicks in. When a new query comes in, half of the available queries that are also slow to resolve are candidates for replacement. The vulnerability then happens because duplicate queries that need resolution would skew the aging result by using the timestamp of the latest duplicate query instead of the original one that started the resolution effort. Cache and local data response performance remains unaffected. Coordinated attacks could raise this to a denial of resolution service. Unbound 1.25.1 contains a patch with a fix to attach an initial, non-updatable start time for incoming queries that allow the jostle logic to work as intended.
— 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
NLnet Labs Unboundto a version that resolves this vulnerability.Fixed in 1.25.1 - Compensating control
Mitigate potential denial of resolution by limiting which clients/recursive resolvers can query the vulnerable Unbound instance (rate-limit and/or restrict access to the DNS service).
Event History
Frequently Asked Questions
What is the severity of CVE-2026-42534?
CVE-2026-42534 has been classified as a medium severity vulnerability due to its impact on resolution performance.
How do I fix CVE-2026-42534?
To mitigate CVE-2026-42534, upgrade NLnet Labs Unbound to version 1.26.0 or later.
What software is affected by CVE-2026-42534?
CVE-2026-42534 affects NLnet Labs Unbound versions up to and including 1.25.0.
What type of vulnerability is CVE-2026-42534?
CVE-2026-42534 is a jostle logic bypass vulnerability that degrades resolution performance.
What can happen if CVE-2026-42534 is exploited?
Exploitation of CVE-2026-42534 can lead to a decrease in query resolution performance due to the handling of slow-running queries.