You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Sandbox Breakout in realms-shim
Critical severity
GitHub Reviewed
Published
Oct 2, 2019
in
Agoric/realms-shim
•
Updated Jan 9, 2023
Versions of realms-shim prior to 1.2.0 are vulnerable to a Sandbox Breakout. Reflect.construct can be used on the sandboxed Function constructor to reach the prototypes of the primal Realm, which may allow an attacker to escape the sandbox and execute arbitrary code.
Versions of
realms-shim
prior to 1.2.0 are vulnerable to a Sandbox Breakout.Reflect.construct
can be used on the sandboxed Function constructor to reach the prototypes of the primal Realm, which may allow an attacker to escape the sandbox and execute arbitrary code.Recommendation
Upgrade to version 1.2.0 or later.
References