Intel

AIKIDO-2026-978085

quinn-proto is vulnerable to Denial of Service (DoS)

Denial of Service (DoS)GHSA-qfwj-vfxf-92j2 Published 2 days ago

75

High Risk

This Affects:

RUSTquinn-proto
0.11.15 - 0.11.16
Fixed in 0.11.17
Are you affected? Scan for Free

TL;DR

quinn-proto reassembles out-of-order STREAM data in a buffer guarded by a chunk cap that is enforced during defragmentation. The defragmentation check only runs when allocation exceeds a dynamic threshold, so a peer that keeps the overhead below that threshold avoids defragmentation and bypasses the chunk limit entirely. A remote, unauthenticated peer can send many small gapped stream fragments to pin more receiver memory than the accounted stream data, leading to memory exhaustion. The fix tightens the reassembly accounting so the guard cannot be bypassed by low overhead fragments.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

quinn-proto is vulnerable to Denial of Service (DoS) in versions 0.11.15 - 0.11.16.

How to fix this

Upgrade the quinn-proto library to the patch version.