Skip to main content

Node.js Permission Model CVE-2026-48936

| EUVDEUVD-2026-39611 LOW
Improper Access Control (CWE-284)
3.3
CVSS 3.0 · Vendor

Severity by source

Vendor (CNA) PRIMARY
3.3 LOW
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
vuln.today AI
3.3 LOW

Local vector (AV:L) and low privileges (PR:L) required since attacker must execute code inside an opt-in permission-sandboxed Node.js process; only integrity is impacted.

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
4.0 AV:L/AC:L/AT:P/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (CNA).

CVSS VectorVendor

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

Lifecycle Timeline

4
Source Code Evidence Fetched
Jun 26, 2026 - 02:26 vuln.today
Analysis Generated
Jun 26, 2026 - 02:26 vuln.today
CVSS changed
Jun 26, 2026 - 02:22 NVD
3.3 (LOW)
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

Node.js Permission Model fails to apply net scope guards to pipe open and chmod operations, enabling a local authenticated user to bypass intended access control boundaries enforced by the experimental Permission Model. Affected is Node.js v26.x prior to v26.3.1 (Current release line), disclosed in the June 2026 security release. Rated Low severity by the Node.js team; no public exploit identified at time of analysis and not listed in CISA KEV.

Technical ContextAI

Node.js includes an experimental Permission Model (enabled via --permission flag with scoped allow-lists such as --allow-net, --allow-fs-read, --allow-fs-write) designed to restrict what system resources a process may access at runtime. CWE-284 (Improper Access Control) describes the root cause: the permission enforcement logic did not consistently apply net-scope validation when a process attempted to open named pipes or invoke chmod. Because pipes can bridge process boundaries and chmod affects file metadata including access modes on network-accessible paths, the missing guard in these code paths created a bypass surface within the permission sandbox. The fix, authored by RafaelGSS (commit 98fbc... area, v26.3.1 release), adds the missing net-scope checks to these operations. The affected CPE is the Node.js 26.x Current release line prior to 26.3.1.

RemediationAI

Upgrade to Node.js v26.3.1 (Current), the vendor-released patch, available at https://github.com/nodejs/node/releases/tag/v26.3.1 and https://nodejs.org/en/blog/vulnerability/june-2026-security-releases. This is the primary and recommended fix. If immediate upgrade is not feasible and your deployment relies on the Permission Model for sandboxing, a compensating control is to avoid granting net scope in conjunction with workloads that open named pipes or invoke chmod - though this may break legitimate application functionality. Alternatively, if the Permission Model is used purely for file-system sandboxing without net-scope restrictions, the impact of this bypass is reduced. Note that the Permission Model remains experimental in Node.js v26 and should not be treated as the sole security boundary in high-assurance environments regardless of this fix.

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

Share

CVE-2026-48936 vulnerability details – vuln.today

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