CVE-2026-55991
Last modified
CVE-2026-55991 is a medium-severity vulnerability rated 5.9/10 on the CVSS scale. In NLnet Labs Unbound 1.22.0 up to and including 1.25.1, a remote unauthenticated client can trigger a libngtcp2 assertion (if compiled with assertions on) and terminate the entire Unbound process using a single DNS-over-QUIC (DoQ) connection and one normal DNS query. This is caused by an erroneous error value passed to libngtcp2. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
In NLnet Labs Unbound 1.22.0 up to and including 1.25.1, a remote unauthenticated client can trigger a libngtcp2 assertion (if compiled with assertions on) and terminate the entire Unbound process using a single DNS-over-QUIC (DoQ) connection and one normal DNS query. This is caused by an erroneous error value passed to libngtcp2. When 'ngtcp2_conn_writev_stream()' returns 'NGTCP2_ERR_STREAM_DATA_BLOCKED', Unbound continues to call 'ngtcp2_ccerr_set_application_error()' with a '-1' error value. The 'int' literal '-1' is implicitly converted to the function's 'uint64_t error_code' parameter as '0xFFFFFFFFFFFFFFFF'. The follow-on 'ngtcp2_conn_write_connection_close()' serialises that value as a QUIC variable-length integer; because '2^64-1' exceeds the 62-bit varint ceiling, 'ngtcp2_put_uvarintlen()' fails 'assert(n < 4611686018427387904ULL)' and the whole resolver process aborts. A remote, unauthenticated DoQ client can trigger this deterministically with a single QUIC connection by advertising 'initial_max_stream_data_bidi_local = 1' in its transport parameters and sending one DoQ query without ever reading the stream.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Nlnetlabs | Unbound | >= 1.22.0, < 1.25.2 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-55991?
How severe is CVE-2026-55991?
How do I fix CVE-2026-55991?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-55979An improper access control check in CatchPulse's named pipe …5.2
- CVE-2026-5598Covert timing channel vulnerability in Legion of the Bouncy …8.9
- CVE-2026-55980A denial-of-service vulnerability in CatchPulse could allow …5.5
- CVE-2026-55985The web management interface in Tycon Systems TPDIN-Monitor…5.3
- CVE-2026-5599A user with API access and "manage users" permission in any …7.3
- CVE-2026-55990In NLnet Labs Unbound 1.7.0 up to and including 1.25.1, when…5.9
- CVE-2026-55993Improper Input Validation, Exposure of Sensitive Information…7.5
- CVE-2026-55994Improper Input Validation, Exposure of Sensitive Information…7.5
- CVE-2026-55995A Double Free vulnerability in open-iscsi allows an unauthen…8.7
- CVE-2026-55996A denial-of-service vulnerability was identified in multiple…4.3
- CVE-2026-55997Rancher issues long-lived registration tokens to authenticat…8.8
- CVE-2026-55998The endpoint /v3/import/{token}_{clusterId}.yaml retrieves t…5.3
Are you affected by CVE-2026-55991?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
