Answer in brief
CVE-2026-54786 records a Low severity (CVSS 5.0) vulnerability in Wasmtime has a leak in WASIp1 `fd_renumber` implementation. The current sources do not mark it as known exploited. The current feed maps wasmtime-wasi (rust), wasmtime-wasi (rust), wasmtime-wasi (rust), wasmtime-wasi (rust). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 5.0. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps wasmtime-wasi (rust), wasmtime-wasi (rust), wasmtime-wasi (rust), wasmtime-wasi (rust). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| wasmtime-wasirust | <24.0.10 | 24.0.10 |
| wasmtime-wasirust | >=45.0.0,<45.0.2 | 45.0.2 |
| wasmtime-wasirust | >=25.0.0,<36.0.11 | 36.0.11 |
| wasmtime-wasirust | >=37.0.0,<44.0.3 | 44.0.3 |
Published upstream
Jul 1, 2026
Evidence: source:ghsa:source_dates:source-dates:recordSource modified
Aug 26, 2026
Evidence: source:ghsa:source_dates:source-dates:recordFirst seen by HOL
Jul 1, 2026
Wasmtime is a runtime for WebAssembly. All versions prior to 24.0.10; versions 25.0.0 through those before 36.0.11; versions 37.0.0 through those before 44.0.3; and versions 45.0.0 and 45.0.1 contain a native implementation of WASIp1 which suffers from a leak in the fd_renumber function where the file descriptor being renumbered to is not properly closed. Wasmtime's implementation erroneously only updated the table of descriptors for WASIp1 and didn't update the underlying table of descriptors used by the host. This behavior means that while fd_renumber works correctly from a guest's perspective it ends up leaking resources in the host that aren't cleaned up until the corresponding Store is destroyed. In a loop, guests can use fd_renumber to cause hosts to exhaust both resources and file descriptors. This bug only affects the native implementation of WASIp1, meaning that only runtimes which load core wasm modules and expose fd_renumber are affected. Runtimes are additionally only affected if they expose the ability to acquire a file descriptor, such as opening a file. For runtimes that deny access to files they are unaffected. This issue has been fixed in versions 24.0.10, 36.0.11, 44.0.3, and 45.0.2.
Quoted source text, attributed separately from HOL analysis.