๐Ÿ” CVE Alert

CVE-2026-34945

UNKNOWN 0.0

Wasmtime leaks host data with 64-bit tables and Winch

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
3th

Wasmtime is a runtime for WebAssembly. From 25.0.0 to before 36.0.7, 42.0.2, and 43.0.1, Wasmtime's Winch compiler contains a bug where a 64-bit table, part of the memory64 proposal of WebAssembly, incorrectly translated the table.size instruction. This bug could lead to disclosing data on the host's stack to WebAssembly guests. The host's stack can possibly contain sensitive data related to other host-originating operations which is not intended to be disclosed to guests. This bug specifically arose from a mistake where the return value of table.size was statically typed as a 32-bit integer, as opposed to consulting the table's index type to see how large the returned register could be. When combined with details about Wnich's ABI, such as multi-value returns, this can be combined to read stack data from the host, within a guest. This vulnerability is fixed in 36.0.7, 42.0.2, and 43.0.1.

CWE CWE-681
Vendor bytecodealliance
Product wasmtime
Published Apr 9, 2026
Last Updated Apr 10, 2026
Stay Ahead of the Next One

Get instant alerts for bytecodealliance wasmtime

Be the first to know when new unknown vulnerabilities affecting bytecodealliance wasmtime are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

bytecodealliance / wasmtime
>= 25.0.0, < 36.0.7 >= 37.0.0, < 42.0.2 >= 43.0.0, < 44.0.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-m9w2-8782-2946