Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2022-31104

16
FAUCET Score

CVE-2022-31104 describes two distinct bugs in Wasmtime's x86_64 implementation of the WebAssembly SIMD proposal, specifically affecting the i8x16.swizzle and select (for v128 types) instructions. These bugs, residing in the Cranelift code generator, lead to incorrect instruction lowerings that can corrupt constant values or incorrectly move vector data. The vulnerability is rated Medium (CVSS 5.6) due to its network-based attack vector and high attack complexity, potentially leading to low impact on confidentiality, integrity, and availability within guest programs. There is no evidence of active exploitation, publicly available exploit code, or significant community discussion surrounding this vulnerability.

Impacted Technologies

VendorProductVersion(s)CPE
< 0.85.0CPE matchmatch criteria
cpe:2.3:a:bytecodealliance:cranelift-codegen:*:*:*:*:*:rust:*:*
< 0.38.1CPE matchmatch criteria
cpe:2.3:a:bytecodealliance:wasmtime:*:*:*:*:*:rust:*:*

CVSS Data

CVSS version used by this source: 3.1

4.8MEDIUM

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L

Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
NONE
Integrity Impact
LOW
Availability Impact
LOW
Exploitability Score
2.2
Impact Score
2.5
CvssVersion
3.1

Exploit Intelligence

EPSS Score
1.63%
Probability of exploitation in next 30 days
EPSS Percentile
73.6%
Percentile rank of EPSS score among Peer Group
As of 2026-07-27
Model: v2026.06.15
This CVE's current EPSS score of 0.0163 is in the 49th percentile among its peer group of 19,956 CVEs.

Social Chatter

No social media mentions found for this CVE.

The average CVE in this peer group has 0.0 Twitter, 0.0 Reddit, 0.0 Bluesky, 0.0 Mastodon, and 0.2 GitHub mentions.

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.0 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (3)

github_advisorypatch availablevia nvd_reference
View patch
rustpatch availablevia ghsa
Product: wasmtimeFixed in: 0.38.1
rustpatch availablevia ghsa
Product: cranelift-codegenFixed in: 0.85.1

Vendor Advisories (2)

rustGHSA-jqwc-c49r-4w2xmedium

Miscompilation of `i8x16.swizzle` and `select` with v128 inputs

Jun 29, 2022
microsoft2022-Jun/CVE-2022-31104Moderate

Miscompilation of `i8x16.swizzle` and `select` with v128 inputs in Wasmtime

Jun 14, 2022

References

docs.rs / wasmtime/latest/wasmtime/struct.Config.html
Third Party Advisory
github.com / bytecodealliance/wasmtime/pull/4317
Issue TrackingPatchThird Party Advisory
github.com / bytecodealliance/wasmtime/pull/4318
Issue TrackingPatchThird Party Advisory
github.com / bytecodealliance/wasmtime/security/advisories/GHSA-jqwc-c49r-4w2x
MitigationThird Party Advisory
github.com / webassembly/simd
Third Party Advisory
webassembly.github.io / spec
Third Party Advisory