CVE-2023-27477: Medium severity cranelift code generation vulnerability

Published Mar 8, 2023
·
Updated

Impact

Wasmtime's code generation backend, Cranelift, has a bug on x8664 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.

The impact of this miscompilation is that the WebAssembly instruction can produce incorrect results for the i8x16.select instruction. This should have no effect on embedders and does not represent a sandbox escape, for example. Guest programs, however, may behave unexpectedly due to the incorrect result of this instruction. In extreme cases if a guest program is handling untrusted input then the guest program may deviate from its intended execution, for example calling an imported host function with different arguments than intended. This still does not impact embedders, however, because there is no form of privilege escalation with the guest.

At this time it's expected that this codegen pattern doesn't show up in the wild that often. LLVM-generated modules, for example, do not appear to conventionally or idiomatically generate code which would hit this bug. It is possible, however, to still write code which triggers this, so it's recommended for embedders to analyze existing modules to see if any are affected.

Patches

This codegen bug has been fixed in Wasmtime 6.0.1, 5.0.1, and 4.0.1. Users are recommended to upgrade to these updated versions.

Workarounds

If upgrading is not an option for you at this time, you can avoid this miscompilation by disabling the Wasm simd proposal

rust config.wasmsimd(false);

Additionally the bug is only present on x8664 hosts. Other platforms such as AArch64 and s390x are not affected.

References

The WebAssembly simd proposal Mailing list announcement GitHub advisory Commit to fix this issue on Wasmtime's main branch

For more information

If you have any questions or comments about this advisory:

Reach out to us on the Bytecode Alliance Zulip chat Open an issue in the bytecodealliance/wasmtime repository

Other sources

wasmtime is a fast and secure runtime for WebAssembly. Wasmtime's code generation backend, Cranelift, has a bug on x8664 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 x8664 hosts. Other platforms such as AArch64 and s390x are not affected.

Affected Software

12 affected componentsFixes available
bytecodealliance Cranelift-codegen Rust>=0.84.0<0.91.1
bytecodealliance Cranelift-codegen Rust=0.92.0
bytecodealliance Cranelift-codegen Rust=0.93.0
bytecodealliance Wasmtime Rust>=0.37.0<4.0.1
bytecodealliance Wasmtime Rust=5.0.0
bytecodealliance Wasmtime Rust=6.0.0
rust/cranelift-codegen>=0.93.0<0.93.1
0.93.1
rust/cranelift-codegen>=0.92.0<0.92.1
0.92.1
rust/cranelift-codegen>=0.88.0<0.91.1
0.91.1
rust/wasmtime>=6.0.0<6.0.1
6.0.1
rust/wasmtime>=5.0.0<5.0.1
5.0.1
rust/wasmtime>=1.0.0<4.0.1
4.0.1

Event History

Mar 8, 2023
CVE Published
via MITRE·12:00 AM
Data Sourced
via MITRE·12:00 AM
DescriptionSeverityWeakness
Mar 9, 2023
Advisory Published
via GitHub·12:09 AM

Frequently Asked Questions

1

What is CVE-2023-27477?

CVE-2023-27477 is a vulnerability in the Wasmtime runtime for WebAssembly that affects the code generation backend Cranelift on x86_64 platforms.

2

What is the severity of CVE-2023-27477?

The severity of CVE-2023-27477 is medium with a CVSS score of 4.3.

3

How does the vulnerability in CVE-2023-27477 occur?

The vulnerability in CVE-2023-27477 occurs when using the WebAssembly `i8x16.select` instruction with the same operand and some of the selected indices, leading to incorrect results.

4

Which software versions are affected by CVE-2023-27477?

The affected software versions for CVE-2023-27477 include Cranelift-codegen versions 0.84.0 to 0.91.1, 0.92.0, and 0.93.0, as well as Wasmtime versions 0.37.0 to 4.0.1, 5.0.0, and 6.0.0.

5

How can I fix CVE-2023-27477?

To fix CVE-2023-27477, update your Wasmtime or Cranelift-codegen software to a version that is not affected by this vulnerability.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203