CVE-2022-31169

Wasmtime is a standalone runtime for WebAssembly. There is a bug in Wasmtime's code generator, Cranelift, for AArch64 targets where constant divisors can result in incorrect division results at runtime. This affects Wasmtime prior to version 0.38.2 and Cranelift prior to 0.85.2. This issue only affects the AArch64 platform. Other platforms are not affected. The translation rules for constants did not take into account whether sign or zero-extension should happen which resulted in an incorrect value being placed into a register when a division was encountered. The impact of this bug is that programs executing within the WebAssembly sandbox would not behave according to the WebAssembly specification. This means that it is hypothetically possible for execution within the sandbox to go awry and WebAssembly programs could produce unexpected results. This should not impact hosts executing WebAssembly but does affect the correctness of guest programs. This bug has been patched in Wasmtime version 0.38.2 and cranelift-codegen 0.85.2. There are no known workarounds.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:bytecodealliance:cranelift-codegen:*:*:*:*:*:rust:*:*
cpe:2.3:a:bytecodealliance:wasmtime:*:*:*:*:*:rust:*:*

History

03 Aug 2022, 18:33

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.5
CPE cpe:2.3:a:bytecodealliance:wasmtime:*:*:*:*:*:rust:*:*
cpe:2.3:a:bytecodealliance:cranelift-codegen:*:*:*:*:*:rust:*:*
First Time Bytecodealliance
Bytecodealliance cranelift-codegen
Bytecodealliance wasmtime
References (CONFIRM) https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-7f6x-jwh5-m9r4 - (CONFIRM) https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-7f6x-jwh5-m9r4 - Third Party Advisory
References (MISC) https://github.com/bytecodealliance/wasmtime/commit/2ba4bce5cc719e5a74e571a534424614e62ecc41 - (MISC) https://github.com/bytecodealliance/wasmtime/commit/2ba4bce5cc719e5a74e571a534424614e62ecc41 - Patch, Third Party Advisory

22 Jul 2022, 04:15

Type Values Removed Values Added
New CVE

Information

Published : 2022-07-22 04:15

Updated : 2023-12-10 14:35


NVD link : CVE-2022-31169

Mitre link : CVE-2022-31169

CVE.ORG link : CVE-2022-31169


JSON object : View

Products Affected

bytecodealliance

  • wasmtime
  • cranelift-codegen
CWE
CWE-682

Incorrect Calculation