Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. @opentelemetry/core
  4. ›
  5. CVE-2026-54285

CVE-2026-54285: OpenTelemetry Core: Unbounded memory allocation in W3C Baggage propagation

June 15, 2026

The practical availability impact for most Node.js deployments is limited. Node.js enforces a default --max-http-header-size of 16,384 bytes on the total combined size of all HTTP headers, constraining what an external attacker can deliver before the propagator is reached. Additionally, the header is already in memory (parsed by the HTTP layer) by the time it reaches the propagator - the additional allocation is the overhead of splitting into entry objects, not an unbounded read.

The risk is higher when transport-layer limits are absent - e.g., non-HTTP transports (messaging systems, custom TextMapGetter implementations) or deployments that have raised --max-http-header-size.

References

  • github.com/advisories/GHSA-8988-4f7v-96qf
  • github.com/open-telemetry/opentelemetry-js/security/advisories/GHSA-8988-4f7v-96qf
  • nvd.nist.gov/vuln/detail/CVE-2026-54285

Code Behaviors & Features

Detect and mitigate CVE-2026-54285 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2.8.0

Fixed versions

  • 2.8.0

Solution

Upgrade to version 2.8.0 or above.

Impact 5.3 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

Learn more about CVSS

Weakness

  • CWE-770: Allocation of Resources Without Limits or Throttling

Source file

npm/@opentelemetry/core/CVE-2026-54285.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 16 Jun 2026 12:17:17 +0000.