CVE-2026-34945

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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:bytecodealliance:wasmtime:*:*:*:*:*:rust:*:*
cpe:2.3:a:bytecodealliance:wasmtime:*:*:*:*:*:rust:*:*
cpe:2.3:a:bytecodealliance:wasmtime:*:*:*:*:*:rust:*:*

History

20 Apr 2026, 18:26

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 6.5
References () https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-m9w2-8782-2946 - () https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-m9w2-8782-2946 - Vendor Advisory
First Time Bytecodealliance
Bytecodealliance wasmtime
CPE cpe:2.3:a:bytecodealliance:wasmtime:*:*:*:*:*:rust:*:*

09 Apr 2026, 19:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-04-09 19:16

Updated : 2026-04-20 18:26


NVD link : CVE-2026-34945

Mitre link : CVE-2026-34945

CVE.ORG link : CVE-2026-34945


JSON object : View

Products Affected

bytecodealliance

  • wasmtime
CWE
CWE-681

Incorrect Conversion between Numeric Types