connectrpc is vulnerable to Denial of Service (DoS)
63
Medium Risk
connectrpc's server reads a client-streaming or bidirectional-streaming request body in a background task that keeps running after the handler returns, an interceptor rejects the call, or the request timeout fires. Before the fix, that task has no time limit, so a client that stops sending mid-message keeps the task, its buffered partial message, and the HTTP/2 stream or HTTP/1.x connection open indefinitely. A caller can hold many such calls open at once to exhaust server memory, tasks, and file descriptors. The fix applies an absolute five second timeout to the drain so a stalled client loses the stream or connection instead of holding it forever.
You are affected if you are using a version that falls within the vulnerable range and you serve client-streaming or bidirectional-streaming RPCs.
connectrpc is vulnerable to Denial of Service (DoS) in versions 0.2.0 - 0.8.1 and 0.9.0 - 0.9.0.
Upgrade the connectrpc library to the patch version.
Connect your repositories to instantly see whether vulnerable or malicious packages exist in your codebase.
Free. No credit card required.

I consent to receiving marketing communications based on Aikido’s Privacy Policy.
SOC 2Compliant
ISO 27001Compliant
ISO 42001Compliant© All Intel data is openly available and commercially licensed.