PatchSiren cyber security CVE debrief
CVE-2026-44621 NLnet Labs CVE debrief
A vulnerability in Unbound's libunbound, when configured with 'unwanted-reply-threshold', could lead to abrupt termination if the threshold is reached and libunbound needs to call 'libworker_alloc_cleanup'. This function is absent from the function call allow list, resulting in a fatal exit of libunbound and eventual termination of the embedding application.
- Vendor
- NLnet Labs
- Product
- Unbound
- CVSS
- MEDIUM 5.9
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-22
- Original CVE updated
- 2026-07-22
- Advisory published
- 2026-07-22
- Advisory updated
- 2026-07-22
Who should care
Developers and administrators using libunbound with 'unwanted-reply-threshold' configured should be aware of this vulnerability and take necessary defensive actions. This includes reviewing configurations, verifying application versions, and implementing monitoring to detect potential exploitation attempts. Affected operators should assess their platform deployments for exposure, and vulnerability management and security teams should prioritize patching or mitigating affected systems.
Technical summary
With NLnet Labs Unbound up to and including version 1.25.1, applications using libunbound and configured with 'unwanted-reply-threshold', could eventually be abruptly terminated if the threshold is reached and libunbound needs to call 'libworker_alloc_cleanup' since the function is absent from the function call allow list. When an application using libunbound sets 'unwanted-reply-threshold' to any non-zero value and the iterator queries an authoritative that replies with enough wrong-transaction-ID UDP datagrams to cross the threshold, the 'libworker_alloc_cleanup' will eventually be called. Since the function is absent from the function call allow list, this leads to a fatal exit of libunbound and eventual termination of the embedding application. Unbound itself is not affected since its relevant function 'worker_alloc_cleanup' is registered in the allow list and proceeds to perform the documented cache flush.
Defensive priority
Medium priority due to the specific conditions required for exploitation and the potential impact on applications using libunbound.
Recommended defensive actions
- Review and update libunbound configurations to ensure 'unwanted-reply-threshold' is set appropriately.
- Verify that applications using libunbound are using the latest version of Unbound.
- Implement monitoring to detect potential exploitation attempts.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
Evidence notes
The CVE record was published on 2026-07-22T14:17:18.913Z and has not been modified since then. The NVD entry is currently Undergoing Analysis. Evidence is limited, and defenders should verify configurations, versions, and potential exposure. Defensive actions are necessary to prevent abrupt termination of applications using libunbound.
Official resources
-
CVE-2026-44621 CVE record
CVE.org
-
CVE-2026-44621 NVD detail
NVD
-
Source item URL
nvd_modified
- Source reference
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-07-22T14:17:18.913Z and has not been modified since then. The NVD entry is currently Undergoing Analysis.