HistoryEditJSON (OSV)

RUSTSEC-2024-0003

Resource exhaustion vulnerability in h2 may lead to Denial of Service (DoS)

Reported
Issued
Package
h2 (crates.io)
Type
Vulnerability
Categories
Keywords
#http #http2 #h2
Aliases
References
Patched
  • ^0.3.24
  • >=0.4.2

Description

An attacker with an HTTP/2 connection to an affected endpoint can send a steady stream of invalid frames to force the generation of reset frames on the victim endpoint. By closing their recv window, the attacker could then force these resets to be queued in an unbounded fashion, resulting in Out Of Memory (OOM) and high CPU usage.

This fix is corrected in hyperium/h2#737, which limits the total number of internal error resets emitted by default before the connection is closed.

Advisory available under CC0-1.0 license.