Wasmi is an efficient and lightweight WebAssembly interpreter with a focus on constrained and embedded systems. In the WASMI Interpreter, an Out-of-bounds Buffer Write will arise if the host calls or resumes a Wasm function with more parameters than the default limit (128), as it will surpass the stack value. This doesn’t affect calls from Wasm to Wasm, only from host to Wasm. This vulnerability was patched in version 0.31.1.
References
Configurations
No configuration.
History
No history.
Information
Published : 2024-03-21 02:52
Updated : 2024-03-21 12:58
NVD link : CVE-2024-28123
Mitre link : CVE-2024-28123
CVE.ORG link : CVE-2024-28123
JSON object : View
Products Affected
No product.
CWE
CWE-787
Out-of-bounds Write