Debian Package Tracker
Register | Log in
Subscribe

rustc

Rust systems programming language

Choose email to subscribe with

general
  • source: rustc (main)
  • version: 1.95.0+dfsg1-2
  • maintainer: Debian Rust Maintainers (archive) (DMD)
  • uploaders: Fabian Grünbichler [DMD] – Ximin Luo [DMD] – Sylvestre Ledru [DMD]
  • arch: all any
  • std-ver: 4.7.0
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 1.48.0+dfsg1-2
  • oldstable: 1.63.0+dfsg1-2
  • stable: 1.85.0+dfsg3-1
  • stable-bpo: 1.94.1+dfsg1-1~bpo13+3
  • testing: 1.95.0+dfsg1-2
  • unstable: 1.95.0+dfsg1-2
  • exp: 1.96.0+dfsg1-1~exp1
versioned links
  • 1.48.0+dfsg1-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.63.0+dfsg1-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.85.0+dfsg3-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.86.0+dfsg1-1~bpo13+2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.87.0+dfsg1-1~bpo13+2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.88.0+dfsg1-2~bpo13+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.89.0+dfsg1-1~bpo13+2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.90.0+dfsg1-1~bpo13+2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.91.1+dfsg1-1~bpo13+2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.92.0+dfsg1-2~bpo13+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.93.1+dfsg1-2~bpo13+1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.94.1+dfsg1-1~bpo13+3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.95.0+dfsg1-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.96.0+dfsg1-1~exp1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • cargo (1 bugs: 0, 1, 0, 0)
  • cargo-doc
  • libstd-rust-1.95
  • libstd-rust-dev
  • libstd-rust-dev-bpf
  • libstd-rust-dev-wasm32 (1 bugs: 0, 1, 0, 0)
  • libstd-rust-dev-windows
  • rust-all
  • rust-analyzer
  • rust-clippy
  • rust-doc (3 bugs: 0, 1, 2, 0)
  • rust-gdb (1 bugs: 0, 1, 0, 0)
  • rust-lldb
  • rust-llvm
  • rust-src (1 bugs: 0, 1, 0, 0)
  • rustc (9 bugs: 0, 9, 0, 0)
  • rustfmt (1 bugs: 0, 1, 0, 0)
action needed
A new upstream version is available: 1.96.0 high
A new upstream version 1.96.0 is available, you should consider packaging it.
Created: 2026-04-20 Last update: 2026-06-18 17:01
The VCS repository is not up to date, push the missing commits. high
vcswatch reports that the current version of the package is not in its VCS.
Either you need to push your commits and/or your tags, or the information about the package's VCS are out of date. A common cause of the latter issue when using the Git VCS is not specifying the correct branch when the packaging is not in the default one (remote HEAD branch), which is usually "master" but can be modified in salsa.debian.org in the project's general settings with the "Default Branch" field). Alternatively the Vcs-Git field in debian/control can contain a "-b <branch-name>" suffix to indicate what branch is used for the Debian packaging.
Created: 2026-05-15 Last update: 2026-06-18 01:32
4 security issues in bookworm high

There are 4 open security issues in bookworm.

2 important issues:
  • CVE-2026-33055: tar-rs is a tar archive reading/writing library for Rust. Versions 0.4.44 and below have conditional logic that skips the PAX size header in cases where the base header size is nonzero. As part of CVE-2025-62518, the astral-tokio-tar project was changed to correctly honor PAX size headers in the case where it was different from the base header. This is almost the inverse of the astral-tokio-tar issue. Any discrepancy in how tar parsers honor file size can be used to create archives that appear differently when unpacked by different archivers. In this case, the tar-rs (Rust tar) crate is an outlier in checking for the header size - other tar parsers (including e.g. Go archive/tar) unconditionally use the PAX size override. This can affect anything that uses the tar crate to parse archives and expects to have a consistent view with other parsers. This issue has been fixed in version 0.4.45.
  • CVE-2026-33056: tar-rs is a tar archive reading/writing library for Rust. In versions 0.4.44 and below, when unpacking a tar archive, the tar crate's unpack_dir function uses fs::metadata() to check whether a path that already exists is a directory. Because fs::metadata() follows symbolic links, a crafted tarball containing a symlink entry followed by a directory entry with the same name causes the crate to treat the symlink target as a valid existing directory — and subsequently apply chmod to it. This allows an attacker to modify the permissions of arbitrary directories outside the extraction root. This issue has been fixed in version 0.4.45.
2 issues left for the package maintainer to handle:
  • CVE-2026-5222: (needs triaging) Cargo between 1.68 and 1.96 incorrectly normalized the URLs of third-party registries using the sparse index protocol. If a hosting provider allowed multiple registries to be hosted with arbitrary names within the same domain, an attacker able to publish crates in a registry could obtain the credentials of others users of the same registry. The severity of the vulnerability is **low**, due to the extremely niche requirements needed to achieve the attack.
  • CVE-2026-5223: (needs triaging) Cargo incorrectly handled symlinks inside of crate tarballs downloaded from third-party registries, allowing a malicious crate to override the source code of another crate from the same registry. The severity of the vulnerability is **medium** for users of third-party registries. Users of crates.io are **not affected**, as crates.io forbids uploading crates containing any symlink.

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

Created: 2026-03-26 Last update: 2026-06-17 20:01
lintian reports 2 errors and 10 warnings high
Lintian reports 2 errors and 10 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2026-04-16 Last update: 2026-05-29 18:01
debian/patches: 3 patches with invalid metadata, 18 patches to forward upstream high

Among the 53 debian patches available in version 1.95.0+dfsg1-2 of the package, we noticed the following issues:

  • 3 patches with invalid metadata that ought to be fixed.
  • 18 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: 2023-02-26 Last update: 2026-05-29 06:47
2 bugs tagged help in the BTS normal
The BTS contains 2 bugs tagged help, please consider helping the maintainer in dealing with them.
Created: 2020-12-10 Last update: 2026-06-18 22:30
2 bugs tagged patch in the BTS normal
The BTS contains patches fixing 2 bugs (3 if counting merged bugs), consider including or untagging them.
Created: 2026-06-02 Last update: 2026-06-18 22:30
Fails to build during reproducibility testing normal
A package building reproducibly enables third parties to verify that the source matches the distributed binaries. It has been identified that this source package produced different results, failed to build or had other issues in a test environment. Please read about how to improve the situation!
Created: 2026-04-25 Last update: 2026-06-18 19:18
3 open merge requests in Salsa normal
There are 3 open merge requests for this package on Salsa. You should consider reviewing and/or merging these merge requests.
Created: 2025-08-19 Last update: 2026-06-04 15:49
Multiarch hinter reports 2 issue(s) low
There are issues with the multiarch metadata for this package.
  • cargo-doc could be marked Multi-Arch: foreign
  • rust-doc could be marked Multi-Arch: foreign
Created: 2017-01-10 Last update: 2026-06-18 19:18
4 low-priority security issues in trixie low

There are 4 open security issues in trixie.

4 issues left for the package maintainer to handle:
  • CVE-2026-5222: (needs triaging) Cargo between 1.68 and 1.96 incorrectly normalized the URLs of third-party registries using the sparse index protocol. If a hosting provider allowed multiple registries to be hosted with arbitrary names within the same domain, an attacker able to publish crates in a registry could obtain the credentials of others users of the same registry. The severity of the vulnerability is **low**, due to the extremely niche requirements needed to achieve the attack.
  • CVE-2026-5223: (needs triaging) Cargo incorrectly handled symlinks inside of crate tarballs downloaded from third-party registries, allowing a malicious crate to override the source code of another crate from the same registry. The severity of the vulnerability is **medium** for users of third-party registries. Users of crates.io are **not affected**, as crates.io forbids uploading crates containing any symlink.
  • CVE-2026-33055: (needs triaging) tar-rs is a tar archive reading/writing library for Rust. Versions 0.4.44 and below have conditional logic that skips the PAX size header in cases where the base header size is nonzero. As part of CVE-2025-62518, the astral-tokio-tar project was changed to correctly honor PAX size headers in the case where it was different from the base header. This is almost the inverse of the astral-tokio-tar issue. Any discrepancy in how tar parsers honor file size can be used to create archives that appear differently when unpacked by different archivers. In this case, the tar-rs (Rust tar) crate is an outlier in checking for the header size - other tar parsers (including e.g. Go archive/tar) unconditionally use the PAX size override. This can affect anything that uses the tar crate to parse archives and expects to have a consistent view with other parsers. This issue has been fixed in version 0.4.45.
  • CVE-2026-33056: (needs triaging) tar-rs is a tar archive reading/writing library for Rust. In versions 0.4.44 and below, when unpacking a tar archive, the tar crate's unpack_dir function uses fs::metadata() to check whether a path that already exists is a directory. Because fs::metadata() follows symbolic links, a crafted tarball containing a symlink entry followed by a directory entry with the same name causes the crate to treat the symlink target as a valid existing directory — and subsequently apply chmod to it. This allows an attacker to modify the permissions of arbitrary directories outside the extraction root. This issue has been fixed in version 0.4.45.

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

Created: 2026-03-26 Last update: 2026-06-17 20:01
Issues found with some translations low

Automatic checks made by the Debian l10n team found some issues with the translations contained in this package. You should check the l10n status report for more information.

Issues can be things such as missing translations, problematic translated strings, outdated PO files, unknown languages, etc.

Created: 2024-12-06 Last update: 2026-05-30 15:03
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 4.7.0).
Created: 2025-02-21 Last update: 2026-05-29 07:31
testing migrations
  • This package will soon be part of the auto-openssl transition. You might want to ensure that your package is ready for it. You can probably find supplementary information in the debian-release archives or in the corresponding release.debian.org bug.
news
[rss feed]
  • [2026-06-11] Accepted rustc 1.96.0+dfsg1-1~exp1 (source amd64 all) into experimental (Debian FTP Masters) (signed by: Fabian Gruenbichler)
  • [2026-06-06] rustc 1.95.0+dfsg1-2 MIGRATED to testing (Debian testing watch)
  • [2026-05-29] Accepted rustc 1.94.1+dfsg1-1~bpo13+3 (source) into stable-backports (Fabian Grünbichler) (signed by: Fabian Gruenbichler)
  • [2026-05-28] Accepted rustc 1.95.0+dfsg1-2 (source) into unstable (Fabian Grünbichler) (signed by: Fabian Gruenbichler)
  • [2026-05-15] Accepted rustc 1.95.0+dfsg1-1 (source amd64 all) into experimental (Debian FTP Masters) (signed by: Fabian Gruenbichler)
  • [2026-05-07] Accepted rustc 1.94.1+dfsg1-1~bpo13+2 (source) into stable-backports (Fabian Grünbichler) (signed by: Fabian Gruenbichler)
  • [2026-05-05] Accepted rustc 1.94.1+dfsg1-1~bpo13+1 (source amd64 all) into stable-backports (Debian FTP Masters) (signed by: Fabian Gruenbichler)
  • [2026-04-24] rustc 1.94.1+dfsg1-1 MIGRATED to testing (Debian testing watch)
  • [2026-04-18] Accepted rustc 1.93.1+dfsg1-2~bpo13+1 (source amd64 all) into stable-backports (Debian FTP Masters) (signed by: Fabian Gruenbichler)
  • [2026-04-16] Accepted rustc 1.92.0+dfsg1-2~bpo13+1 (source amd64 all) into stable-backports (Debian FTP Masters) (signed by: Fabian Gruenbichler)
  • [2026-04-16] Accepted rustc 1.94.1+dfsg1-1 (source) into unstable (Fabian Grünbichler) (signed by: Fabian Gruenbichler)
  • [2026-04-16] rustc 1.93.1+dfsg1-2 MIGRATED to testing (Debian testing watch)
  • [2026-04-14] Accepted rustc 1.94.1+dfsg1-1~exp3 (source) into experimental (Fabian Grünbichler) (signed by: Fabian Gruenbichler)
  • [2026-04-13] Accepted rustc 1.94.1+dfsg1-1~exp2 (source) into experimental (Fabian Grünbichler) (signed by: Fabian Gruenbichler)
  • [2026-04-10] Accepted rustc 1.94.1+dfsg1-1~exp1 (source amd64 all) into experimental (Debian FTP Masters) (signed by: Fabian Gruenbichler)
  • [2026-04-08] Accepted rustc 1.93.1+dfsg1-2 (source) into unstable (Fabian Grünbichler) (signed by: Fabian Gruenbichler)
  • [2026-04-08] Accepted rustc 1.93.1+dfsg1-1 (source) into unstable (Fabian Grünbichler) (signed by: Fabian Gruenbichler)
  • [2026-04-07] Accepted rustc 1.91.1+dfsg1-1~bpo13+2 (source) into stable-backports (Fabian Grünbichler) (signed by: Fabian Gruenbichler)
  • [2026-04-06] Accepted rustc 1.91.1+dfsg1-1~bpo13+1 (source amd64 all) into stable-backports (Debian FTP Masters) (signed by: Fabian Gruenbichler)
  • [2026-04-02] rustc 1.92.0+dfsg1-2 MIGRATED to testing (Debian testing watch)
  • [2026-03-26] Accepted rustc 1.92.0+dfsg1-2 (source) into unstable (Fabian Grünbichler) (signed by: Fabian Gruenbichler)
  • [2026-03-20] rustc 1.92.0+dfsg1-1 MIGRATED to testing (Debian testing watch)
  • [2026-03-11] Accepted rustc 1.93.1+dfsg1-1~exp1 (source amd64 all) into experimental (Debian FTP Masters) (signed by: Fabian Gruenbichler)
  • [2026-03-08] Accepted rustc 1.92.0+dfsg1-1 (source) into unstable (Fabian Grünbichler) (signed by: Fabian Gruenbichler)
  • [2026-02-03] Accepted rustc 1.92.0+dfsg1-1~exp1 (source amd64 all) into experimental (Debian FTP Masters) (signed by: Fabian Gruenbichler)
  • [2026-01-05] rustc 1.91.1+dfsg1-1 MIGRATED to testing (Debian testing watch)
  • [2025-12-26] Accepted rustc 1.91.1+dfsg1-1 (source) into unstable (Fabian Grünbichler) (signed by: Fabian Gruenbichler)
  • [2025-12-23] Accepted rustc 1.91.1+dfsg1-1~exp3 (source) into experimental (Fabian Grünbichler) (signed by: Fabian Gruenbichler)
  • [2025-12-15] Accepted rustc 1.91.1+dfsg1-1~exp2 (source) into experimental (Fabian Grünbichler) (signed by: Fabian Gruenbichler)
  • [2025-12-15] Accepted rustc 1.91.1+dfsg1-1~exp1 (source amd64 all) into experimental (Debian FTP Masters) (signed by: Fabian Gruenbichler)
  • 1
  • 2
bugs [bug history graph]
  • all: 24 25
  • RC: 0
  • I&N: 19 20
  • M&W: 4
  • F&P: 1
  • patch: 2 3
  • help: 2
links
  • homepage
  • lintian (2, 10)
  • buildd: logs, exp, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • l10n (77, -)
  • debian patches
  • debci

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