Improper access control in Node.js - CVE-2026-56847
Published: July 29, 2026 / Updated: July 29, 2026
Node.js
Detailed vulnerability description
The vulnerability allows a local user to write trace logs outside allowed filesystem paths.
The vulnerability exists due to improper access control in Node.js Permission Model enforcement when trace_events.createTracing().enable() writes trace logs. A local user can invoke trace_events.createTracing().enable() to write trace logs outside allowed filesystem paths.
This issue affects configurations that use the Permission Model with --allow-fs-write restrictions.