Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
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.
Primary rating from Vendor (GitHub_M).
CVSS VectorVendor: GitHub_M
Lifecycle Timeline
2Blast Radius
ecosystem impact- 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.
Articles & Coverage 1
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.
A vulnerability in the NuPoint Unified Messaging (NPM) component of Mitel MiCollab through 9.8 SP1 FP2 (9.8.1.201) could
FortiOS and FortiProxy contain an authentication bypass via the Node.js websocket module allowing unauthenticated remote
Denial of service against HTTP/2 server implementations allows remote unauthenticated attackers to exhaust server resour
Eval injection vulnerability in the internals.batch function in lib/batch.js in the bassmaster plugin before 1.5.2 for t
Flowise version 3.0.5 contains a remote code execution vulnerability in the CustomMCP node. The mcpServerConfig paramete
Node.js 8.5.0 before 8.6.0 allows remote attackers to access unintended files, because a change to ".." handling was inc
An issue was discovered in the node-serialize package 0.0.4 for Node.js. Rated critical severity (CVSS 9.8), this vulner
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
Directory traversal vulnerability in the st module before 0.2.5 for Node.js allows remote attackers to read arbitrary fi
Multiple SQL injection vulnerabilities in the Manage Accounts page in the AccountManagement.asmx service in the Solarwin
The JS-YAML module before 2.0.5 for Node.js parses input without properly considering the unsafe !!js/function tag, whic
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
Same weakness CWE-248 – Uncaught Exception
View allSame technique Information Disclosure
View allVendor StatusVendor
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42324
GHSA-45rx-2jwx-cxfr