|
|
|
|
|
by hackcasual
690 days ago
|
|
If you think using containers provides improved security over WASM I don't think you understood the paper. At no point did they demonstrate compromising the host of the WASM program, just corrupting the state of POC's. There are obviously risks associated with that, but nothing that improves by going with isolated/containerized native code. Yes currently lacking ASLR and read-only memory sites increase some risks, but strongly typed function pointers, control flow restricted to function entry points and call stack isolation more than make up for it |
|
Also I explicitly mentioned that is the first paper of many others, that are starting to appear on cyber security conferences.