CVE-2025-53901

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-53901
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-53901.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-53901
Aliases
Published
2025-07-18T18:15:24Z
Modified
2025-07-19T20:58:46.066362Z
Summary
[none]
Details

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.

References

Affected packages

Debian:13 / rust-wasmtime

Package

Name
rust-wasmtime
Purl
pkg:deb/debian/rust-wasmtime?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

10.*

10.0.1+dfsg-1
10.0.1+dfsg-3
10.0.1+dfsg-4
10.0.1+dfsg-5
10.0.1+dfsg-6
10.0.1+dfsg-7

15.*

15.0.0+dfsg-1
15.0.0+dfsg-2
15.0.0+dfsg-3
15.0.1+dfsg-1
15.0.1+dfsg-2
15.0.1+dfsg-3
15.0.1+dfsg-4

16.*

16.0.0+dfsg-1
16.0.0+dfsg-2
16.0.0+dfsg-3

18.*

18.0.1+dfsg-1

19.*

19.0.0+dfsg-1
19.0.0+dfsg-2
19.0.0+dfsg-3
19.0.0+dfsg-4

21.*

21.0.2+dfsg-1
21.0.2+dfsg-1.1
21.0.2+dfsg-2
21.0.2+dfsg-3

23.*

23.0.3+dfsg-1

26.*

26.0.1+dfsg-1
26.0.1+dfsg-2
26.0.1+dfsg-3

Ecosystem specific

{
    "urgency": "not yet assigned"
}