Improper access control in Node.js - CVE-2026-48935
Published: June 22, 2026
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.