NRDAX
CLI Submit

← registry

NRDAX-T0182 - Optimistic ACK Congestion Window Manipulation

Response amplification · P2P and gossip · no bound · active · first seen 2026-07-10

provenance: Reproduced in NullRabbit's attack-reproduction pipeline

mechanism

quiche optimistic-ACK congestion-window growth (CVE-2025-4820): a QUIC peer completes a handshake, initiates a congestion-controlled transfer toward itself, then sends ACK frames (type 0x02 / 0x03) acknowledging packet-number ranges AHEAD of what the sender has actually sent - pacing the artificial ACKs so the server sees a very low RTT and grows its CWND without bound, admitting more bytes in flight than the path supports (availability / bandwidth amplification). CVSS 3.1 = 5.3 (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L). Affected quiche < 0.24.4; fixed 0.24.4. public-cve-replication - wire signature only (loopback mock plays the sender; this driver plays the attacker receiver emitting the optimistic/forward ACKs). The CWND-growth impact is a property of the vulnerable congestion controller, recorded here as advisory facts, not reproduced.

live exposure

No exposure data. Slashr ↗ has no risk signal mapped to this technique yet — absence of data is not absence of exposure.

instances (2)

chainprimitivefidelityoriginreproducer (bundle)source
quic quic_optimistic_ack_cwnd_growth lab reverse-engineered-cve quic_optimistic_ack_cwnd_growth CVE-2025-4820 ↗
quic quiche_ack_never_sent_cwnd lab reverse-engineered-cve quiche_ack_never_sent_cwnd -

related (Response amplification)

cite

https://nrdax.com/techniques/NRDAX-T0182

plain

NRDAX Registry. Technique NRDAX-T0182.

bibtex
@misc{nrdax_NRDAX_T0182,
  title = {Optimistic ACK Congestion Window Manipulation (NRDAX-T0182)},
  howpublished = {NRDAX Registry},
  url = {https://nrdax.com/techniques/NRDAX-T0182},
}
json (csl)
{
  "id": "nrdax-NRDAX-T0182",
  "type": "dataset",
  "title": "Optimistic ACK Congestion Window Manipulation (NRDAX-T0182)",
  "URL": "https://nrdax.com/techniques/NRDAX-T0182",
  "publisher": "NRDAX Registry"
}
badge

NRDAX-T0182 in the NRDAX registry

[![NRDAX-T0182 in the NRDAX registry](https://nrdax.com/badge/NRDAX-T0182.svg)](https://nrdax.com/techniques/NRDAX-T0182-optimistic-ack-congestion-window-manipulation)

use from the CLI

Retrieve or cite this technique from a script or the terminal with the NRDAX Python library & CLI.

Retrieve this technique
nrdax get NRDAX-T0182
Cite it (BibTeX)
nrdax cite NRDAX-T0182 --format bibtex

CLI guide → GitHub ↗