SCA: security update for @opentelemetry/core (GHSA-8988-4f7v-96qf)

medium Tenable Self-Hosted Container Security Plugin ID 443235

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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.
(CVE-2026-54285)

Solution

Update the @opentelemetry/core library and its related packages to version 2.8.0 or later.

See Also

https://github.com/advisories/GHSA-8988-4f7v-96qf

Plugin Details

Severity: Medium

ID: 443235

Version: Revision 1.4

Type: Local

Family: SCA Checks

Published: 6/16/2026

Updated: 7/6/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 1.2

Percentile: 0.01

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.7

Vector: CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P

CVSS Score Source: CVE-2026-54285

CVSS v3

Risk Factor: Medium

Base Score: 5.3

Temporal Score: 4.6

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

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 6/15/2026

Vulnerability Publication Date: 6/15/2026

Reference Information

CVE: CVE-2026-54285

cwe: CWE-770