AUGUST 24, 2026
Live Feed
Back to database
Case File

CVE-2026-59892

HIGH · CVSS 7.5 EPSS 0.46% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-08 · Last synced 2026-08-07

CyberRota Analysis

AI-Generated

The vulnerability affects the OpenTelemetry JavaScript client, specifically the @opentelemetry/propagator-jaeger component, which improperly decodes certain HTTP header values, leading to an uncaught URIError that can crash a Node.js process. This flaw allows unauthenticated remote attackers to exploit the system by sending malformed percent-encoded values. Organizations using versions prior to 2.9.0 should prioritize updating to mitigate the risk of service disruption.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-59892
Severity
HIGH
CVSS
7.5
EPSS
0.46%
Java

Original NVD Description

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.