wasmtime is a fast and secure runtime for WebAssembly. Wasmtime's code generation backend, Cranelift, has a bug on x86_64 platforms for the WebAssembly `i8x16.select` instruction which will produce the wrong results when the same operand is provided to the instruction and some of the selected indices are greater than 16. There is an off-by-one error in the calculation of the mask to the `pshufb` instruction which causes incorrect results to be returned if lanes are selected from the second vector. This codegen bug has been fixed in Wasmtiem 6.0.1, 5.0.1, and 4.0.1. Users are recommended to upgrade to these updated versions. If upgrading is not an option for you at this time, you can avoid this miscompilation by disabling the Wasm simd proposal. Additionally the bug is only present on x86_64 hosts. Other platforms such as AArch64 and s390x are not affected.
References
Link | Resource |
---|---|
https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html#method.wasm_simd | Product |
https://github.com/bytecodealliance/wasmtime/commit/5dc2bbccbb363e474d2c9a1b8e38a89a43bbd5d1 | Patch |
https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-xm67-587q-r2vw | Mitigation Patch Vendor Advisory |
https://github.com/webassembly/simd | Not Applicable |
https://groups.google.com/a/bytecodealliance.org/g/sec-announce/c/Mov-ItrNJsQ | Mailing List Release Notes Vendor Advisory |
https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html#method.wasm_simd | Product |
https://github.com/bytecodealliance/wasmtime/commit/5dc2bbccbb363e474d2c9a1b8e38a89a43bbd5d1 | Patch |
https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-xm67-587q-r2vw | Mitigation Patch Vendor Advisory |
https://github.com/webassembly/simd | Not Applicable |
https://groups.google.com/a/bytecodealliance.org/g/sec-announce/c/Mov-ItrNJsQ | Mailing List Release Notes Vendor Advisory |
Configurations
Configuration 1 (hide)
|
History
21 Nov 2024, 07:52
Type | Values Removed | Values Added |
---|---|---|
References | () https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html#method.wasm_simd - Product | |
References | () https://github.com/bytecodealliance/wasmtime/commit/5dc2bbccbb363e474d2c9a1b8e38a89a43bbd5d1 - Patch | |
References | () https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-xm67-587q-r2vw - Mitigation, Patch, Vendor Advisory | |
References | () https://github.com/webassembly/simd - Not Applicable | |
References | () https://groups.google.com/a/bytecodealliance.org/g/sec-announce/c/Mov-ItrNJsQ - Mailing List, Release Notes, Vendor Advisory | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 3.1 |
15 Mar 2023, 16:56
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:a:bytecodealliance:cranelift-codegen:0.93.0:*:*:*:*:rust:*:* cpe:2.3:a:bytecodealliance:cranelift-codegen:*:*:*:*:*:rust:*:* cpe:2.3:a:bytecodealliance:wasmtime:5.0.0:*:*:*:*:rust:*:* cpe:2.3:a:bytecodealliance:cranelift-codegen:0.92.0:*:*:*:*:rust:*:* cpe:2.3:a:bytecodealliance:wasmtime:6.0.0:*:*:*:*:rust:*:* cpe:2.3:a:bytecodealliance:wasmtime:*:*:*:*:*:rust:*:* |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 4.3 |
References | (MISC) https://github.com/webassembly/simd - Not Applicable | |
References | (MISC) https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-xm67-587q-r2vw - Mitigation, Patch, Vendor Advisory | |
References | (MISC) https://groups.google.com/a/bytecodealliance.org/g/sec-announce/c/Mov-ItrNJsQ - Mailing List, Release Notes, Vendor Advisory | |
References | (MISC) https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html#method.wasm_simd - Product | |
References | (MISC) https://github.com/bytecodealliance/wasmtime/commit/5dc2bbccbb363e474d2c9a1b8e38a89a43bbd5d1 - Patch |
09 Mar 2023, 14:01
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2023-03-08 21:15
Updated : 2024-11-21 07:52
NVD link : CVE-2023-27477
Mitre link : CVE-2023-27477
CVE.ORG link : CVE-2023-27477
JSON object : View
Products Affected
bytecodealliance
- wasmtime
- cranelift-codegen
CWE
CWE-193
Off-by-one Error