CVE-2025-53901 Details
Description
Wasmtime is a runtime for WebAssembly. Prior to versions 24.0.4, 33.0.2, and 34.0.2, a bug in Wasmtime's implementation of the WASIp1 set of import functions can lead to a WebAssembly guest inducing a panic in the host (embedder). The specific bug is triggered by calling `path_open` after calling `fd_renumber` with either two equal argument values or a second argument being equal to a previously-closed file descriptor number value. The corrupt state introduced in `fd_renumber` will lead to the subsequent opening of a file descriptor to panic. This panic cannot introduce memory unsafety or allow WebAssembly to break outside of its sandbox, however. There is no possible heap corruption or memory unsafety from this panic. This bug is in the implementation of Wasmtime's `wasmtime-wasi` crate which provides an implementation of WASIp1. The bug requires a specially crafted call to `fd_renumber` in addition to the ability to open a subsequent file descriptor. Opening a second file descriptor is only possible when a preopened directory was provided to the guest, and this is common amongst embeddings. A panic in the host is considered a denial-of-service vector for WebAssembly embedders and is thus a security issue in Wasmtime. This bug does not affect WASIp2 and embedders using components. In accordance with Wasmtime's release process, patch releases are available as 24.0.4, 33.0.2, and 34.0.2. Users of other release of Wasmtime are recommended to move to a supported release of Wasmtime. Embedders who are using components or are not providing guest access to create more file descriptors (e.g. via a preopened filesystem directory) are not affected by this issue. Otherwise, there is no workaround at this time, and affected embeddings are recommended to update to a patched version which will not cause a panic in the host.
A denial-of-service vulnerability has been identified in the Wasmtime WebAssembly runtime, specifically within versions prior to 24.0.4, 33.0.2, and 34.0.2. The issue arises in Wasmtime's implementation of the WASIp1 import functions, where a WebAssembly guest can induce a panic in the host embedder. This vulnerability is triggered by calling 'path_open' after 'fd_renumber' with either two equal argument values or a second argument that matches a previously closed file descriptor number. The corruption from 'fd_renumber' causes the subsequent file descriptor opening to panic. While this panic cannot cause memory unsafety or allow WebAssembly to escape its sandbox, it represents a denial-of-service vector for WebAssembly embedders, thus qualifying as a security issue in Wasmtime.
Users should update to Wasmtime versions 24.0.4, 33.0.2, or 34.0.2. Instructions for updating can be found in the Wasmtime release process documentation.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jul 18, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-672 | Operation on a Resource after Expiration or Release | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| bytecodealliance wasmtime | < 24.0.4 >= 33.0.0, < 33.0.2 >= 34.0.0, < 34.0.2 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Sep 4, 2025 | Initial Analysis | [email protected] |
| Jul 18, 2025 | New CVE Received | [email protected] |