ISibboI / vocabulary-learning-application

0 stars 0 forks source link

RUSTSEC-2024-0332: Degradation of service in h2 servers with CONTINUATION Flood #128

Closed github-actions[bot] closed 6 months ago

github-actions[bot] commented 6 months ago
Details
Package h2
Version 0.3.24
URL n/a
Patched Versions ^0.3.26 OR >=0.4.4
Aliases GHSA-q6cp-qfwq-4gcv

An attacker can send a flood of CONTINUATION frames, causing h2 to process them indefinitely. This results in an increase in CPU usage.

Tokio task budget helps prevent this from a complete denial-of-service, as the server can still respond to legitimate requests, albeit with increased latency.

More details at "https://seanmonstar.com/blog/hyper-http2-continuation-flood/.

Patches available for 0.4.x and 0.3.x versions.