asvd / jailed

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

Sandbox Escape Bug in jailed with Node.js #65

Open seongil-wi opened 1 year ago

seongil-wi commented 1 year ago

Sandbox can be escaped by calling __defineGetter__ or __defineSetter__. Also, we can execute arbitrary shell code using process module.