HTTP/2 MadeYouReset vulnerability
LowPublished Aug 13, 2025
The HTTP/2 [MadeYouReset vulnerability](https://galbarnahum.com/made-you-reset) has a mild effect on swift-nio-http2. swift-nio-http2 mostly protects against MadeYouReset by using a number of existing denial-of-service prevention patterns that we added in response to the RapidReset vulnerabilities. The result is that servers are not vulnerable to naive attacks based on MadeYouReset, and the naive PoC examples do not affect swift-nio-http2. However, in 1.38.0 we added some defense-in-depth measures as a precautionary measure that detect clients behaving "weirdly". These defense in depth measures tackle resource drain attacks where attackers interleave attack traffic with legitimate traffic to try to evade our existing DoS prevention mechanisms. We recommend all adopters move to 1.38.0 as soon as possible to mitigate against more sophisticated attacks that may appear in the future. We are very grateful to @galbarnahum, @AnatBB, and @YanivRL for their reporting and assistance with our process.
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| swift-nio-http2 Product | < 1.38.0 | 1.38.0 |
Details and references
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-405
More Apple advisories
All Apple| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| May 21 | Out-of-bounds write via ByteBuffer index and length UInt32 overflow | High | 2.100.0 |
| May 21 | CRLF Injection in outbound HTTP request URI via NIOHTTPRequestHeadersValidator | Medium | 2.100.0 |
| Apr 30 | `container system dns create` unvalidated domain name allows pf rule injection | Low | 0.12.3 |
| Apr 30 | Insecure Hostname Validation Allows HTTP Downgrade Attack | Medium6.9 | 0.12.3 |
| Apr 1 | X-Wing HPKE Decapsulation Accepts Malformed Ciphertext Length | Medium | 4.3.1 |
| Jan 22 | Archive extraction does not guard against escapes from extraction base directory | Low | 0.21.0+1 more |