GHSA-hwhp-f859-r728
Severity by source
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
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.
Primary rating from Vendor (CNA).
CVSS VectorVendor
Lifecycle Timeline
4Description PRE-NVD
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.
A vulnerability in the NuPoint Unified Messaging (NPM) component of Mitel MiCollab through 9.8 SP1 FP2 (9.8.1.201) could
FortiOS and FortiProxy contain an authentication bypass via the Node.js websocket module allowing unauthenticated remote
Denial of service against HTTP/2 server implementations allows remote unauthenticated attackers to exhaust server resour
Eval injection vulnerability in the internals.batch function in lib/batch.js in the bassmaster plugin before 1.5.2 for t
Flowise version 3.0.5 contains a remote code execution vulnerability in the CustomMCP node. The mcpServerConfig paramete
Node.js 8.5.0 before 8.6.0 allows remote attackers to access unintended files, because a change to ".." handling was inc
An issue was discovered in the node-serialize package 0.0.4 for Node.js. Rated critical severity (CVSS 9.8), this vulner
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
Directory traversal vulnerability in the st module before 0.2.5 for Node.js allows remote attackers to read arbitrary fi
Multiple SQL injection vulnerabilities in the Manage Accounts page in the AccountManagement.asmx service in the Solarwin
The JS-YAML module before 2.0.5 for Node.js parses input without properly considering the unsafe !!js/function tag, whic
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
Same weakness CWE-284 – Improper Access Control
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-39611