A flaw was found in PackageKit. PackageKit skips the polkit authorization check for transactions carrying the SIMULATE (dry-run) flag. In the dnf5 backend, the RepoRemove handler ignores that contract and always executes the real transaction because its guard is written as (role == REPO_REMOVE || !SIMULATE), which is always true for RepoRemove. An unprivileged local user can therefore perform a genuine package uninstall while claiming to simulate. This vulnerability only affects systems using PackageKit with the dnf5 backend.
References
Configurations
No configuration.
History
No history.
Information
Published : 2026-09-14 20:16
Updated : 2026-09-15 19:17
NVD link : CVE-2026-19816
Mitre link : CVE-2026-19816
CVE.ORG link : CVE-2026-19816
JSON object : View
Products Affected
No product.
CWE
CWE-863
Incorrect Authorization
