Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Security] Deno Sandbox Escape #12152

Closed
masasron opened this issue Sep 20, 2021 · 1 comment · Fixed by #12554
Closed

[Security] Deno Sandbox Escape #12152

masasron opened this issue Sep 20, 2021 · 1 comment · Fixed by #12554
Assignees

Comments

@masasron
Copy link

The Deno file sandbox does not handle symbolic links correctly.
When running Deno with specific write access the Deno.symlink method can be used to gain access to any directory.

Proof of concept:
https://hackers.report/report/614876917a7b150012836bb8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment