Improper access control in Node.js - CVE-2026-58039
Published: July 29, 2026 / Updated: July 29, 2026
Node.js
Detailed vulnerability description
The vulnerability allows a local user to write or overwrite files outside allowed filesystem paths.
The vulnerability exists due to improper access control in Node.js Permission Model enforcement when process.report writes files. A local user can invoke process.report to write or overwrite files outside allowed filesystem paths.
This issue affects configurations that use --allow-fs-write restrictions.