Skip to main content

OpenTelemetry JavaScript CVE-2026-59892

| EUVDEUVD-2026-42324 HIGH
Uncaught Exception (CWE-248)
2026-07-08 GitHub_M GHSA-45rx-2jwx-cxfr
7.5
CVSS 3.1 · Vendor: GitHub_M
Share

Severity by source

Vendor (GitHub_M) PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
7.5 HIGH

Remote unauthenticated single-request crash with no interaction gives AV:N/AC:L/PR:N/UI:N; impact is process termination only, so C:N/I:N/A:H.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
Red Hat
7.5 HIGH
qualitative

Primary rating from Vendor (GitHub_M).

CVSS VectorVendor: GitHub_M

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

2
Patch available
Jul 08, 2026 - 18:02 EUVD
Analysis Generated
Jul 08, 2026 - 16:54 vuln.today

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 235 npm packages depend on @opentelemetry/propagator-jaeger (6 direct, 229 indirect)

Ecosystem-wide dependent count for version 2.9.0.

DescriptionCVE.org

OpenTelemetry JavaScript is the OpenTelemetry JavaScript client. Prior to 2.9.0, @opentelemetry/propagator-jaeger decodes incoming uber-trace-id and uberctx-* HTTP header values with decodeURIComponent() without handling decode errors, allowing an unauthenticated remote attacker to send a malformed percent-encoded value that throws an uncaught URIError and terminates a Node.js process using JaegerPropagator as the active propagator. This issue is fixed in version 2.9.0.

AnalysisAI

Denial of service in OpenTelemetry JavaScript (@opentelemetry/propagator-jaeger) before 2.9.0 allows an unauthenticated remote attacker to crash a Node.js service by sending a malformed percent-encoded uber-trace-id or uberctx-* HTTP header. The JaegerPropagator passes header values to decodeURIComponent() without catching the resulting URIError, so the uncaught exception terminates the process. No public exploit identified at time of analysis, and this is not listed in CISA KEV; the fix is version 2.9.0.

Technical ContextAI

OpenTelemetry JavaScript is the JS/Node.js implementation of the OpenTelemetry observability framework. The affected component is the Jaeger propagator, which extracts distributed-trace context from inbound HTTP requests by reading the 'uber-trace-id' header and 'uberctx-*' baggage headers. To reverse percent-encoding applied to those header values, the propagator calls the standard JavaScript decodeURIComponent() function. When given a malformed percent sequence (for example a lone '%' or '%ZZ'), decodeURIComponent() throws a URIError. Because the propagator does not wrap this call in error handling, the exception propagates as an uncaught exception. This maps to CWE-248 (Uncaught Exception): in Node.js an uncaught synchronous exception on the request path crashes the entire process, taking down every request the process was serving. The affected code path is only reached when JaegerPropagator is configured as the active propagator. Affected CPE: cpe:2.3:a:open-telemetry:opentelemetry-js:*:*:*:*:*:*:*:*.

RemediationAI

Vendor-released patch: upgrade @opentelemetry/propagator-jaeger (and the OpenTelemetry JS packages) to version 2.9.0 or later, which adds error handling around the decodeURIComponent() call (fix commit b1c196d49d54caae59741cca0a9d57d101d7ea88). If immediate upgrade is not possible, the most direct compensating control is to stop using JaegerPropagator as the active propagator and switch to the W3C TraceContext propagator, which avoids the vulnerable code path entirely - the trade-off is loss of Jaeger-format trace context interoperability with any upstream Jaeger-instrumented services. Alternatively, place a reverse proxy or WAF in front of the service to reject or sanitize inbound uber-trace-id and uberctx-* headers containing malformed percent-encoding, accepting the trade-off of added request-path filtering and potential false positives on legitimately encoded values. Refer to the advisory at https://github.com/open-telemetry/opentelemetry-js/security/advisories/GHSA-45rx-2jwx-cxfr and release notes at https://github.com/open-telemetry/opentelemetry-js/releases/tag/v2.9.0.

CVE-2024-41713 CRITICAL POC
9.1 Oct 21

A vulnerability in the NuPoint Unified Messaging (NPM) component of Mitel MiCollab through 9.8 SP1 FP2 (9.8.1.201) could

CVE-2024-55591 CRITICAL POC
9.8 Jan 14

FortiOS and FortiProxy contain an authentication bypass via the Node.js websocket module allowing unauthenticated remote

CVE-2023-44487 HIGH POC
7.5 Oct 10

Denial of service against HTTP/2 server implementations allows remote unauthenticated attackers to exhaust server resour

CVE-2014-7205 CRITICAL POC
10.0 Oct 08

Eval injection vulnerability in the internals.batch function in lib/batch.js in the bassmaster plugin before 1.5.2 for t

CVE-2025-59528 CRITICAL POC
10.0 Sep 22

Flowise version 3.0.5 contains a remote code execution vulnerability in the CustomMCP node. The mcpServerConfig paramete

CVE-2017-14849 HIGH POC
7.5 Sep 28

Node.js 8.5.0 before 8.6.0 allows remote attackers to access unintended files, because a change to ".." handling was inc

CVE-2017-5941 CRITICAL POC
9.8 Feb 09

An issue was discovered in the node-serialize package 0.0.4 for Node.js. Rated critical severity (CVSS 9.8), this vulner

CVE-2014-0224 HIGH POC
7.4 Jun 05

OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCiph

CVE-2014-3744 HIGH POC
7.5 Oct 23

Directory traversal vulnerability in the st module before 0.2.5 for Node.js allows remote attackers to read arbitrary fi

CVE-2014-9566 HIGH POC
7.5 Mar 10

Multiple SQL injection vulnerabilities in the Manage Accounts page in the AccountManagement.asmx service in the Solarwin

CVE-2013-4660 MEDIUM POC
6.8 Jun 28

The JS-YAML module before 2.0.5 for Node.js parses input without properly considering the unsafe !!js/function tag, whic

CVE-2016-2107 MEDIUM POC
5.9 May 05

The AES-NI implementation in OpenSSL before 1.0.1t and 1.0.2 before 1.0.2h does not consider memory allocation during a

Vendor StatusVendor

Share

CVE-2026-59892 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy