Improper access control in Node.js - CVE-2026-48935

 

Improper access control in Node.js - CVE-2026-48935

Published: June 22, 2026


Vulnerability identifier: #VU135023
CSH Severity: Low
CVSS v4.0: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2026-48935
CWE-ID: CWE-284
Exploitation vector: Local access
Exploit availability: No public exploit available
Vendor: Node.js Foundation
Affected software:
Node.js

Detailed vulnerability description

The vulnerability allows a local user to modify file metadata outside intended permission restrictions.

The vulnerability exists due to improper access control in FileHandle.utimes() in the promises API when enforcing read-only filesystem permissions. A local user can invoke FileHandle.utimes() on a read-only path to modify file metadata outside intended permission restrictions.


How to mitigate CVE-2026-48935

Install security update from vendor's website.

Sources