Conversation
h2 before 0.4.16 accepts and queues empty DATA frames without limit. If streams are not actively drained this can cause unbounded memory usage, or a panic if the length overflows. Low severity denial-of-service, published 2026-08-17, patched upstream in 0.4.16. RUSTSEC-2026-0258 / GHSA-q83h-524g-xf6h GHSA-q83h-524g-xf6h h2 is a transitive dependency via hyper. Applied with `cargo update -p h2 --precise 0.4.16`, so the lockfile moves h2 only and no other dependency is touched. This is what fails the Security Audit / Cargo Deny job on current CI runs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the transitive
h2dependency to 0.4.16 to clear RUSTSEC-2026-0258, which currently fails the Security Audit / Cargo Deny job on every CI run in this repo.h2before 0.4.16 accepts and queues empty DATA frames without limit. If streams are not actively drained this can lead to unbounded memory usage, or a panic if the length overflows.h2arrives transitively throughhyper. Applied withcargo update -p h2 --precise 0.4.16, so onlyCargo.lockchanges and only theh2entry moves — no other dependency is touched and no manifest is edited.Note this repo also has CI jobs failing on
docker: command not foundon the self-hosted runners. That is a separate runner-provisioning issue and is not addressed here.