Skip to main content
EPSS 0.3%top 75%

NLnet Labs Unbound 1.22.0 up to and including 1.26.1, has a use-after-free vulnerability when compiled for DNS-over-QUIC support with… (CVE-2026-78227)

0
Medium
Published: 09/16/2026 (09/16/2026, 09:17:00 UTC)
Source: GCVE Database
Product: unbound

Description

NLnet Labs Unbound versions 1.22.0 through 1.26.1 have a use-after-free vulnerability when compiled with DNS-over-QUIC support using '--with-libngtcp2'. This flaw occurs because the retransmission buffer in ngtcp2 holds pointers to freed memory after a client RESET_STREAM, leading to potential server crashes. The vulnerability can be triggered by a malicious actor sending specific DoQ queries without requiring privileges. The CVSS score is 6.5, indicating medium severity.

CVSS v3.1

Score 6.5medium

Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
Low
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:L

Affected software

Ubuntu:Pro:14.04:LTSmore threats →ghsa
unbound
pkg:deb/ubuntu/unbound?arch=source&distro=esm-infra-legacy/trusty
Affected versions
=1.4.20-1=1.4.21-1=1.4.21-1ubuntu1=1.4.21-1ubuntu2=1.4.22-1ubuntu1=1.4.22-1ubuntu2=1.4.22-1ubuntu3=1.4.22-1ubuntu4=1.4.22-1ubuntu4.14.04.1=1.4.22-1ubuntu4.14.04.2=1.4.22-1ubuntu4.14.04.3=1.4.22-1ubuntu4.14.04.3+esm1=1.4.22-1ubuntu4.14.04.3+esm2=1.4.22-1ubuntu4.14.04.3+esm3
Ubuntu:Pro:16.04:LTSmore threats →ghsa
unbound
pkg:deb/ubuntu/unbound?arch=source&distro=esm-infra-legacy/xenial
Affected versions
=1.4.22-1ubuntu6=1.5.7-1ubuntu1=1.5.7-1ubuntu2=1.5.8-1ubuntu1=1.5.8-1ubuntu1.1=1.5.8-1ubuntu1.1+esm1=1.5.8-1ubuntu1.1+esm2=1.5.8-1ubuntu1.1+esm3
Ubuntu:Pro:18.04:LTSmore threats →ghsa
unbound
pkg:deb/ubuntu/unbound?arch=source&distro=esm-infra/bionic
Affected versions
=1.6.5-1=1.6.7-1=1.6.7-1build1=1.6.7-1ubuntu1=1.6.7-1ubuntu2=1.6.7-1ubuntu2.1=1.6.7-1ubuntu2.2=1.6.7-1ubuntu2.3=1.6.7-1ubuntu2.4=1.6.7-1ubuntu2.5=1.6.7-1ubuntu2.6=1.6.7-1ubuntu2.6+esm2=1.6.7-1ubuntu2.6+esm3=1.6.7-1ubuntu2.6+esm4
Ubuntu:Pro:20.04:LTSmore threats →ghsa
unbound
pkg:deb/ubuntu/unbound?arch=source&distro=esm-infra/focal
Affected versions
=1.9.0-2ubuntu1=1.9.0-2ubuntu2=1.9.4-2=1.9.4-2ubuntu1=1.9.4-2ubuntu1.1=1.9.4-2ubuntu1.2=1.9.4-2ubuntu1.3=1.9.4-2ubuntu1.4=1.9.4-2ubuntu1.5=1.9.4-2ubuntu1.6=1.9.4-2ubuntu1.8=1.9.4-2ubuntu1.9=1.9.4-2ubuntu1.11=1.9.4-2ubuntu1.11+esm1
Ubuntu:22.04:LTSmore threats →ghsa
unbound
pkg:deb/ubuntu/unbound?arch=source&distro=jammy
Affected versions
=1.13.1-1ubuntu1=1.13.1-1ubuntu3=1.13.1-1ubuntu5=1.13.1-1ubuntu5.1=1.13.1-1ubuntu5.2=1.13.1-1ubuntu5.3=1.13.1-1ubuntu5.4=1.13.1-1ubuntu5.5=1.13.1-1ubuntu5.7=1.13.1-1ubuntu5.8=1.13.1-1ubuntu5.10=1.13.1-1ubuntu5.11=1.13.1-1ubuntu5.12=1.13.1-1ubuntu5.13=1.13.1-1ubuntu5.14=1.13.1-1ubuntu5.15
Ubuntu:24.04:LTSmore threats →ghsa
unbound
pkg:deb/ubuntu/unbound?arch=source&distro=noble
Affected versions
=1.17.1-2=1.18.0-2ubuntu1=1.18.0-2ubuntu2=1.19.1-1ubuntu1=1.19.2-1ubuntu1=1.19.2-1ubuntu3=1.19.2-1ubuntu3.1=1.19.2-1ubuntu3.2=1.19.2-1ubuntu3.3=1.19.2-1ubuntu3.4=1.19.2-1ubuntu3.5=1.19.2-1ubuntu3.6=1.19.2-1ubuntu3.7=1.19.2-1ubuntu3.8=1.19.2-1ubuntu3.9
Ubuntu:26.04:LTSmore threats →ghsa
unbound
pkg:deb/ubuntu/unbound?arch=source&distro=resolute
Affected versions
=1.22.0-2ubuntu2=1.22.0-2ubuntu4=1.24.2-1ubuntu1=1.24.2-1ubuntu2=1.24.2-1ubuntu2.1=1.24.2-1ubuntu2.2

Run on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.

AI-Powered Analysis

Machine-generated threat intelligence

AILast updated: 09/24/2026, 06:44:39 UTC

Technical Analysis

NLnet Labs Unbound versions 1.22.0 up to and including 1.26.1 contain a use-after-free vulnerability related to DNS-over-QUIC (DoQ) support when compiled with '--with-libngtcp2'. Each DoQ stream owns an output buffer for DNS responses, and ngtcp2's retransmission buffer keeps shallow pointers into this buffer for retransmissions. If a client sends a RESET_STREAM and withholds acknowledgments, the output buffer is freed but ngtcp2 still references it. Upon a PTO timeout, ngtcp2 attempts to retransmit using the freed buffer, causing use-after-free and potentially abnormal server termination under a query spray attack.

Potential Impact

An unauthenticated attacker able to send DNS queries over DNS-over-QUIC to a vulnerable Unbound server can trigger use-after-free conditions by manipulating stream resets and acknowledgments. This leads to retransmissions from freed memory, causing abnormal server exits (crashes). The impact is denial of service with no privilege escalation or data integrity compromise indicated.

Mitigation Recommendations

No official patch links are provided in the input data. Patch status is not yet confirmed — check the vendor advisory for current remediation guidance. Until a fix is available, disabling DNS-over-QUIC support or avoiding compilation with '--with-libngtcp2' may mitigate exposure. Monitor vendor advisories for updates.

Pro Console: star threats, build custom feeds, automate alerts via Slack, email & webhooks.Upgrade to Pro

Technical Details

Gcve Source
db.gcve.eu
Osv Id
UBUNTU-CVE-2026-78227
Osv Schema Version
1.7.0
Ecosystems
["Ubuntu:Pro:14.04:LTS","Ubuntu:Pro:16.04:LTS","Ubuntu:Pro:18.04:LTS","Ubuntu:Pro:20.04:LTS","Ubuntu:22.04:LTS","Ubuntu:24.04:LTS","Ubuntu:26.04:LTS"]
Cvss Version
3.1
State
PUBLISHED

Threat ID: 6ab4be4ef7a7c54106f0a9e1

Added to database: 09/24/2026, 06:08:14 UTC

Last enriched: 09/24/2026, 06:44:39 UTC

Last updated: 09/25/2026, 03:22:02 UTC

Views: 5

Community Reviews

0 reviews

Crowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.

Sort by
Loading community insights…

Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.

Actions

PRO

Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.

Please log in to the Console to use AI analysis features.

Need more coverage?

Upgrade to Pro Console for AI refresh and higher limits.

For incident response and remediation, OffSeq services can help resolve threats faster.

Latest Threats

Breach by OffSeqOFFSEQFRIENDS — 25% OFF

Check if your credentials are on the dark web

Instant breach scanning across billions of leaked records. Free tier available.

Scan now
OffSeq TrainingCredly Certified

Lead Pen Test Professional

Technical5-day eLearningPECB Accredited
View courses