GO-2023-2153

See a problem?
Source
https://pkg.go.dev/vuln/GO-2023-2153
Import Source
https://vuln.go.dev/ID/GO-2023-2153.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2023-2153
Aliases
Related
Published
2023-11-01T22:39:27Z
Modified
2024-09-11T06:13:38.297192Z
Summary
Denial of service from HTTP/2 Rapid Reset in google.golang.org/grpc
Details

An attacker can send HTTP/2 requests, cancel them, and send subsequent requests. This is valid by the HTTP/2 protocol, but would cause the gRPC-Go server to launch more concurrent method handlers than the configured maximum stream limit, grpc.MaxConcurrentStreams. This results in a denial of service due to resource consumption.

References

Affected packages

Go / google.golang.org/grpc

Package

Name
google.golang.org/grpc
View open source insights on deps.dev
Purl
pkg:golang/google.golang.org/grpc

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.56.3
Introduced
1.57.0
Fixed
1.57.1
Introduced
1.58.0
Fixed
1.58.3

Ecosystem specific

{
    "imports": [
        {
            "path": "google.golang.org/grpc/internal/transport",
            "symbols": [
                "NewServerTransport"
            ]
        },
        {
            "path": "google.golang.org/grpc",
            "symbols": [
                "NewServer",
                "Server.Serve",
                "Server.initServerWorkers"
            ]
        }
    ]
}