๐Ÿ” CVE Alert

CVE-2026-78227

MEDIUM 6.5

Use-after-free in DoQ stream output buffer on reset re-transmission

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

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 '--with-libngtcp2'. Each DoQ stream owns an output buffer that holds the DNS response. ngtcp2's retransmission buffer keeps a shallow pointer into the output buffer for as long as a STREAM frame may be resent. On a client RESET_STREAM, the output buffer is freed but ngtcp2 still holds the matching retransmission entries. The next PTO timeout makes ngtcp2 re-encode the STREAM frame and copy from the freed buffer. A malicious actor that can query Unbound over DoQ and that withholds ACKs, sends RESET_STREAM, and waits for PTO, reaches this use-after-free with no privilege. This leads to retransmissions against freed memory and eventually an abnormal server exit under a 20-query spray.

CWE CWE-416
Vendor nlnet labs
Product unbound
Published Sep 16, 2026
Stay Ahead of the Next One

Get instant alerts for nlnet labs unbound

Be the first to know when new medium vulnerabilities affecting nlnet labs unbound are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

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

Affected Versions

NLnet Labs / Unbound
1.22.0 < 1.26.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
nlnetlabs.nl: https://www.nlnetlabs.nl/downloads/unbound/CVE-2026-78227.txt

Credits

Yuqi Qiu (Nankai University, AOSP Lab) Xiang Li (Nankai University, AOSP Lab)