Debian Package Tracker
Register | Log in
Subscribe

rust-wasmtime

low-level retargetable code generator - Rust source code

Choose email to subscribe with

general
  • source: rust-wasmtime (main)
  • version: 26.0.1+dfsg-7
  • maintainer: Jonas Smedegaard (DMD) (LowNMU)
  • arch: all
  • std-ver: 4.7.2
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • stable: 26.0.1+dfsg-3
  • testing: 26.0.1+dfsg-4
  • unstable: 26.0.1+dfsg-7
versioned links
  • 26.0.1+dfsg-3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 26.0.1+dfsg-4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 26.0.1+dfsg-7: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • librust-cranelift-dev
action needed
Debci reports failed tests high
  • unstable: fail (log)
    The tests ran in 1:38:35
    Last run: 2025-10-12T22:55:17.000Z
    Previous status: unknown

  • testing: pass (log)
    The tests ran in 0:19:12
    Last run: 2025-10-19T00:26:26.000Z
    Previous status: unknown

  • stable: pass (log)
    The tests ran in 0:21:03
    Last run: 2025-08-21T01:16:07.000Z
    Previous status: unknown

Created: 2025-10-12 Last update: 2025-10-19 18:01
Multiarch hinter reports 1 issue(s) high
There are issues with the multiarch metadata for this package.
  • librust-cranelift-dev should be Architecture: any + Multi-Arch: same
Created: 2023-08-21 Last update: 2025-10-19 13:31
lintian reports 1 error and 3 warnings high
Lintian reports 1 error and 3 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2025-10-12 Last update: 2025-10-18 12:03
1 security issue in sid high

There is 1 open security issue in sid.

1 important issue:
  • CVE-2025-53901: 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.
Created: 2025-07-19 Last update: 2025-10-12 16:32
1 security issue in forky high

There is 1 open security issue in forky.

1 important issue:
  • CVE-2025-53901: 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.
Created: 2025-08-09 Last update: 2025-10-12 16:32
The package has not entered testing even though the delay is over normal
The package has not entered testing even though the 5-day delay is over. Check why.
Created: 2025-10-17 Last update: 2025-10-19 17:31
debian/patches: 9 patches to forward upstream low

Among the 25 debian patches available in version 26.0.1+dfsg-7 of the package, we noticed the following issues:

  • 9 patches where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2025-10-09 Last update: 2025-10-12 18:34
1 low-priority security issue in trixie low

There is 1 open security issue in trixie.

1 issue left for the package maintainer to handle:
  • CVE-2025-53901: (needs triaging) 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.

You can find information about how to handle this issue in the security team's documentation.

Created: 2025-07-19 Last update: 2025-10-12 16:32
testing migrations
  • excuses:
    • Migration status for rust-wasmtime (26.0.1+dfsg-4 to 26.0.1+dfsg-7): BLOCKED: Rejected/violates migration policy/introduces a regression
    • Issues preventing migration:
    • ∙ ∙ autopkgtest for rust-wasmtime/26.0.1+dfsg-7: amd64: Regression ♻ (reference ♻), arm64: Regression ♻ (reference ♻), i386: Regression ♻ (reference ♻), ppc64el: Pass, riscv64: Regression ♻ (reference ♻), s390x: Pass
    • Additional info:
    • ∙ ∙ Piuparts tested OK - https://piuparts.debian.org/sid/source/r/rust-wasmtime.html
    • ∙ ∙ Reproducible on amd64 - info ♻
    • ∙ ∙ Reproducible on arm64 - info ♻
    • ∙ ∙ 7 days old (needed 5 days)
    • Not considered
news
[rss feed]
  • [2025-10-12] Accepted rust-wasmtime 26.0.1+dfsg-7 (source) into unstable (Jonas Smedegaard)
  • [2025-10-11] Accepted rust-wasmtime 26.0.1+dfsg-6 (source) into unstable (Jonas Smedegaard)
  • [2025-10-11] Accepted rust-wasmtime 26.0.1+dfsg-5 (source) into unstable (Jonas Smedegaard)
  • [2025-10-11] rust-wasmtime 26.0.1+dfsg-4 MIGRATED to testing (Debian testing watch)
  • [2025-10-09] Accepted rust-wasmtime 26.0.1+dfsg-4 (source) into unstable (Jonas Smedegaard)
  • [2025-02-23] rust-wasmtime 26.0.1+dfsg-3 MIGRATED to testing (Debian testing watch)
  • [2025-02-18] Accepted rust-wasmtime 26.0.1+dfsg-3 (source) into unstable (Jonas Smedegaard)
  • [2025-02-17] rust-wasmtime 26.0.1+dfsg-2 MIGRATED to testing (Debian testing watch)
  • [2025-02-11] Accepted rust-wasmtime 26.0.1+dfsg-2 (source) into unstable (Jonas Smedegaard)
  • [2025-02-09] Accepted rust-wasmtime 26.0.1+dfsg-1 (source) into unstable (Jonas Smedegaard)
  • [2025-02-09] Accepted rust-wasmtime 23.0.3+dfsg-1 (source) into unstable (Jonas Smedegaard)
  • [2025-02-09] Accepted rust-wasmtime 21.0.2+dfsg-3 (source) into unstable (Jonas Smedegaard)
  • [2025-02-09] Accepted rust-wasmtime 21.0.2+dfsg-2 (source) into unstable (Jonas Smedegaard)
  • [2025-01-08] rust-wasmtime 21.0.2+dfsg-1.1 MIGRATED to testing (Debian testing watch)
  • [2025-01-02] Accepted rust-wasmtime 21.0.2+dfsg-1.1 (source) into unstable (Peter Michael Green)
  • [2024-11-22] rust-wasmtime 21.0.2+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2024-11-16] Accepted rust-wasmtime 21.0.2+dfsg-1 (source) into unstable (Jonas Smedegaard)
  • [2024-11-10] rust-wasmtime 19.0.0+dfsg-4 MIGRATED to testing (Debian testing watch)
  • [2024-11-04] Accepted rust-wasmtime 19.0.0+dfsg-4 (source) into unstable (Jonas Smedegaard)
  • [2024-09-09] rust-wasmtime REMOVED from testing (Debian testing watch)
  • [2024-07-18] rust-wasmtime 19.0.0+dfsg-3 MIGRATED to testing (Debian testing watch)
  • [2024-07-12] Accepted rust-wasmtime 19.0.0+dfsg-3 (source) into unstable (Jonas Smedegaard)
  • [2024-05-27] rust-wasmtime 19.0.0+dfsg-2 MIGRATED to testing (Debian testing watch)
  • [2024-05-17] Accepted rust-wasmtime 19.0.0+dfsg-2 (source) into unstable (Jonas Smedegaard)
  • [2024-05-17] Accepted rust-wasmtime 19.0.0+dfsg-1 (source) into unstable (Jonas Smedegaard)
  • [2024-02-22] Accepted rust-wasmtime 18.0.1+dfsg-1 (source) into experimental (Jonas Smedegaard)
  • [2024-02-22] rust-wasmtime 16.0.0+dfsg-3 MIGRATED to testing (Debian testing watch)
  • [2024-02-17] Accepted rust-wasmtime 16.0.0+dfsg-3 (source) into unstable (Jonas Smedegaard)
  • [2024-01-07] rust-wasmtime 16.0.0+dfsg-2 MIGRATED to testing (Debian testing watch)
  • [2024-01-01] Accepted rust-wasmtime 16.0.0+dfsg-2 (source) into unstable (Jonas Smedegaard)
  • 1
  • 2
bugs [bug history graph]
  • all: 3
  • RC: 0
  • I&N: 1
  • M&W: 2
  • F&P: 0
  • patch: 0
links
  • homepage
  • lintian (1, 3)
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • edit tags
  • other distros
  • security tracker
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 26.0.1+dfsg-3

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing