NRDAX
CLI Submit

← registry

NRDAX-T0182 - Optimistic ACK Congestion Window Manipulation

memory_amp · 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) ac

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 proxy reverse-engineered-cve quiche_ack_never_sent_cwnd -

related (memory_amp)

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"
}

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 ↗