Debian Package Tracker
Register | Log in
Subscribe

util-linux

miscellaneous system utilities

Choose email to subscribe with

general
  • source: util-linux (main)
  • version: 2.42.3-1
  • maintainer: Chris Hofstaedtler (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: 2.36.1-8+deb11u2
  • o-o-sec: 2.36.1-8+deb11u2
  • oldstable: 2.38.1-5+deb12u3
  • old-sec: 2.38.1-5+deb12u1
  • stable: 2.41-5
  • stable-sec: 2.41.5-0+deb13u1
  • stable-p-u: 2.41.5-0+deb13u1
  • testing: 2.42.2-4
  • unstable: 2.42.3-1
versioned links
  • 2.36.1-8+deb11u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.38.1-5+deb12u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.38.1-5+deb12u3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.41-5: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.41.5-0+deb13u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.42.2-4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.42.3-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • bsdextrautils (7 bugs: 0, 5, 2, 0)
  • bsdutils (4 bugs: 0, 4, 0, 0)
  • eject
  • eject-udeb
  • fdisk (6 bugs: 0, 5, 1, 0)
  • fdisk-udeb
  • lastlog2
  • libblkid-dev (1 bugs: 0, 0, 1, 0)
  • libblkid1 (2 bugs: 0, 2, 0, 0)
  • libblkid1-udeb
  • libfdisk-dev (1 bugs: 0, 0, 1, 0)
  • libfdisk1 (1 bugs: 0, 1, 0, 0)
  • libfdisk1-udeb
  • liblastlog2-2
  • liblastlog2-dev
  • libmount-dev
  • libmount1
  • libmount1-udeb
  • libpam-lastlog2 (2 bugs: 0, 2, 0, 0)
  • libsmartcols-dev
  • libsmartcols1
  • libsmartcols1-udeb
  • libuuid1
  • libuuid1-udeb
  • login (4 bugs: 0, 4, 0, 0)
  • mount (10 bugs: 0, 5, 5, 0)
  • rfkill
  • util-linux (45 bugs: 0, 27, 18, 0)
  • util-linux-extra (1 bugs: 0, 1, 0, 0)
  • util-linux-locales (1 bugs: 0, 1, 0, 0)
  • util-linux-udeb
  • uuid-dev
  • uuid-runtime
action needed
4 security issues in forky high

There are 4 open security issues in forky.

4 important issues:
  • CVE-2026-76642: util-linux versions through 2.41.5 and 2.42.2 fail to check mount helper exit status before running post-mount hooks, allowing unprivileged users to execute privileged operations on pre-existing filesystems. Attackers can exploit X-mount.idmap or X-mount.owner hooks to clone filesystems with inherited suid bits or modify target inode permissions after a helper fails, achieving privilege escalation.
  • CVE-2026-78408: The nsenter --join-cgroup option opens the target cgroup.procs file as root and leaves that file descriptor open across later namespace and credential changes and across execve(). Because the kernel checks later cgroup migrations using the credentials from the original open, a program run in an attacker-controlled target can inherit root's ability to move host processes between cgroups. After a privileged operator uses --join-cgroup against that target, an unprivileged user can migrate and terminate unrelated root processes.
  • CVE-2026-78409: The X-mount.subdir option uses a detached-tree fast path on Linux 6.15 and later and passes the configured subdirectory to open_tree() with AT_SYMLINK_NOFOLLOW. That flag does not stop intermediate symlink traversal or keep resolution inside the newly mounted filesystem. A local unprivileged user with an fstab-authorized X-mount.subdir entry can attach a host path at the intended mountpoint.
  • CVE-2026-78410: A flaw was found in util-linux. Restricted bind mounts take the source path from fstab but do not pin that source before the privileged mount. A local unprivileged user who can replace the authorized source or a writable ancestor can redirect SUID mount(8) to bind another host directory. If the fstab entry also sets X-mount.owner, X-mount.group, or X-mount.mode, root then changes ownership or mode on that redirected inode.
Created: 2026-09-03 Last update: 2026-09-04 04:32
9 security issues in bookworm high

There are 9 open security issues in bookworm.

7 important issues:
  • CVE-2026-13595: A flaw was found in the libblkid library of util-linux. During nested partition probing, the BSD, Minix, Solaris x86, and UnixWare partition probers cache a raw pointer to a parent partition entry in a dynamically allocated array. When subsequent partition additions cause the array to be reallocated, this pointer becomes stale, leading to a heap use-after-free read. An attacker who can present a crafted block device image (for example, via USB insertion or a loop-mounted disk image) can trigger this flaw without user interaction, as libblkid is invoked automatically by udev/udisks as root on block-device hot-plug events. This could lead to limited information disclosure or denial of service.
  • CVE-2026-53613:
  • CVE-2026-53615:
  • CVE-2026-76642: util-linux versions through 2.41.5 and 2.42.2 fail to check mount helper exit status before running post-mount hooks, allowing unprivileged users to execute privileged operations on pre-existing filesystems. Attackers can exploit X-mount.idmap or X-mount.owner hooks to clone filesystems with inherited suid bits or modify target inode permissions after a helper fails, achieving privilege escalation.
  • CVE-2026-78408: The nsenter --join-cgroup option opens the target cgroup.procs file as root and leaves that file descriptor open across later namespace and credential changes and across execve(). Because the kernel checks later cgroup migrations using the credentials from the original open, a program run in an attacker-controlled target can inherit root's ability to move host processes between cgroups. After a privileged operator uses --join-cgroup against that target, an unprivileged user can migrate and terminate unrelated root processes.
  • CVE-2026-78409: The X-mount.subdir option uses a detached-tree fast path on Linux 6.15 and later and passes the configured subdirectory to open_tree() with AT_SYMLINK_NOFOLLOW. That flag does not stop intermediate symlink traversal or keep resolution inside the newly mounted filesystem. A local unprivileged user with an fstab-authorized X-mount.subdir entry can attach a host path at the intended mountpoint.
  • CVE-2026-78410: A flaw was found in util-linux. Restricted bind mounts take the source path from fstab but do not pin that source before the privileged mount. A local unprivileged user who can replace the authorized source or a writable ancestor can redirect SUID mount(8) to bind another host directory. If the fstab entry also sets X-mount.owner, X-mount.group, or X-mount.mode, root then changes ownership or mode on that redirected inode.
1 issue postponed or untriaged:
  • CVE-2026-27456: (needs triaging) util-linux is a random collection of Linux utilities. Prior to version 2.41.4, a TOCTOU (Time-of-Check-Time-of-Use) vulnerability has been identified in the SUID binary /usr/bin/mount from util-linux. The mount binary, when setting up loop devices, validates the source file path with user privileges via fork() + setuid() + realpath(), but subsequently re-canonicalizes and opens it with root privileges (euid=0) without verifying that the path has not been replaced between both operations. Neither O_NOFOLLOW, nor inode comparison, nor post-open fstat() are employed. This allows a local unprivileged user to replace the source file with a symlink pointing to any root-owned file or device during the race window, causing the SUID binary to open and mount it as root. Exploitation requires an /etc/fstab entry with user,loop options whose path points to a directory where the attacker has write permission, and that /usr/bin/mount has the SUID bit set (the default configuration on virtually all Linux distributions). The impact is unauthorized read access to root-protected files and block devices, including backup images, disk volumes, and any file containing a valid filesystem. This issue has been patched in version 2.41.4.
1 ignored issue:
  • CVE-2026-3184: A flaw was found in util-linux. Improper hostname canonicalization in the `login(1)` utility, when invoked with the `-h` option, can modify the supplied remote hostname before setting `PAM_RHOST`. A remote attacker could exploit this by providing a specially crafted hostname, potentially bypassing host-based Pluggable Authentication Modules (PAM) access control rules that rely on fully qualified domain names. This could lead to unauthorized access.
Created: 2025-12-06 Last update: 2026-09-04 04:32
5 security issues in bullseye high

There are 5 open security issues in bullseye.

3 important issues:
  • CVE-2026-13595: A flaw was found in the libblkid library of util-linux. During nested partition probing, the BSD, Minix, Solaris x86, and UnixWare partition probers cache a raw pointer to a parent partition entry in a dynamically allocated array. When subsequent partition additions cause the array to be reallocated, this pointer becomes stale, leading to a heap use-after-free read. An attacker who can present a crafted block device image (for example, via USB insertion or a loop-mounted disk image) can trigger this flaw without user interaction, as libblkid is invoked automatically by udev/udisks as root on block-device hot-plug events. This could lead to limited information disclosure or denial of service.
  • CVE-2026-53613:
  • CVE-2026-53615:
1 issue postponed or untriaged:
  • CVE-2026-27456: (postponed; to be fixed through a stable update) util-linux is a random collection of Linux utilities. Prior to version 2.41.4, a TOCTOU (Time-of-Check-Time-of-Use) vulnerability has been identified in the SUID binary /usr/bin/mount from util-linux. The mount binary, when setting up loop devices, validates the source file path with user privileges via fork() + setuid() + realpath(), but subsequently re-canonicalizes and opens it with root privileges (euid=0) without verifying that the path has not been replaced between both operations. Neither O_NOFOLLOW, nor inode comparison, nor post-open fstat() are employed. This allows a local unprivileged user to replace the source file with a symlink pointing to any root-owned file or device during the race window, causing the SUID binary to open and mount it as root. Exploitation requires an /etc/fstab entry with user,loop options whose path points to a directory where the attacker has write permission, and that /usr/bin/mount has the SUID bit set (the default configuration on virtually all Linux distributions). The impact is unauthorized read access to root-protected files and block devices, including backup images, disk volumes, and any file containing a valid filesystem. This issue has been patched in version 2.41.4.
1 ignored issue:
  • CVE-2026-3184: A flaw was found in util-linux. Improper hostname canonicalization in the `login(1)` utility, when invoked with the `-h` option, can modify the supplied remote hostname before setting `PAM_RHOST`. A remote attacker could exploit this by providing a specially crafted hostname, potentially bypassing host-based Pluggable Authentication Modules (PAM) access control rules that rely on fully qualified domain names. This could lead to unauthorized access.
Created: 2026-06-17 Last update: 2026-08-26 03:21
9 bugs tagged help in the BTS normal
The BTS contains 9 bugs tagged help, please consider helping the maintainer in dealing with them.
Created: 2019-03-21 Last update: 2026-09-08 11:30
1 bug tagged patch in the BTS normal
The BTS contains patches fixing 1 bug, consider including or untagging them.
Created: 2026-09-02 Last update: 2026-09-08 11: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-17 Last update: 2026-09-08 10:33
lintian reports 33 warnings normal
Lintian reports 33 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2026-09-03 Last update: 2026-09-03 09:00
5 low-priority security issues in trixie low

There are 5 open security issues in trixie.

5 issues left for the package maintainer to handle:
  • CVE-2026-3184: (needs triaging) A flaw was found in util-linux. Improper hostname canonicalization in the `login(1)` utility, when invoked with the `-h` option, can modify the supplied remote hostname before setting `PAM_RHOST`. A remote attacker could exploit this by providing a specially crafted hostname, potentially bypassing host-based Pluggable Authentication Modules (PAM) access control rules that rely on fully qualified domain names. This could lead to unauthorized access.
  • CVE-2026-76642: (needs triaging) util-linux versions through 2.41.5 and 2.42.2 fail to check mount helper exit status before running post-mount hooks, allowing unprivileged users to execute privileged operations on pre-existing filesystems. Attackers can exploit X-mount.idmap or X-mount.owner hooks to clone filesystems with inherited suid bits or modify target inode permissions after a helper fails, achieving privilege escalation.
  • CVE-2026-78408: (needs triaging) The nsenter --join-cgroup option opens the target cgroup.procs file as root and leaves that file descriptor open across later namespace and credential changes and across execve(). Because the kernel checks later cgroup migrations using the credentials from the original open, a program run in an attacker-controlled target can inherit root's ability to move host processes between cgroups. After a privileged operator uses --join-cgroup against that target, an unprivileged user can migrate and terminate unrelated root processes.
  • CVE-2026-78409: (needs triaging) The X-mount.subdir option uses a detached-tree fast path on Linux 6.15 and later and passes the configured subdirectory to open_tree() with AT_SYMLINK_NOFOLLOW. That flag does not stop intermediate symlink traversal or keep resolution inside the newly mounted filesystem. A local unprivileged user with an fstab-authorized X-mount.subdir entry can attach a host path at the intended mountpoint.
  • CVE-2026-78410: (needs triaging) A flaw was found in util-linux. Restricted bind mounts take the source path from fstab but do not pin that source before the privileged mount. A local unprivileged user who can replace the authorized source or a writable ancestor can redirect SUID mount(8) to bind another host directory. If the fstab entry also sets X-mount.owner, X-mount.group, or X-mount.mode, root then changes ownership or mode on that redirected inode.

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

Created: 2025-12-06 Last update: 2026-09-04 04:32
debian/patches: 10 patches to forward upstream low

Among the 10 debian patches available in version 2.42.3-1 of the package, we noticed the following issues:

  • 10 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-09-03 06:02
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-09-03 00:03
testing migrations
  • excuses:
    • Migration status for util-linux (2.42.2-4 to 2.42.3-1): BLOCKED: Rejected/violates migration policy/introduces a regression
    • Issues preventing migration:
    • ∙ ∙ Autopkgtest for autopkgtest/6.0: amd64: Pass, arm64: Regression ♻ (reference ♻), armhf: Pass, i386: Pass, ppc64el: Pass, riscv64: Failed (not a regression) ♻ (reference ♻)
    • ∙ ∙ Autopkgtest for budgie-extras/2.3.0-1: amd64: Pass ♻, armhf: Pass ♻, i386: Pass ♻, ppc64el: Pass ♻
    • ∙ ∙ Autopkgtest for cyrus-imapd/3.12.3-4: amd64: Pass, arm64: Test triggered (failure will be ignored), armhf: Pass, i386: Pass, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for debusine/0.15.0: amd64: Pass, arm64: Pass, armhf: Failed (not a regression) ♻ (reference ♻), i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for dracut/112-2: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for gsequencer/9.0.20-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Pass, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for libvirt/12.6.0-1: i386: Pass ♻
    • ∙ ∙ Autopkgtest for netplan.io/1.2.2-2: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Pass, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for nova/2:33.0.1-5: amd64: Pass, arm64: Test triggered, armhf: No tests, superficial or marked flaky ♻, i386: No tests, superficial or marked flaky ♻, ppc64el: Pass, riscv64: No tests, superficial or marked flaky ♻ (reference ♻)
    • ∙ ∙ Autopkgtest for obs-studio/32.1.2+ds-1: i386: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for openjdk-21/21.0.12.1+1-1: amd64: Pass, arm64: Test triggered (failure will be ignored), armhf: Pass, i386: Pass, ppc64el: Test triggered (failure will be ignored), riscv64: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for openjdk-25/25.0.4+7-1: amd64: Pass, arm64: Test triggered (failure will be ignored), armhf: Pass, i386: Pass, ppc64el: Test triggered (failure will be ignored), riscv64: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for openjdk-26/26.0.2.1+1-1: amd64: Pass, arm64: Test triggered (failure will be ignored), armhf: Pass, i386: Pass, ppc64el: Test triggered (failure will be ignored), riscv64: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for openjdk-27/27~34ea-1: amd64: Pass, arm64: Test triggered (failure will be ignored), armhf: Pass, i386: Pass, ppc64el: Test triggered (failure will be ignored), riscv64: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for openjdk-28/28~13ea-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Pass, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python3.13/3.13.15-1: amd64: Pass, arm64: Test triggered (will not be considered a regression) ♻ (reference ♻), armhf: Pass, i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for python3.14/3.14.7-1: amd64: Pass, arm64: Test triggered, armhf: Failed (not a regression) ♻ (reference ♻), i386: Pass, ppc64el: Pass, riscv64: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for python3.15/3.15.0~rc1-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Pass, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for snapd/2.76.3-2: amd64: Pass, arm64: No tests, superficial or marked flaky ♻, armhf: No tests, superficial or marked flaky ♻, i386: No tests, superficial or marked flaky ♻, ppc64el: No tests, superficial or marked flaky ♻, riscv64: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for util-linux/2.42.3-1: amd64: Pass, arm64: Pass, armhf: Pass, i386: Pass, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for zfs-linux/2.4.4-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: No tests, superficial or marked flaky ♻, ppc64el: Pass, riscv64: Pass
    • Additional info (not blocking):
    • ∙ ∙ Piuparts tested OK - https://piuparts.debian.org/sid/source/u/util-linux.html
    • ∙ ∙ Reproduced on amd64 - info
    • ∙ ∙ Reproduced on arm64 - info
    • ∙ ∙ Reproduced on armhf - info
    • ∙ ∙ Reproduced on i386 - info
    • ∙ ∙ 5 days old (needed 5 days)
    • Not considered
news
[rss feed]
  • [2026-09-03] util-linux 2.42.2-4 MIGRATED to testing (Debian testing watch)
  • [2026-09-02] Accepted util-linux 2.42.3-1 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-08-25] Accepted util-linux 2.42.2-4 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-08-18] Accepted util-linux 2.41.5-0+deb13u1 (source) into proposed-updates (Debian FTP Masters) (signed by: Christian Hofstaedtler)
  • [2026-08-15] Accepted util-linux 2.42.2-3 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-08-14] Accepted util-linux 2.41.5-0+deb13u1 (source) into stable-security (Debian FTP Masters) (signed by: Christian Hofstaedtler)
  • [2026-07-18] util-linux 2.42.2-2 MIGRATED to testing (Debian testing watch)
  • [2026-07-12] Accepted util-linux 2.42.2-2 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-06-27] util-linux 2.42.2-1 MIGRATED to testing (Debian testing watch)
  • [2026-06-17] Accepted util-linux 2.42.2-1 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-06-16] Accepted util-linux 2.42.1-6 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-06-15] Accepted util-linux 2.42.1-5 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-06-14] Accepted util-linux 2.42.1-4 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-06-11] util-linux 2.42.1-3 MIGRATED to testing (Debian testing watch)
  • [2026-06-09] util-linux 2.42.1-2 MIGRATED to testing (Debian testing watch)
  • [2026-06-08] Accepted util-linux 2.42.1-3 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-06-04] Accepted util-linux 2.42.1-2 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-06-03] Accepted util-linux 2.42.1-1 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-05-30] util-linux 2.42-6 MIGRATED to testing (Debian testing watch)
  • [2026-05-07] Accepted util-linux 2.42-6 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-05-03] util-linux 2.42-5 MIGRATED to testing (Debian testing watch)
  • [2026-04-26] Accepted util-linux 2.42-5 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-04-23] util-linux 2.42-4 MIGRATED to testing (Debian testing watch)
  • [2026-04-19] Accepted util-linux 2.42-4 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-04-17] util-linux 2.42-3 MIGRATED to testing (Debian testing watch)
  • [2026-04-11] Accepted util-linux 2.42-3 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-04-08] Accepted util-linux 2.42-2 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-04-02] Accepted util-linux 2.42-1 (source) into unstable (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-03-26] Accepted util-linux 2.42~rc2-1 (source) into experimental (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • [2026-03-23] Accepted util-linux 2.42~rc1-3 (source) into experimental (Chris Hofstaedtler) (signed by: Christian Hofstaedtler)
  • 1
  • 2
bugs [bug history graph]
  • all: 87 94
  • RC: 0
  • I&N: 56 63
  • M&W: 31
  • F&P: 0
  • patch: 1
  • help: 9
links
  • homepage
  • lintian (0, 33)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • screenshots
  • l10n (100, 61)
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 2.41.3-3ubuntu2
  • 204 bugs (10 patches)
  • patches for 2.41.3-3ubuntu2

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