CVE-2026-41178
Analyzed
Analyzed - Analysis Complete
Denial of Service in OpenTelemetry-Go via Oversized Baggage Headers
Publication date: 2026-06-04
Last updated on: 2026-06-18
Assigner: GitHub, Inc.
Description
Description
OpenTelemetry-Go is the Go implementation of OpenTelemetry. Versions 1.41.0 and 1.43.0 removed raw-length rejection and it causes `Parse` to process arbitrarily large/invalid baggage headers and log errors, enabling DoS via oversized inputs. Versions 1.42.0 and 1.44.0 fix the issue.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| opentelemetry | opentelemetry | to 1.42.0 (exc) |
| opentelemetry | opentelemetry | 1.43.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-789 | The product allocates memory based on an untrusted, large size value, but it does not ensure that the size is within expected limits, allowing arbitrary amounts of memory to be allocated. |