GHSA-xm67-587q-r2vw

Suggest an improvement
Source
https://github.com/advisories/GHSA-xm67-587q-r2vw
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/03/GHSA-xm67-587q-r2vw/GHSA-xm67-587q-r2vw.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-xm67-587q-r2vw
Aliases
Related
Published
2023-03-09T00:09:03Z
Modified
2023-11-08T04:12:04.479588Z
Severity
  • 3.1 (Low) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:N CVSS Calculator
Summary
wasmtime vulnerable to miscompilation of `i8x16.select` with the same inputs on x86_64
Details

Impact

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.

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

config.wasm_simd(false);

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

References

For more information

If you have any questions or comments about this advisory:

Database specific
{
    "nvd_published_at": "2023-03-08T21:15:00Z",
    "github_reviewed_at": "2023-03-09T00:09:03Z",
    "severity": "LOW",
    "github_reviewed": true,
    "cwe_ids": [
        "CWE-193"
    ]
}
References

Affected packages

crates.io / wasmtime

Package

Affected ranges

Type
SEMVER
Events
Introduced
1.0.0
Fixed
4.0.1

crates.io / wasmtime

Package

Affected ranges

Type
SEMVER
Events
Introduced
5.0.0
Fixed
5.0.1

crates.io / wasmtime

Package

Affected ranges

Type
SEMVER
Events
Introduced
6.0.0
Fixed
6.0.1

crates.io / cranelift-codegen

Package

Name
cranelift-codegen
View open source insights on deps.dev
Purl
pkg:cargo/cranelift-codegen

Affected ranges

Type
SEMVER
Events
Introduced
0.88.0
Fixed
0.91.1

crates.io / cranelift-codegen

Package

Name
cranelift-codegen
View open source insights on deps.dev
Purl
pkg:cargo/cranelift-codegen

Affected ranges

Type
SEMVER
Events
Introduced
0.92.0
Fixed
0.92.1

crates.io / cranelift-codegen

Package

Name
cranelift-codegen
View open source insights on deps.dev
Purl
pkg:cargo/cranelift-codegen

Affected ranges

Type
SEMVER
Events
Introduced
0.93.0
Fixed
0.93.1