CVE-2022-24791
Rust vulnerability analysis and mitigation

Overview

CVE-2022-24791 is a use-after-free vulnerability discovered in Wasmtime, a standalone JIT-style runtime for WebAssembly using Cranelift. The vulnerability was disclosed on March 31, 2022, affecting versions 0.34.0, 0.34.1, 0.35.0, and 0.35.1. The issue occurs when both running WebAssembly code that uses externrefs and enabling epoch interruption in Wasmtime (Wasmtime Advisory).

Technical details

The vulnerability stems from Cranelift failing to emit stack maps when safepoints exist inside cold blocks. Cold blocks are emitted at the end of compiled functions and alter the order of block emission versus definition. This reordering caused Cranelift to skip emitting some stack maps because it expected to emit them in block definition order rather than block emission order. The issue specifically manifests when epoch interruption is enabled, which triggers the creation of cold blocks. The vulnerability has been assigned a CVSS v3.1 base score of 8.1 HIGH (NVD).

Impact

When Wasmtime performs garbage collection, it fails to identify live references on the stack due to missing stack maps. This causes the system to incorrectly identify active references as unreferenced garbage and reclaim them prematurely. Subsequently, when the WebAssembly code attempts to use these reclaimed references, it results in a use-after-free condition, potentially leading to memory corruption and security vulnerabilities (Wasmtime Advisory).

Mitigation and workarounds

The vulnerability has been patched in versions 0.34.2 and 0.35.2. For users unable to upgrade immediately, two workarounds are available: either disable the WebAssembly reference types proposal using config.wasm_reference_types(false), or disable epoch interruption using config.epoch_interruption(false) if it was previously enabled (Wasmtime Advisory).

Additional resources


SourceThis report was generated using AI

Related Rust vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-22863CRITICAL9.2
  • RustRust
  • deno
NoYesJan 15, 2026
CVE-2026-23519HIGH8.9
  • RustRust
  • yazi
NoYesJan 15, 2026
RUSTSEC-2026-0003HIGH8.9
  • RustRust
  • cmov
NoYesJan 14, 2026
CVE-2026-22864HIGH8.1
  • RustRust
  • deno
NoYesJan 15, 2026
CVE-2026-22782LOW2.9
  • RustRust
  • rustfs
NoYesJan 16, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management