CVE-2025-64345

LOW
中文标题:
(暂无数据)
英文标题:
Wasmtime provides unsound API access to a WebAssembly shared linear memory
CVSS分数: 1.8
发布时间: 2025-11-12 21:25:50
漏洞类型: (暂无数据)
状态: PUBLISHED
数据质量分数: 0.40
数据版本: v2
漏洞描述
中文描述:

(暂无数据)

英文描述:

Wasmtime is a runtime for WebAssembly. Prior to version 38.0.4, 37.0.3, 36.0.3, and 24.0.5, Wasmtime's Rust embedder API contains an unsound interaction where a WebAssembly shared linear memory could be viewed as a type which provides safe access to the host (Rust) to the contents of the linear memory. This is not sound for shared linear memories, which could be modified in parallel, and this could lead to a data race in the host. Patch releases have been issued for all supported versions of Wasmtime, notably: 24.0.5, 36.0.3, 37.0.3, and 38.0.4. These releases reject creation of shared memories via `Memory::new` and shared memories are now excluded from core dumps. As a workaround, eembeddings affected by this issue should use `SharedMemory::new` instead of `Memory::new` to create shared memories. Affected embeddings should also disable core dumps if they are unable to upgrade. Note that core dumps are disabled by default but the wasm threads proposal (and shared memory) is enabled by default.

CWE类型:
CWE-362
标签:
(暂无数据)
受影响产品
厂商 产品 版本 版本范围 平台 CPE
bytecodealliance wasmtime >= 38.0.1, < 38.0.4 - - cpe:2.3:a:bytecodealliance:wasmtime:>=_38.0.1,_<_38.0.4:*:*:*:*:*:*:*
bytecodealliance wasmtime >= 37.0.0, < 37.0.3 - - cpe:2.3:a:bytecodealliance:wasmtime:>=_37.0.0,_<_37.0.3:*:*:*:*:*:*:*
bytecodealliance wasmtime >= 26.0.0, < 36.0.3 - - cpe:2.3:a:bytecodealliance:wasmtime:>=_26.0.0,_<_36.0.3:*:*:*:*:*:*:*
bytecodealliance wasmtime < 24.0.5 - - cpe:2.3:a:bytecodealliance:wasmtime:<_24.0.5:*:*:*:*:*:*:*
解决方案
中文解决方案:
(暂无数据)
英文解决方案:
(暂无数据)
临时解决方案:
(暂无数据)
参考链接
https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-hc7m-r6v8-hg9q x_refsource_CONFIRM
cve.org
访问
https://github.com/bytecodealliance/wasmtime/commit/9ebb6934f00d58b92fb68ed0e0b16c0ae828ca10 x_refsource_MISC
cve.org
访问
https://docs.rs/wasmtime/latest/wasmtime/struct.Memory.html#method.new x_refsource_MISC
cve.org
访问
https://docs.rs/wasmtime/latest/wasmtime/struct.SharedMemory.html#method.new x_refsource_MISC
cve.org
访问
https://docs.wasmtime.dev/stability-release.html x_refsource_MISC
cve.org
访问
https://github.com/bytecodealliance/wasmtime/releases/tag/v38.0.4 x_refsource_MISC
cve.org
访问
CVSS评分详情
3.1 (cna)
LOW
1.8
CVSS向量: CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:U/C:N/I:L/A:N
机密性
NONE
完整性
LOW
可用性
NONE
时间信息
发布时间:
2025-11-12 21:25:50
修改时间:
2025-11-12 21:40:37
创建时间:
2026-01-12 02:12:18
更新时间:
2026-01-12 02:28:00
利用信息
暂无可利用代码信息
数据源详情
数据源 记录ID 版本 提取时间
CVE cve_CVE-2025-64345 2025-11-15 03:17:48 2026-01-12 02:12:18
NVD nvd_CVE-2025-64345 2025-11-15 03:18:45 2026-01-12 02:28:00
版本与语言
当前版本: v2
主要语言: EN
支持语言:
EN
安全公告
暂无安全公告信息
变更历史
v2 NVD
2026-01-12 02:28:00
data_sources: ['cve'] → ['cve', 'nvd']
查看详细变更
  • data_sources: ['cve'] -> ['cve', 'nvd']