Out-of-bounds write in wasm-micro-runtime - CVE-2026-54912
Published: August 5, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to out-of-bounds write in the fast interpreter loader in wasm_loader.c when loading a crafted WebAssembly module via wasm_runtime_load(). A remote attacker can supply a crafted WebAssembly module to cause a denial of service.
The issue occurs during module loading before any wasm code is executed, and the out-of-bounds write contains partially attacker-controlled data.