#VU126391 Improper access control in Node.js - CVE-2026-21636
Published: April 17, 2026
Node.js
Node.js Foundation
Description
The vulnerability allows a local user to access privileged local services.
The vulnerability exists due to improper access control in the permission model when handling Unix Domain Socket connections without network permission checks. A local user can supply a crafted URL or socketPath to access privileged local services.
The issue affects net, tls, and undici/fetch when the permission model is enabled, and network permissions were experimental at the time.