CVE-2026-44902 HIGH

CVE-2026-44902: opentelemetry-js: Prometheus exporter process crash via malformed HTTP request

Vendor Open-Telemetry
Product opentelemetry-js
Weakness CWE-755
Published May 27, 2026
Last update May 28, 2026

CVSS base score

7.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity None

CVSS vector

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

What the vulnerability does

01Description

opentelemetry-js is the OpenTelemetry JavaScript Client. Prior to 0.217.0, a single malformed HTTP request crashes any Node.js process running the OpenTelemetry JS Prometheus exporter. The metrics endpoint (default 0.0.0.0:9464) has no error handling around URL parsing, so a request with an invalid URI causes an uncaught TypeError that terminates the process. This vulnerability is fixed in 0.217.0.

Key dates

02Disclosure timeline

May 27, 2026 CVE published
May 28, 2026 Record updated