Add advisory for connectrpc: stalled request body of a finished streaming call - #3238
Merged
Merged
Conversation
djc
approved these changes
Sep 22, 2026
| id = "RUSTSEC-0000-0000" | ||
| package = "connectrpc" | ||
| date = "2026-09-21" | ||
| url = "https://github.com/connectrpc/connect-rust/security/advisories/GHSA-jx5x-3mcr-qp8r" |
Member
There was a problem hiding this comment.
Prefer to have an issue/PR/commit as the primary URL here, since we already have the GHSA in aliases.
iainmcgin
marked this pull request as ready for review
September 22, 2026 23:10
…ming call A client-streaming or bidirectional-streaming call that finishes before it has consumed its request keeps a background reader on the request body with no time limit, so a client that stalls mid-message holds a task, the buffered partial message and the stream or connection until it disconnects. Fixed in 0.8.2 and 0.9.1.
iainmcgin
force-pushed
the
connectrpc-stalled-body
branch
from
September 22, 2026 23:30
be9a902 to
643861b
Compare
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.
Affected crate(s)
connectrpc(about 4.2 million recent downloads per crates.io)Links to upstream issue(s) or PR(s)
Severity
Allows remote denial-of-service: a client can keep the request body of a finished client-streaming or bidirectional-streaming call open indefinitely, holding a task, up to 4 MiB of buffered data and the stream or connection per call. CVSS 4.0 6.3 (Medium), as in the GitHub advisory.
Checklist
RUSTSEC-0000-0000as the IDdatefield is set to the public disclosure date