Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
CISA KEV·Added 2023-10-10 — agencies required to remediate by 2023-10-31
🐹 Go Maven📦 SwiftURL

GHSA-qppj-fm5r-hxr3

MEDIUM

HTTP/2 Stream Cancellation Attack

Also known asBIT-apisix-2023-44487BIT-aspnet-core-2023-44487BIT-contour-2023-44487BIT-dotnet-2023-44487BIT-dotnet-sdk-2023-44487BIT-envoy-2023-44487
Published
Oct 10, 2023
Updated
May 20, 2026
Affected
22 pkgs
Patched
21 / 22
Exploits
20 known

EPSS Exploitation Probability

via FIRST.org ↗
94.4%probability of exploitation in next 30 days
Very High Risk100th percentile0.00%
93.9%94.2%94.6%95.0%94.5%94.4%Dec 25Apr 26Jun 26

EPSS (Exploit Prediction Scoring System) is a daily probability model maintained by FIRST.org. It estimates the likelihood a CVE will be exploited in production environments within the next 30 days, derived from real-world threat intelligence signals.

Blast Radius

22 pkgs affected
🐹golang.org/x/netorg.apache.tomcat:tomcat-coyoteorg.apache.tomcat:tomcat-coyoteorg.apache.tomcat:tomcat-coyoteorg.apache.tomcat:tomcat-coyoteorg.apache.tomcat.embed:tomcat-embed-coreorg.apache.tomcat.embed:tomcat-embed-coreorg.apache.tomcat.embed:tomcat-embed-core+14 more

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects Go, Maven packages — download data is not available via public APIs for these ecosystems.

Description

HTTP/2 Rapid reset attack

The HTTP/2 protocol allows clients to indicate to the server that a previous stream should be canceled by sending a RST_STREAM frame. The protocol does not require the client and server to coordinate the cancellation in any way, the client may do it unilaterally. The client may also assume that the cancellation will take effect immediately when the server receives the RST_STREAM frame, before any other data from that TCP connection is processed.

Abuse of this feature is called a Rapid Reset attack because it relies on the ability for an endpoint to send a RST_STREAM frame immediately after sending a request frame, which makes the other endpoint start working and then rapidly resets the request. The request is canceled, but leaves the HTTP/2 connection open.

The HTTP/2 Rapid Reset attack built on this capability is simple: The client opens a large number of streams at once as in the standard HTTP/2 attack, but rather than waiting for a response to each request stream from the server or proxy, the client cancels each request immediately.

The ability to reset streams immediately allows each connection to have an indefinite number of requests in flight. By explicitly canceling the requests, the attacker never exceeds the limit on the number of concurrent open streams. The number of in-flight requests is no longer dependent on the round-trip time (RTT), but only on the available network bandwidth.

In a typical HTTP/2 server implementation, the server will still have to do significant amounts of work for canceled requests, such as allocating new stream data structures, parsing the query and doing header decompression, and mapping the URL to a resource. For reverse proxy implementations, the request may be proxied to the backend server before the RST_STREAM frame is processed. The client on the other hand paid almost no costs for sending the requests. This creates an exploitable cost asymmetry between the server and the client.

Multiple software artifacts implementing HTTP/2 are affected. This advisory was originally ingested from the swift-nio-http2 repo advisory and their original conent follows.

swift-nio-http2 specific advisory

swift-nio-http2 is vulnerable to a denial-of-service vulnerability in which a malicious client can create and then reset a large number of HTTP/2 streams in a short period of time. This causes swift-nio-http2 to commit to a large amount of expensive work which it then throws away, including creating entirely new Channels to serve the traffic. This can easily overwhelm an EventLoop and prevent it from making forward progress.

swift-nio-http2 1.28 contains a remediation for this issue that applies reset counter using a sliding window. This constrains the number of stream resets that may occur in a given window of time. Clients violating this limit will have their connections torn down. This allows clients to continue to cancel streams for legitimate reasons, while constraining malicious actors.

Affected Packages

22 total 21 fixed
EcosystemPackageVulnerable rangeFix
🐹Gogolang.org/x/netall versions0.17.0
Mavenorg.apache.tomcat:tomcat-coyote11.0.0-M1&&< 11.0.0-M1211.0.0-M12
Mavenorg.apache.tomcat:tomcat-coyote10.0.0&&< 10.1.1410.1.14
Mavenorg.apache.tomcat:tomcat-coyote9.0.0&&< 9.0.819.0.81
Mavenorg.apache.tomcat:tomcat-coyote8.5.0&&< 8.5.948.5.94
Mavenorg.apache.tomcat.embed:tomcat-embed-core11.0.0-M1&&< 11.0.0-M1211.0.0-M12
Exploits & PoCs
20

Research use only. For defensive security, authorized penetration testing, and academic research only. Never execute exploit code against systems without explicit written authorization.

EDB-52426remotemultiple

HTTP/2 2.0 - Denial Of Service (DOS)

by Madhusudhan Rajappa · Sep 16, 2025

Frequently Asked Questions

## HTTP/2 Rapid reset attack The HTTP/2 protocol allows clients to indicate to the server that a previous stream should be canceled by sending a RST_STREAM frame. The protocol does not require the client and server to coordinate the cancellation in any way, the client may do it unilaterally. The client may also assume that the cancellation will take effect immediately when the server receives the RST_STREAM frame, before any other data from that TCP connection is processed. Abuse of this feature is called a Rapid Reset attack because it relies on the ability for an endpoint to send a RST_STRE
O3 Security · Impact-Aware SCA

Is GHSA-qppj-fm5r-hxr3 in your stack?

O3 detects GHSA-qppj-fm5r-hxr3 across Go, Maven, SwiftURL dependencies and uses function-level reachability to confirm whether the vulnerable code path is actually reachable — not just present. No false positives.