Improper access control in Deno - CVE-2025-48888
Published: April 23, 2026
Deno
Detailed vulnerability description
The vulnerability allows a remote user to bypass read permission restrictions.
The vulnerability exists due to improper access control in the permission flag handling logic when processing combined --allow-read and --deny-read flags. A remote user can run code with this flag combination to bypass read permission restrictions.
This issue also affects other global unary permission flag combinations specified as --allow-* together with --deny-*.