The vendor explicitly identifies these products as affected by this CVE.
- python3-rpm as a component of Red Hat Enterprise Linux 10
- rpm-apidocs as a component of Red Hat Enterprise Linux 10
- rpm-build as a component of Red Hat Enterprise Linux 10
- rpm-build-libs as a component of Red Hat Enterprise Linux 10
- rpm-cron as a component of Red Hat Enterprise Linux 10
- rpm-devel as a component of Red Hat Enterprise Linux 10
- rpm-libs as a component of Red Hat Enterprise Linux 10
- rpm-plugin-audit as a component of Red Hat Enterprise Linux 10
- rpm-plugin-dbus-announce as a component of Red Hat Enterprise Linux 10
- rpm-plugin-fapolicyd as a component of Red Hat Enterprise Linux 10
- rpm-plugin-ima as a component of Red Hat Enterprise Linux 10
- rpm-plugin-selinux as a component of Red Hat Enterprise Linux 10
- Summary
- 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).
- Remediation
- Do not process untrusted tarballs with rpmbuild -ta/-tb/-ts. Extract and inspect archives first (reject member names containing }, %, or {), or build from a reviewed .spec outside tarball mode. Prefer isolated builders (mock/container) for any untrusted packaging related work.
