You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Resource exhaustion vulnerability in h2 may lead to Denial of Service (DoS) 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.
The text was updated successfully, but these errors were encountered:
A Medium severity Vulnerability GHSA-8r5v-vm4m-4g25 detected in Rust [email protected] was detected in rust_proj.
Details
https://qa-app.soos.io/c/in6/h/h7s7ot/projects/xm1h6ihl7/branches/filescan0/issues?source=Vulnerability&search=GHSA-8r5v-vm4m-4g25&
Description
Resource exhaustion vulnerability in h2 may lead to Denial of Service (DoS) 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.
The text was updated successfully, but these errors were encountered: