CVE-2022-31104 Vulnerability Analysis & Exploit Details

CVE-2022-31104
Vulnerability Scoring

4.8
/10
Medium Risk

The vulnerability CVE-2022-31104 could compromise system integrity but typically requires user interaction to be exploited.

Attack Complexity Details

  • Attack Complexity: High
    Exploits require significant effort and special conditions.
  • Attack Vector: Network
    Vulnerability is exploitable over a network without physical access.
  • Privileges Required: None
    No privileges are required for exploitation.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2022-31104 Details

Status: Modified

Last updated: 🕖 21 Nov 2024, 07:03 UTC
Originally published on: 🕛 28 Jun 2022, 00:15 UTC

Time between publication and last update: 877 days

CVSS Release: version 3

CVSS3 Source

security-advisories@github.com

CVSS3 Type

Secondary

CVSS3 Vector

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

CVE-2022-31104 Vulnerability Summary

CVE-2022-31104: Wasmtime is a standalone runtime for WebAssembly. In affected versions wasmtime's implementation of the SIMD proposal for WebAssembly on x86_64 contained two distinct bugs in the instruction lowerings implemented in Cranelift. The aarch64 implementation of the simd proposal is not affected. The bugs were presented in the `i8x16.swizzle` and `select` WebAssembly instructions. The `select` instruction is only affected when the inputs are of `v128` type. The correspondingly affected Cranelift instructions were `swizzle` and `select`. The `swizzle` instruction lowering in Cranelift erroneously overwrote the mask input register which could corrupt a constant value, for example. This means that future uses of the same constant may see a different value than the constant itself. The `select` instruction lowering in Cranelift wasn't correctly implemented for vector types that are 128-bits wide. When the condition was 0 the wrong instruction was used to move the correct input to the output of the instruction meaning that only the low 32 bits were moved and the upper 96 bits of the result were left as whatever the register previously contained (instead of the input being moved from). The `select` instruction worked correctly if the condition was nonzero, however. This bug in Wasmtime's implementation of these instructions on x86_64 represents an incorrect implementation of the specified semantics of these instructions according to the WebAssembly specification. The impact of this is benign for hosts running WebAssembly but represents possible vulnerabilities within the execution of a guest program. For example a WebAssembly program could take unintended branches or materialize incorrect values internally which runs the risk of exposing the program itself to other related vulnerabilities which can occur from miscompilations. We have released Wasmtime 0.38.1 and cranelift-codegen (and other associated cranelift crates) 0.85.1 which contain the corrected implementations of these two instructions in Cranelift. If upgrading is not an option for you at this time, you can avoid the vulnerability by disabling the Wasm simd proposal. Additionally the bug is only present on x86_64 hosts. Other aarch64 hosts are not affected. Note that s390x hosts don't yet implement the simd proposal and are not affected.

Assessing the Risk of CVE-2022-31104

Access Complexity Graph

The exploitability of CVE-2022-31104 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2022-31104

CVE-2022-31104 presents a challenge to exploit due to its high attack complexity, but the absence of privilege requirements still makes it a viable target for skilled attackers. A thorough security review is advised.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2022-31104, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2022-31104, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: None
    CVE-2022-31104 has no significant impact on data confidentiality.
  • Integrity: Low
    Exploiting CVE-2022-31104 may cause minor changes to data without severely impacting its accuracy.
  • Availability: Low
    CVE-2022-31104 may slightly degrade system performance without fully affecting service availability.

Exploit Prediction Scoring System (EPSS)

The EPSS score estimates the probability that this vulnerability will be exploited in the near future.

EPSS Score: 0.353% (probability of exploit)

EPSS Percentile: 72.16% (lower percentile = lower relative risk)
This vulnerability is less risky than approximately 27.840000000000003% of others.

CVE-2022-31104 References

External References

CWE Common Weakness Enumeration

CWE-682

CAPEC Common Attack Pattern Enumeration and Classification

  • Integer Attacks CAPEC-128 An attacker takes advantage of the structure of integer variables to cause these variables to assume values that are not expected by an application. For example, adding one to the largest positive integer in a signed integer variable results in a negative number. Negative numbers may be illegal in an application and the application may prevent an attacker from providing them directly, but the application may not consider that adding two positive numbers can create a negative number do to the structure of integer storage formats.
  • Pointer Manipulation CAPEC-129 This attack pattern involves an adversary manipulating a pointer within a target application resulting in the application accessing an unintended memory location. This can result in the crashing of the application or, for certain pointer values, access to data that would not normally be possible or the execution of arbitrary code. Since pointers are simply integer variables, Integer Attacks may often be used in Pointer Attacks.

Vulnerable Configurations

  • cpe:2.3:a:bytecodealliance:cranelift-codegen:-:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:-:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.14.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.14.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.15.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.15.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.16.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.16.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.16.1:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.16.1:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.17.0:-:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.17.0:-:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.17.0:alpha:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.17.0:alpha:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.18.1:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.18.1:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.19.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.19.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.20.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.20.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.21.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.21.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.21.1:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.21.1:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.22.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.22.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.23.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.23.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.24.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.24.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.25.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.25.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.26.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.26.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.27.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.27.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.28.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.28.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.29.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.29.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.30.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.30.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.31.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.31.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.32.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.32.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.33.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.33.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.34.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.34.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.35.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.35.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.36.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.36.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.37.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.37.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.38.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.38.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.39.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.39.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.40.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.40.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.41.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.41.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.42.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.42.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.43.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.43.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.43.1:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.43.1:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.44.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.44.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.45.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.45.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.46.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.46.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.46.1:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.46.1:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.47.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.47.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.48.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.48.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.49.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.49.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.50.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.50.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.51.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.51.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.52.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.52.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.53.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.53.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.54.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.54.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.55.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.55.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.56.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.56.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.58.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.58.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.59.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.59.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.60.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.60.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.61.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.61.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.62.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.62.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.63.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.63.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.64.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.64.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.65.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.65.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.66.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.66.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.67.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.67.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.68.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.68.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.69.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.69.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.70.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.70.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.71.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.71.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.72.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.72.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.73.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.73.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.73.1:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.73.1:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.74.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.74.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.75.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.75.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.76.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.76.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.77.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.77.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.78.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.78.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.79.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.79.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.79.1:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.79.1:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.80.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.80.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.80.1:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.80.1:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.81.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.81.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.81.1:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.81.1:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.81.2:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.81.2:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.82.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.82.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.82.1:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.82.1:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.82.2:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.82.2:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.82.3:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.82.3:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.83.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.83.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:cranelift-codegen:0.84.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:cranelift-codegen:0.84.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.2.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.2.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.3.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.3.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.4.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.4.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.6.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.6.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.8.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.8.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.9.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.9.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.10.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.10.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.11.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.11.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.12.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.12.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.15.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.15.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.16.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.16.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.17.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.17.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.18.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.18.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.19.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.19.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.20.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.20.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.21.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.21.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.22.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.22.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.22.1:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.22.1:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.23.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.23.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.24.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.24.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.25.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.25.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.26.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.26.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.26.1:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.26.1:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.27.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.27.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.28.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.28.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.29.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.29.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.30.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.30.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.31.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.31.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.32.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.32.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.32.1:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.32.1:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.33.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.33.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.33.1:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.33.1:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.34.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.34.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.34.1:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.34.1:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.34.2:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.34.2:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.35.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.35.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.35.1:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.35.1:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.35.2:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.35.2:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.36.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.36.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.37.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.37.0:*:*:*:*:rust:*:*
  • cpe:2.3:a:bytecodealliance:wasmtime:0.38.0:*:*:*:*:rust:*:*
    cpe:2.3:a:bytecodealliance:wasmtime:0.38.0:*:*:*:*:rust:*:*

Protect Your Infrastructure against CVE-2022-31104: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2025-2129 – A vulnerability was found in Mage AI 0.9.75. It has been classified as problematic. This affects an unknown part. The manipulation leads to insecur...
  • CVE-2025-2127 – A vulnerability was found in JoomlaUX JUX Real Estate 3.4.0 on Joomla. It has been classified as problematic. Affected is an unknown function of th...
  • CVE-2025-2126 – A vulnerability was found in JoomlaUX JUX Real Estate 3.4.0 on Joomla and classified as critical. This issue affects some unknown processing of the...
  • CVE-2025-2125 – A vulnerability has been found in Control iD RH iD 25.2.25.0 and classified as problematic. This vulnerability affects unknown code of the file /v2...
  • CVE-2025-2124 – A vulnerability, which was classified as problematic, was found in Control iD RH iD 25.2.25.0. This affects an unknown part of the file /v2/custome...