|
|
|
|
|
by olliej
1563 days ago
|
|
I think the point was that you can’t corrupt the containing process, and wasm separates code from data (Harvard arch?) so you don’t get arbitrary code exec. Of course if you process output of the wasm in a trusted environment the compromised wasm could generate something that compromises the host, but the same applies to using separate processes and IPC |
|
It suffices to find a way to corrupt it's internal state and via this attack vector influence its behaviour.
Which yes, boils down to common attacks to separate processes and IPC.