The challenge of compiling for verified architectures
The challenge of compiling for verified architectures
Posted Oct 8, 2023 2:06 UTC (Sun) by Cyberax (✭ supporter ✭, #52523)In reply to: The challenge of compiling for verified architectures by helge.bahmann
Parent article: The challenge of compiling for verified architectures
Wasmtime does have a mitigation for this particular vulnerability: https://bytecodealliance.org/articles/security-and-correc...
It's fair to say that WASM does not try to guarantee the lack of side-channels in general. Implementations try to add mitigations where they feel that it's reasonable, but are not fixated on that. eBPF probably has some advantage in that area, but I doubt it's really insurmountable.
Posted Oct 8, 2023 3:43 UTC (Sun)
by helge.bahmann (subscriber, #56804)
[Link]
The challenge of compiling for verified architectures