Skip to main content

Node.js EUVDEUVD-2026-39606

| CVE-2026-48615 HIGH
Exposure of Private Personal Information to an Unauthorized Actor (CWE-359)
7.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
vuln.today AI
3.7 LOW

AC:H because exploitation needs a triggered tunnel error plus attacker visibility into the error/log; C:L as only proxy credentials leak, with no integrity or availability impact.

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

Primary rating from NVD.

CVSS VectorNVD

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

Lifecycle Timeline

9
Analysis Updated
Jun 26, 2026 - 20:35 vuln.today
v3 (cvss_changed)
Analysis Updated
Jun 26, 2026 - 20:34 vuln.today
v2 (cvss_changed)
Re-analysis Queued
Jun 26, 2026 - 20:22 vuln.today
cvss_changed
Severity Changed
Jun 26, 2026 - 20:22 NVD
MEDIUM HIGH
CVSS changed
Jun 26, 2026 - 20:22 NVD
5.9 (MEDIUM) 7.5 (HIGH)
Source Code Evidence Fetched
Jun 26, 2026 - 02:24 vuln.today
Analysis Generated
Jun 26, 2026 - 02:24 vuln.today
CVSS changed
Jun 26, 2026 - 02:22 NVD
5.9 (MEDIUM)
CVE Published
Jun 18, 2026 - 04:37 github-releases
UNKNOWN (no severity yet)

Description PRE-NVD

Disclosed via GitHub release of nodejs/node. NVD scoring and full description are pending.

AnalysisAI

Sensitive information disclosure in Node.js (versions 26.3.0, 24.16.0, and 22.22.3) leaks embedded proxy credentials when a CONNECT tunnel connection fails, because the full proxy URL - including username and password - is included verbatim in the resulting tunnel error message rather than being redacted. Anyone able to read those error strings (application logs, error responses, monitoring/telemetry pipelines) can recover the proxy authentication secret. This is a Medium-rated, post-disclosure security-release fix (fixed in v26.3.1); there is no public exploit identified at time of analysis and EPSS is low at 0.38% (30th percentile).

Technical ContextAI

The flaw lives in Node.js's built-in HTTP/HTTPS proxy tunneling support, where outbound requests are routed through a proxy using the HTTP CONNECT method and credentials are supplied inline in the proxy URL (e.g. http://user:pass@proxy:8080). When the tunnel handshake fails, Node constructs an error describing the failed connection and historically embedded the originating proxy URL with credentials intact. CPE data confirms the affected component is cpe:2.3:a:nodejs:node.js across the 22.x, 24.x, and 26.x release lines. The root cause maps to CWE-359 (Exposure of Private Personal Information / sensitive information to an unauthorized actor): a secret is propagated into a diagnostic surface that was never intended to carry it. The fix ('lib,test: redact proxy credentials in tunnel errors') masks the userinfo portion of the URL before it reaches the error object.

RemediationAI

Primary fix: upgrade to Node.js 26.3.1 or later (Vendor-released patch: Node.js 26.3.1), and on the LTS lines move to the corresponding patched 24.x and 22.x builds from the June 2026 security release - see https://github.com/nodejs/node/releases/tag/v26.3.1 and https://nodejs.org/en/blog/vulnerability/june-2026-security-releases. If immediate upgrade is not possible, the most effective compensating control is to stop embedding credentials in proxy URLs: supply proxy authentication via a Proxy-Authorization header set per-request instead of user:pass@host, so no secret exists in the URL that could be echoed into an error (trade-off: requires application code changes and may not be supported by all HTTP clients). Additionally, scrub or suppress tunnel/connection error strings before they are logged or returned to clients - e.g. catch proxy connection errors and emit a generic message - and audit existing log stores and error-telemetry pipelines for already-leaked credentials, rotating any proxy passwords found (trade-off: reduced diagnostic detail for operators). Avoid forwarding raw Node error objects to end users.

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

SUSE

Severity: Important
Product Status
SUSE Linux Enterprise High Performance Computing 15 SP7 SUSE Linux Enterprise Module for Web and Scripting 15 SP7 SUSE Linux Enterprise Server 15 SP7 SUSE Linux Enterprise Server for SAP Applications 15 SP7 Fixed
SUSE Linux Enterprise Server 15 SP6-LTSS Fixed
SUSE Linux Enterprise Server for SAP Applications 15 SP6 Fixed
openSUSE Tumbleweed Fixed
SUSE Linux Enterprise Module for Web and Scripting 15 SP7 Affected

Share

EUVD-2026-39606 vulnerability details – vuln.today

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