From cab69cc909dad84ca9409fb538bc95077ae9de0f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 13:17:55 -0600 Subject: [PATCH] Assigned RUSTSEC-2023-0034 to h2 (#1687) Co-authored-by: tarcieri --- .duplicate-id-guard | 2 +- crates/h2/{RUSTSEC-0000-0000.md => RUSTSEC-2023-0034.md} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename crates/h2/{RUSTSEC-0000-0000.md => RUSTSEC-2023-0034.md} (95%) diff --git a/.duplicate-id-guard b/.duplicate-id-guard index e01c4711..fca34d15 100644 --- a/.duplicate-id-guard +++ b/.duplicate-id-guard @@ -1,3 +1,3 @@ This file causes merge conflicts if two ID assignment jobs run concurrently. This prevents duplicate ID assignment due to a race between those jobs. -5939f363a07849c25ca69e87e2a4961fd6d91882fe86fbdb14c315bfc03b7a24 - +b39c2f9154efdb9539b9db4296b1d8114dd98705de56d45a8472de7e678c8e20 - diff --git a/crates/h2/RUSTSEC-0000-0000.md b/crates/h2/RUSTSEC-2023-0034.md similarity index 95% rename from crates/h2/RUSTSEC-0000-0000.md rename to crates/h2/RUSTSEC-2023-0034.md index 05de5cb9..79d3c904 100644 --- a/crates/h2/RUSTSEC-0000-0000.md +++ b/crates/h2/RUSTSEC-2023-0034.md @@ -1,6 +1,6 @@ ```toml [advisory] -id = "RUSTSEC-0000-0000" +id = "RUSTSEC-2023-0034" package = "h2" date = "2023-04-14" url = "https://github.com/hyperium/hyper/issues/2877" @@ -15,4 +15,4 @@ patched = [">= 0.3.17"] If an attacker is able to flood the network with pairs of `HEADERS`/`RST_STREAM` frames, such that the `h2` application is not able to accept them faster than the bytes are received, the pending accept queue can grow in memory usage. Being able to do this consistently can result in excessive memory use, and eventually trigger Out Of Memory. -This flaw is corrected in [hyperium/h2#668](https://github.com/hyperium/h2/pull/668), which restricts remote reset stream count by default. \ No newline at end of file +This flaw is corrected in [hyperium/h2#668](https://github.com/hyperium/h2/pull/668), which restricts remote reset stream count by default.