目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-34971— wasmtime 缓冲区错误漏洞

AI 预测 8.8 利用难度: 中等 EPSS 0.32% · P24

影响版本矩阵 3

厂商产品版本范围状态
bytecodealliancewasmtime>= 32.0.0, < 36.0.7affected
>= 37.0.0, < 42.0.2affected
>= 43.0.0, < 44.0.1affected
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-34971 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Wasmtime miscompiled guest heap access enables sandbox escape on aarch64 Cranelift
来源: CVE Program / CVE List V5
Vulnerability Description
Wasmtime is a runtime for WebAssembly. From 32.0.0 to before 36.0.7, 42.0.2, and 43.0.1, Wasmtime's Cranelift compilation backend contains a bug on aarch64 when performing a certain shape of heap accesses which means that the wrong address is accessed. When combined with explicit bounds checks a guest WebAssembly module this can create a situation where there are two diverging computations for the same address: one for the address to bounds-check and one for the address to load. This difference in address being operated on means that a guest module can pass a bounds check but then load a different address. Combined together this enables an arbitrary read/write primitive for guest WebAssembly when accesssing host memory. This is a sandbox escape as guests are able to read/write arbitrary host memory. This vulnerability has a few ingredients, all of which must be met, for this situation to occur and bypass the sandbox restrictions. This miscompiled shape of load only occurs on 64-bit WebAssembly linear memories, or when Config::wasm_memory64 is enabled. 32-bit WebAssembly is not affected. Spectre mitigations or signals-based-traps must be disabled. When spectre mitigations are enabled then the offending shape of load is not generated. When signals-based-traps are disabled then spectre mitigations are also automatically disabled. The specific bug in Cranelift is a miscompile of a load of the shape load(iadd(base, ishl(index, amt))) where amt is a constant. The amt value is masked incorrectly to test if it's a certain value, and this incorrect mask means that Cranelift can pattern-match this lowering rule during instruction selection erroneously, diverging from WebAssembly's and Cranelift's semantics. This incorrect lowering would, for example, load an address much further away than intended as the correct address's computation would have wrapped around to a smaller value insetad. This vulnerability is fixed in 36.0.7, 42.0.2, and 43.0.1.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
来源: CVE Program / CVE List V5
Vulnerability Type
跨界内存读
来源: CVE Program / CVE List V5
Vulnerability Title
wasmtime 缓冲区错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
wasmtime是Bytecode Alliance开源的一个轻量级WebAssembly运行时。 Wasmtime 36.0.7之前版本、42.0.2之前版本和43.0.1之前版本存在缓冲区错误漏洞,该漏洞源于Cranelift编译后端在处理特定堆访问模式时存在错误,可能导致访客WebAssembly模块绕过边界检查并读写任意主机内存,实现沙箱逃逸。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
bytecodealliancewasmtime >= 32.0.0, < 36.0.7 -

二、漏洞 CVE-2026-34971 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-34971 的情报信息

登录查看更多情报信息。

同批安全公告 · bytecodealliance · 2026-04-09 · 共 12 条

CVE-2026-35195wasmtime 缓冲区错误漏洞
CVE-2026-35186wasmtime 安全漏洞
CVE-2026-34983wasmtime 资源管理错误漏洞
CVE-2026-34941wasmtime 缓冲区错误漏洞
CVE-2026-34942wasmtime 输入验证错误漏洞
CVE-2026-34988wasmtime 缓冲区错误漏洞
CVE-2026-34946wasmtime 安全漏洞
CVE-2026-34944wasmtime 安全漏洞
CVE-2026-34945wasmtime 安全漏洞
CVE-2026-34987wasmtime 缓冲区错误漏洞
CVE-2026-34943wasmtime 安全漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-34971

暂无评论


发表评论