GO-2024-2900

Source
https://pkg.go.dev/vuln/GO-2024-2900
Import Source
https://vuln.go.dev/ID/GO-2024-2900.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2024-2900
Aliases
Published
2024-06-14T13:41:08Z
Modified
2024-07-19T11:15:51Z
Summary
Denial of Service via Zip/Decompression Bomb sent over HTTP or gRPC in go.opentelemetry.io/collector/config/configgrpc
Details

An unsafe decompression vulnerability allows unauthenticated attackers to crash the collector via excessive memory consumption.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2024-2900"
}
References

Affected packages

Go / go.opentelemetry.io/collector/config/configgrpc

Package

Name
go.opentelemetry.io/collector/config/configgrpc
View open source insights on deps.dev
Purl
pkg:golang/go.opentelemetry.io/collector/config/configgrpc

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.102.1

Ecosystem specific

{
    "imports": [
        {
            "path": "go.opentelemetry.io/collector/config/configgrpc",
            "symbols": [
                "ClientConfig.ToClientConn",
                "getGRPCCompressionName"
            ]
        }
    ]
}

Go / go.opentelemetry.io/collector/config/confighttp

Package

Name
go.opentelemetry.io/collector/config/confighttp
View open source insights on deps.dev
Purl
pkg:golang/go.opentelemetry.io/collector/config/confighttp

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.102.0

Ecosystem specific

{
    "imports": [
        {
            "path": "go.opentelemetry.io/collector/config/confighttp",
            "symbols": [
                "ServerConfig.ToServer",
                "clientInfoHandler.ServeHTTP",
                "decompressor.ServeHTTP",
                "httpContentDecompressor"
            ]
        }
    ]
}