Debian Package Tracker
Register | Log in
Subscribe

rpm

package manager for RPM

Choose email to subscribe with

general
  • source: rpm (main)
  • version: 6.1.0-1
  • maintainer: RPM packaging team (DMD)
  • uploaders: Luca Boccassi [DMD]
  • arch: any
  • std-ver: 4.7.4
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 4.16.1.2+dfsg1-3
  • oldstable: 4.18.0+dfsg-1+deb12u1
  • stable: 4.20.1+dfsg-3
  • testing: 6.1.0-1
  • unstable: 6.1.0-1
versioned links
  • 4.16.1.2+dfsg1-3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 4.18.0+dfsg-1+deb12u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 4.20.1+dfsg-3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 6.1.0-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • librpm-dev
  • librpm10
  • librpmbuild10
  • librpmio10
  • librpmsign10
  • python3-rpm
  • rpm (1 bugs: 0, 0, 1, 0)
  • rpm-common
  • rpm2cpio
action needed
6 security issues in sid high

There are 6 open security issues in sid.

6 important issues:
  • CVE-2026-44604: A command injection vulnerability was discovered in the `rpmuncompress` utility of RPM. When extracting certain archive formats (ZIP, 7z, GEM) to a specified destination directory, the tool inserts the archive's top-level folder name into a shell command without properly sanitizing it. A specially crafted archive containing shell metacharacters in its folder name can execute arbitrary commands as the user running the extraction.
  • CVE-2026-44605: A flaw was found in the RPM Package Manager (RPM). A local user could be affected by a heap buffer overflow vulnerability when processing a specially crafted NDB database file. This issue arises from an error in how RPM handles certain calculations during file parsing, leading to an incorrect memory allocation. An attacker could leverage this to cause a denial of service, making the system unavailable.
  • CVE-2026-78367: A vulnerability was found in RPM's rpmbuild tarball processing. When processing a crafted source archive, the getTarSpec() function in tools/rpmbuild.cc passes an attacker-controlled tar archive member name to rpmExpand() as part of a %{basename:...} macro expression. A specially crafted .spec member name can therefore inject RPM macros, including Lua expressions, resulting in arbitrary code execution with the privileges of the user running rpmbuild. This can be exploited when a victim or automated build system processes an attacker-controlled source tarball using rpmbuild tarball mode (such as -ts, -ta, or -tb).
  • CVE-2026-84233: A flaw was found in rpm. A local attacker could supply a specially crafted `.gem` filename containing RPM macro syntax. When a user or automated workflow invokes `rpmuncompress -x` on this file, the macro expansion occurs during command construction. This allows the attacker to execute arbitrary commands with the privileges of the invoking account, leading to a compromise of confidentiality, integrity, and availability.
  • CVE-2026-84837: A flaw was found in rpm. An attacker can exploit a command injection vulnerability by influencing the path or filename of a tarball processed by `rpmbuild -t*` to include shell metacharacters. This is particularly relevant in automated build or continuous integration (CI) workflows that ingest externally supplied artifact names. Successful exploitation allows for arbitrary command execution with the privileges of the build user, which could lead to information disclosure or disruption of the build environment.
  • CVE-2026-84838: A flaw was found in rpmuncompress. This command injection vulnerability allows a local attacker to execute arbitrary commands. This occurs when rpmuncompress processes a specially crafted archive filename containing shell metacharacters, which are not properly escaped before being passed to shell command strings. Successful exploitation requires user interaction, where a user or automated workflow invokes rpmuncompress on the malicious file, leading to high impact on the confidentiality, integrity, and availability of data accessible to the invoking user.
Created: 2026-05-29 Last update: 2026-09-04 15:02
6 security issues in forky high

There are 6 open security issues in forky.

6 important issues:
  • CVE-2026-44604: A command injection vulnerability was discovered in the `rpmuncompress` utility of RPM. When extracting certain archive formats (ZIP, 7z, GEM) to a specified destination directory, the tool inserts the archive's top-level folder name into a shell command without properly sanitizing it. A specially crafted archive containing shell metacharacters in its folder name can execute arbitrary commands as the user running the extraction.
  • CVE-2026-44605: A flaw was found in the RPM Package Manager (RPM). A local user could be affected by a heap buffer overflow vulnerability when processing a specially crafted NDB database file. This issue arises from an error in how RPM handles certain calculations during file parsing, leading to an incorrect memory allocation. An attacker could leverage this to cause a denial of service, making the system unavailable.
  • CVE-2026-78367: A vulnerability was found in RPM's rpmbuild tarball processing. When processing a crafted source archive, the getTarSpec() function in tools/rpmbuild.cc passes an attacker-controlled tar archive member name to rpmExpand() as part of a %{basename:...} macro expression. A specially crafted .spec member name can therefore inject RPM macros, including Lua expressions, resulting in arbitrary code execution with the privileges of the user running rpmbuild. This can be exploited when a victim or automated build system processes an attacker-controlled source tarball using rpmbuild tarball mode (such as -ts, -ta, or -tb).
  • CVE-2026-84233: A flaw was found in rpm. A local attacker could supply a specially crafted `.gem` filename containing RPM macro syntax. When a user or automated workflow invokes `rpmuncompress -x` on this file, the macro expansion occurs during command construction. This allows the attacker to execute arbitrary commands with the privileges of the invoking account, leading to a compromise of confidentiality, integrity, and availability.
  • CVE-2026-84837: A flaw was found in rpm. An attacker can exploit a command injection vulnerability by influencing the path or filename of a tarball processed by `rpmbuild -t*` to include shell metacharacters. This is particularly relevant in automated build or continuous integration (CI) workflows that ingest externally supplied artifact names. Successful exploitation allows for arbitrary command execution with the privileges of the build user, which could lead to information disclosure or disruption of the build environment.
  • CVE-2026-84838: A flaw was found in rpmuncompress. This command injection vulnerability allows a local attacker to execute arbitrary commands. This occurs when rpmuncompress processes a specially crafted archive filename containing shell metacharacters, which are not properly escaped before being passed to shell command strings. Successful exploitation requires user interaction, where a user or automated workflow invokes rpmuncompress on the malicious file, leading to high impact on the confidentiality, integrity, and availability of data accessible to the invoking user.
Created: 2026-05-29 Last update: 2026-09-04 15:02
7 security issues in bullseye high

There are 7 open security issues in bullseye.

1 important issue:
  • CVE-2026-78367: A vulnerability was found in RPM's rpmbuild tarball processing. When processing a crafted source archive, the getTarSpec() function in tools/rpmbuild.cc passes an attacker-controlled tar archive member name to rpmExpand() as part of a %{basename:...} macro expression. A specially crafted .spec member name can therefore inject RPM macros, including Lua expressions, resulting in arbitrary code execution with the privileges of the user running rpmbuild. This can be exploited when a victim or automated build system processes an attacker-controlled source tarball using rpmbuild tarball mode (such as -ts, -ta, or -tb).
3 issues postponed or untriaged:
  • CVE-2021-3521: (needs triaging) There is a flaw in RPM's signature functionality. OpenPGP subkeys are associated with a primary key via a "binding signature." RPM does not check the binding signature of subkeys prior to importing them. If an attacker is able to add or socially engineer another party to add a malicious subkey to a legitimate public key, RPM could wrongly trust a malicious signature. The greatest impact of this flaw is to data integrity. To exploit this flaw, an attacker must either compromise an RPM repository or convince an administrator to install an untrusted RPM or public key. It is strongly recommended to only use RPMs and public keys from trusted sources.
  • CVE-2026-44604: (postponed; to be fixed through a stable update) A command injection vulnerability was discovered in the `rpmuncompress` utility of RPM. When extracting certain archive formats (ZIP, 7z, GEM) to a specified destination directory, the tool inserts the archive's top-level folder name into a shell command without properly sanitizing it. A specially crafted archive containing shell metacharacters in its folder name can execute arbitrary commands as the user running the extraction.
  • CVE-2026-44605: (postponed; to be fixed through a stable update) A flaw was found in the RPM Package Manager (RPM). A local user could be affected by a heap buffer overflow vulnerability when processing a specially crafted NDB database file. This issue arises from an error in how RPM handles certain calculations during file parsing, leading to an incorrect memory allocation. An attacker could leverage this to cause a denial of service, making the system unavailable.
3 ignored issues:
  • CVE-2021-35937: A race condition vulnerability was found in rpm. A local unprivileged user could use this flaw to bypass the checks that were introduced in response to CVE-2017-7500 and CVE-2017-7501, potentially gaining root privileges. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
  • CVE-2021-35938: A symbolic link issue was found in rpm. It occurs when rpm sets the desired permissions and credentials after installing a file. A local unprivileged user could use this flaw to exchange the original file with a symbolic link to a security-critical file and escalate their privileges on the system. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
  • CVE-2021-35939: It was found that the fix for CVE-2017-7500 and CVE-2017-7501 was incomplete: the check was only implemented for the parent directory of the file to be created. A local unprivileged user who owns another ancestor directory could potentially use this flaw to gain root privileges. The highest threat from this vulnerability is to data confidentiality and integrity as well as system availability.
Created: 2026-08-24 Last update: 2026-08-27 18:01
debian/patches: 1 patch with invalid metadata high

Among the 1 debian patch available in version 6.1.0-1 of the package, we noticed the following issues:

  • 1 patch with invalid metadata that ought to be fixed.
Created: 2025-11-07 Last update: 2026-08-21 06:18
Depends on packages which need a new maintainer normal
The packages that rpm depends on which need a new maintainer are:
  • rpmlint (#1093666)
    • Suggests: rpmlint
Created: 2025-10-26 Last update: 2026-09-06 20:30
6 low-priority security issues in trixie low

There are 6 open security issues in trixie.

6 issues left for the package maintainer to handle:
  • CVE-2026-44604: (needs triaging) A command injection vulnerability was discovered in the `rpmuncompress` utility of RPM. When extracting certain archive formats (ZIP, 7z, GEM) to a specified destination directory, the tool inserts the archive's top-level folder name into a shell command without properly sanitizing it. A specially crafted archive containing shell metacharacters in its folder name can execute arbitrary commands as the user running the extraction.
  • CVE-2026-44605: (needs triaging) A flaw was found in the RPM Package Manager (RPM). A local user could be affected by a heap buffer overflow vulnerability when processing a specially crafted NDB database file. This issue arises from an error in how RPM handles certain calculations during file parsing, leading to an incorrect memory allocation. An attacker could leverage this to cause a denial of service, making the system unavailable.
  • CVE-2026-78367: (needs triaging) A vulnerability was found in RPM's rpmbuild tarball processing. When processing a crafted source archive, the getTarSpec() function in tools/rpmbuild.cc passes an attacker-controlled tar archive member name to rpmExpand() as part of a %{basename:...} macro expression. A specially crafted .spec member name can therefore inject RPM macros, including Lua expressions, resulting in arbitrary code execution with the privileges of the user running rpmbuild. This can be exploited when a victim or automated build system processes an attacker-controlled source tarball using rpmbuild tarball mode (such as -ts, -ta, or -tb).
  • CVE-2026-84233: (needs triaging) A flaw was found in rpm. A local attacker could supply a specially crafted `.gem` filename containing RPM macro syntax. When a user or automated workflow invokes `rpmuncompress -x` on this file, the macro expansion occurs during command construction. This allows the attacker to execute arbitrary commands with the privileges of the invoking account, leading to a compromise of confidentiality, integrity, and availability.
  • CVE-2026-84837: (needs triaging) A flaw was found in rpm. An attacker can exploit a command injection vulnerability by influencing the path or filename of a tarball processed by `rpmbuild -t*` to include shell metacharacters. This is particularly relevant in automated build or continuous integration (CI) workflows that ingest externally supplied artifact names. Successful exploitation allows for arbitrary command execution with the privileges of the build user, which could lead to information disclosure or disruption of the build environment.
  • CVE-2026-84838: (needs triaging) A flaw was found in rpmuncompress. This command injection vulnerability allows a local attacker to execute arbitrary commands. This occurs when rpmuncompress processes a specially crafted archive filename containing shell metacharacters, which are not properly escaped before being passed to shell command strings. Successful exploitation requires user interaction, where a user or automated workflow invokes rpmuncompress on the malicious file, leading to high impact on the confidentiality, integrity, and availability of data accessible to the invoking user.

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

Created: 2026-05-29 Last update: 2026-09-04 15:02
news
[rss feed]
  • [2026-08-28] rpm 6.1.0-1 MIGRATED to testing (Debian testing watch)
  • [2026-08-20] Accepted rpm 6.1.0-1 (source) into unstable (Luca Boccassi)
  • [2025-12-19] rpm 6.0.1-1 MIGRATED to testing (Debian testing watch)
  • [2025-12-16] Accepted rpm 6.0.1-1 (source) into unstable (Luca Boccassi)
  • [2025-11-11] rpm 6.0.0-2 MIGRATED to testing (Debian testing watch)
  • [2025-11-07] Accepted rpm 6.0.0-2 (source) into unstable (Luca Boccassi)
  • [2025-11-06] Accepted rpm 6.0.0-1 (source) into unstable (Luca Boccassi)
  • [2025-07-10] rpm 4.20.1+dfsg-3 MIGRATED to testing (Debian testing watch)
  • [2025-06-20] Accepted rpm 4.20.1+dfsg-3 (source) into unstable (Luca Boccassi)
  • [2025-04-02] rpm 4.20.1+dfsg-2 MIGRATED to testing (Debian testing watch)
  • [2025-03-28] Accepted rpm 4.20.1+dfsg-2 (source) into unstable (Luca Boccassi)
  • [2025-02-23] rpm 4.20.1+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2025-02-21] Accepted rpm 4.20.1+dfsg-1 (source) into unstable (Luca Boccassi)
  • [2025-02-19] rpm 4.20.0+dfsg-4 MIGRATED to testing (Debian testing watch)
  • [2025-02-16] Accepted rpm 4.20.0+dfsg-4 (source) into unstable (Luca Boccassi)
  • [2024-10-23] rpm 4.20.0+dfsg-3 MIGRATED to testing (Debian testing watch)
  • [2024-10-20] Accepted rpm 4.20.0+dfsg-3 (source) into unstable (Luca Boccassi)
  • [2024-10-18] rpm 4.20.0+dfsg-2 MIGRATED to testing (Debian testing watch)
  • [2024-10-16] Accepted rpm 4.20.0+dfsg-2 (source) into unstable (Luca Boccassi)
  • [2024-10-13] Accepted rpm 4.20.0+dfsg-1 (source) into unstable (Luca Boccassi)
  • [2024-05-09] rpm 4.19.1.1+dfsg-1 MIGRATED to testing (Debian testing watch)
  • [2024-05-05] Accepted rpm 4.19.1.1+dfsg-1 (source) into unstable (Luca Boccassi)
  • [2024-04-30] rpm 4.18.2+dfsg-2.1 MIGRATED to testing (Debian testing watch)
  • [2024-04-22] Accepted rpm 4.19.1.1+dfsg-1~exp (source amd64 all) into experimental (Debian FTP Masters) (signed by: Luca Boccassi)
  • [2024-03-01] Accepted rpm 4.18.2+dfsg-2.1 (source) into unstable (Benjamin Drung)
  • [2024-02-27] rpm 4.18.2+dfsg-2 MIGRATED to testing (Debian testing watch)
  • [2024-02-26] Accepted rpm 4.18.2+dfsg-2.1~exp1 (source) into experimental (Steve Langasek)
  • [2024-02-25] Accepted rpm 4.18.2+dfsg-2 (source) into unstable (Luca Boccassi)
  • [2024-02-05] Accepted rpm 4.18.2+dfsg-1.1~exp1 (source) into experimental (Steve Langasek)
  • [2024-01-31] Accepted rpm 4.18.0+dfsg-1+deb12u1 (source) into proposed-updates (Debian FTP Masters) (signed by: Peter Pentchev)
  • 1
  • 2
bugs [bug history graph]
  • all: 4
  • RC: 0
  • I&N: 3
  • M&W: 1
  • F&P: 0
  • patch: 0
links
  • homepage
  • lintian
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 6.1.0-1
  • 23 bugs

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