asvd / jailed

execute untrusted code with custom permissions
MIT License
1k stars 73 forks source link

Sandbox Escape Bug in jailed with Node.js #61

Open seongil-wi opened 1 year ago

seongil-wi commented 1 year ago

application.disconnect();



Sandbox can be escaped by calling `import` function.
Also, we can execute arbitrary shell code using process module.