Prevent JIT bomb attacks #351
Labels
fix:vulnerability
Issues related to fix vulnerabilities of the architecture or software
type:rfc
Changing the behaviour of something already defined
Summary
With Cranelift, it is currently possible for a malicious actor to do a JIT bomb. Wasmtime currently provides a single-pass compiler that should prevent this called Winch.
Possible solution design or implementation
Switch from Cranelift to Winch to prevent potential JIT bombs.
The text was updated successfully, but these errors were encountered: