-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededsys: WASMRelated to the WebAssembly EngineRelated to the WebAssembly Engine
Description
As a defense-in-depth precaution against ROP exploits (where the wasm vm is compromised) executing hostcalls we should check the stack pointer on hostcall entry actually points to the allocated wasm stack region. If not this means a ROP stack pivot or some other kind of brokenness.
In any case we should cancel the task immediately
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededsys: WASMRelated to the WebAssembly EngineRelated to the WebAssembly Engine