PatchSiren cyber security CVE debrief
CVE-2026-55990 NLnet Labs CVE debrief
A vulnerability was found in Unbound DNSCrypt. When the 'dnscrypt:' clause lists more 'dnscrypt-provider-cert:' files than there are matching 'dnscrypt-secret-key:' files, Unbound fills only the matched prefix and leaves the tail slots at the '0xdb' fill that libsodium's allocator writes into every allocation. This faulty configuration can lead to a garbage dereference when an unauthenticated client sends a UDP datagram of ≥ 68 bytes whose first 8 bytes are '0xdb' to 'dnscrypt-port', potentially causing a crash. Users of Unbound with DNSCrypt support enabled should verify their configuration to prevent potential crashes.
- 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
Users of Unbound with DNSCrypt support enabled should verify their configuration to prevent potential crashes. This includes ensuring matching 'dnscrypt-provider-cert:' and 'dnscrypt-secret-key:' files and restricting access to 'dnscrypt-port' to authenticated clients only. Security teams and operators managing Unbound deployments should review their configurations and monitor logs for potential crashes or errors.
Technical summary
The vulnerability occurs when Unbound is compiled with DNSCrypt support and the 'dnscrypt:' clause lists more 'dnscrypt-provider-cert:' files than there are matching 'dnscrypt-secret-key:' files. This leads to a garbage dereference when an unauthenticated client sends a UDP datagram of ≥ 68 bytes whose first 8 bytes are '0xdb' to 'dnscrypt-port'. The issue arises from Unbound iterating over the number of cert files, not the actual slots, causing it to access garbage data filled with '0xdb' bytes.
Defensive priority
Medium priority due to potential for crashes and data exposure.
Recommended defensive actions
- Verify Unbound configuration to ensure matching 'dnscrypt-provider-cert:' and 'dnscrypt-secret-key:' files.
- Restrict access to 'dnscrypt-port' to authenticated clients only.
- Monitor Unbound logs for potential crashes or errors.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The vulnerability was reported by [email protected]. The CVE record was published on 2026-07-22T14:17:21.810Z and last modified on 2026-07-22T20:33:11.590Z. Evidence is limited to the supplied source corpus and CVE record details. Defenders should verify Unbound configuration and DNSCrypt support.
Official resources
-
CVE-2026-55990 CVE record
CVE.org
-
CVE-2026-55990 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:21.810Z and has not been modified since then.