Files
CVEs-PoC/2019/CVE-2019-9514.md
2025-09-29 21:09:30 +02:00

1.0 KiB

CVE-2019-9514

Description

Some HTTP/2 implementations are vulnerable to a reset flood, potentially leading to a denial of service. The attacker opens a number of streams and sends an invalid request over each stream that should solicit a stream of RST_STREAM frames from the peer. Depending on how the peer queues the RST_STREAM frames, this can consume excess memory, CPU, or both.

POC

Reference

Github