Missing "--allow-net" permission check for built-in Node modules
Package
deno
(deno)
Affected versions
=1.34.0
Patched versions
1.34.1
deno_runtime
(deno)
=0.114.0
0.115.0
Impact
Outbound HTTP requests made using the built-in "node:http" or "node:https" modules are incorrectly not checked against the network permission allow list (
--allow-net
). Dependencies relying on these built-in modules are subject to the vulnerability too.Users of Deno versions prior to 1.34.0 are unaffected. Deno Deploy users are unaffected.
Patches
This problem has been patched in Deno v1.34.1 and all users are recommended to update to this version.
Workarounds
No workaround is available for this issue.