Integer overflow in Wasmtime - #VU129536
Published: May 4, 2026
Wasmtime
Detailed vulnerability description
The vulnerability allows a remote user to cause a denial of service.
The vulnerability exists due to checked arithmetic that panics on overflow in WebAssembly table allocation logic when instantiating a WebAssembly module or component with an extremely large table. A remote user can supply a crafted WebAssembly module or component that allocates an extremely large table to cause a denial of service.
The issue affects the on-demand instance allocator and requires the memory64 WebAssembly feature to be enabled.