Description
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.
Published: 2026-05-27
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Malformed HTTP requests are parsed without safeguards in the OpenTelemetry JavaScript Prometheus exporter, causing an uncaught TypeError that terminates the Node.js process. This crash results in a denial‑of‑service condition, exposing the application to availability disruption.

Affected Systems

Vulnerable deployments include the OpenTelemetry JS Auto‑instrumentations for Node, the Prometheus exporter, the SDK for Node, and the overall OpenTelemetry JS client, all in versions prior to 0.217.0. These components expose the metrics endpoint on the default 0.0.0.0:9464 interface.

Risk and Exploitability

With a CVSS score of 7.5, the exploitability of this flaw depends on an attacker’s ability to send a specially crafted HTTP request to the public metrics endpoint. The absence of an EPSS score only reflects lack of publicly available exploit data, but the fact that the exporter listens on all network interfaces increases the risk of remote exploitation. The vulnerability is not currently listed in the CISA KEV catalog.

Generated by OpenCVE AI on May 27, 2026 at 19:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to version 0.217.0 or later of @opentelemetry-js, @opentelemetry:auto-instrumentations-node, @opentelemetry:exporter-prometheus, and @opentelemetry:sdk-node.
  • If upgrading is delayed, restrict access to the metrics endpoint to trusted networks or internal hosts, or employ a reverse proxy that validates request URLs.
  • Configure the Node.js application to automatically restart processes that terminate, using process managers such as PM2, systemd, or Docker restart policies, to reduce the impact of any accidental crashes.

Generated by OpenCVE AI on May 27, 2026 at 19:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-q7rr-3cgh-j5r3 Prometheus exporter process crash via malformed HTTP request
History

Sat, 30 May 2026 23:00:00 +0000

Type Values Removed Values Added
First Time appeared Opentelemetry
Opentelemetry auto-instrumentations-node
Opentelemetry exporter-prometheus
Opentelemetry opentelemetry-js
Opentelemetry sdk-node
Vendors & Products Opentelemetry
Opentelemetry auto-instrumentations-node
Opentelemetry exporter-prometheus
Opentelemetry opentelemetry-js
Opentelemetry sdk-node

Thu, 28 May 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 27 May 2026 15:15:00 +0000

Type Values Removed Values Added
Description 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.
Title opentelemetry-js: Prometheus exporter process crash via malformed HTTP request
Weaknesses CWE-755
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Subscriptions

Opentelemetry Auto-instrumentations-node Exporter-prometheus Opentelemetry-js Sdk-node
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-05-28T15:26:13.701Z

Reserved: 2026-05-07T21:50:33.547Z

Link: CVE-2026-44902

cve-icon Vulnrichment

Updated: 2026-05-28T15:25:57.484Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-05-27T15:16:29.313

Modified: 2026-05-29T15:42:56.873

Link: CVE-2026-44902

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-30T21:21:46Z

Weaknesses
  • CWE-755

    Improper Handling of Exceptional Conditions