x86_64 上常量输入的 wasm `i64x2.shr_s` 指令编译错误 (CVE-2023-41880)

admin 2023-11-29 21:10:36 Ali_nvd 来源:ZONE.CI 全球网 0 阅读模式
中危 x86_64 上常量输入的 wasm `i64x2.shr_s` 指令编译错误 (CVE-2023-41880)

CVE编号

CVE-2023-41880

利用情况

暂无

补丁情况

官方补丁

披露时间

2023-09-04
漏洞描述
Wasmtime is a standalone runtime for WebAssembly. Wasmtime versions from 10.0.0 to versions 10.02, 11.0.2, and 12.0.1 contain a miscompilation of the WebAssembly `i64x2.shr_s` instruction on x86_64 platforms when the shift amount is a constant value that is larger than 32. Only x86_64 is affected so all other targets are not affected by this. The miscompilation results in the instruction producing an incorrect result, namely the low 32-bits of the second lane of the vector are derived from the low 32-bits of the second lane of the input vector instead of the high 32-bits. The primary impact of this issue is that any WebAssembly program using the `i64x2.shr_s` with a constant shift amount larger than 32 may produce an incorrect result. This issue is not an escape from the WebAssembly sandbox. Execution of WebAssembly guest programs will still behave correctly with respect to memory sandboxing and isolation from the host. Wasmtime considers non-spec-compliant behavior as a security issue nonetheless. This issue was discovered through fuzzing of Wasmtimes code generator Cranelift. Wasmtime versions 10.0.2, 11.0.2, and 12.0.2 are all patched to no longer have this miscompilation. This issue only affects x86_64 hosts and the only workaround is to either scan for this pattern in wasm modules which is nontrivial or to disable the SIMD proposal for WebAssembly. Users prior to 10.0.0 are unaffected by this vulnerability.
解决建议
建议您更新当前系统或软件至最新版,完成漏洞的修复。
参考链接
https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html
https://github.com/bytecodealliance/wasmtime/commit/8d7eda15b0badcbea83a7aac2...
https://github.com/bytecodealliance/wasmtime/pull/6372
https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-gw5p-q8mj-p7gh
https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-gw5p-q8...
受影响软件情况
# 类型 厂商 产品 版本 影响面
1
运行在以下环境
应用 bytecodealliance wasmtime * From (including) 10.0.0 Up to (excluding) 10.0.2
运行在以下环境
应用 bytecodealliance wasmtime * From (including) 11.0.0 Up to (excluding) 11.0.2
运行在以下环境
应用 bytecodealliance wasmtime * From (including) 12.0.0 Up to (excluding) 12.0.2
阿里云评分 4.8
  • 攻击路径 本地
  • 攻击复杂度 困难
  • 权限要求 管控权限
  • 影响范围 有限影响
  • EXP成熟度 未验证
  • 补丁情况 官方补丁
  • 数据保密性 无影响
  • 数据完整性 无影响
  • 服务器危害 无影响
  • 全网数量 N/A
CWE-ID 漏洞类型
CWE-193 Off-by-one错误
- avd.aliyun.com
weinxin
版权声明
本站原创文章转载请注明文章出处及链接,谢谢合作!
N/A Ali_nvd

N/A

N/ACVE编号 CVE-2024-9120利用情况 暂无补丁情况 N/A披露时间 2024-09-23漏洞描述Use after free in Dawn
评论:0   参与:  0