opentelemetry-js is the OpenTelemetry JavaScript Client. Prior to 2.8.0, W3CBaggagePropagator.extract() in @opentelemetry/core does not enforce size limits when parsing inbound baggage HTTP headers. The W3C Baggage specification recommends a maximum of 8,192 bytes and 180 entries; these limits were only enforced on the outbound (inject()) path, not on the inbound (extract()) path. Parsing oversized baggage causes memory allocation proportional to the header size without any cap. This vulnerability is fixed in 2.8.0.
References
| Link | Resource |
|---|---|
| https://github.com/open-telemetry/opentelemetry-js/security/advisories/GHSA-8988-4f7v-96qf | Vendor Advisory Mitigation |
Configurations
History
No history.
Information
Published : 2026-06-22 18:16
Updated : 2026-08-27 15:45
NVD link : CVE-2026-54285
Mitre link : CVE-2026-54285
CVE.ORG link : CVE-2026-54285
JSON object : View
Products Affected
opentelemetry
- opentelemetry
CWE
CWE-770
Allocation of Resources Without Limits or Throttling
