GO-2023-1546

Source
https://pkg.go.dev/vuln/GO-2023-1546
Import Source
https://vuln.go.dev/ID/GO-2023-1546.json
Aliases
Related
Published
2023-04-05T18:02:21Z
Modified
2024-04-26T21:22:31Z
Details

The otelhttp package of opentelemetry-go-contrib is vulnerable to a denial-of-service attack.

The otelhttp package uses the httpconv.ServerRequest function to annotate metric measurements for the http.server.requestcontentlength, http.server.responsecontentlength, and http.server.duration instruments. The ServerRequest function sets the http.target attribute value to be the whole request URI (including the query string). The metric instruments do not "forget" previous measurement attributes when "cumulative" temporality is used, meaning that the cardinality of the measurements allocated is directly correlated with the unique URIs handled. If the query string is constantly random, this will result in a constant increase in memory allocation that can be used in a denial-of-service attack.

References

Affected packages

Go / go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp

Affected ranges

Type
SEMVER
Events
Introduced
0.38.0
Fixed
0.39.0

Ecosystem specific

{
    "imports": [
        {
            "path": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
            "symbols": [
                "Handler.ServeHTTP"
            ]
        }
    ]
}