CVE-2026-41651
CVE-2026-41651 is a high-severity vulnerability in Packagekit Project Packagekit with a CVSS 3.x base score of 8.8. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-367.
Key facts
- Severity: High (CVSS 3.x base score 8.8)
- EPSS exploit prediction: 0% (37th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-24742
- Weakness: CWE-367
- Affected product: Packagekit Project Packagekit
- Published:
- Last modified:
Description
PackageKit is a a D-Bus abstraction layer that allows the user to manage packages in a secure way using a cross-distro, cross-architecture API. PackageKit between and including versions 1.0.2 and 1.3.4 is vulnerable to a time-of-check time-of-use (TOCTOU) race condition on transaction flags that allows unprivileged users to install packages as root and thus leads to a local privilege escalation. This is patched in version 1.3.5. A local unprivileged user can install arbitrary RPM packages as root, including executing RPM scriptlets, without authentication. The vulnerability is a TOCTOU race condition on `transaction->cached_transaction_flags` combined with a silent state-machine guard that discards illegal backward transitions while leaving corrupted flags in place. Three bugs exist in `src/pk-transaction.c`: 1. Unconditional flag overwrite (line 4036): `InstallFiles()` writes caller-supplied flags to `transaction->cached_transaction_flags` without checking whether the transaction has already been authorized/started. A second call blindly overwrites the flags even while the transaction is RUNNING. 2. Silent state-transition rejection (lines 873–882): `pk_transaction_set_state()` silently discards backward state transitions (e.g. `RUNNING` → `WAITING_FOR_AUTH`) but the flag overwrite at step 1 already happened. The transaction continues running with corrupted flags. 3. Late flag read at execution time (lines 2273–2277): The scheduler's idle callback reads cached_transaction_flags at dispatch time, not at authorization time. If flags were overwritten between authorization and execution, the backend sees the attacker's flags.
Frequently asked questions
- What is CVE-2026-41651?
- PackageKit is a a D-Bus abstraction layer that allows the user to manage packages in a secure way using a cross-distro, cross-architecture API. PackageKit between and including versions 1.0.2 and 1.3.4 is vulnerable to a time-of-check time-of-use (TOCTOU) race condition on transaction flags that allows unprivileged users to install packages as root and thus leads to a local privilege escalation. This is patched in version 1.3.5. A local unprivileged user can install arbitrary RPM packages as root, including executing RPM scriptlets, without authentication. The vulnerability is a TOCTOU race condition on `transaction->cached_transaction_flags` combined with a silent state-machine guard that discards illegal backward transitions while leaving corrupted flags in place. Three bugs exist in `src/pk-transaction.c`: 1. Unconditional flag overwrite (line 4036): `InstallFiles()` writes caller-supplied flags to `transaction->cached_transaction_flags` without checking whether the transaction has already been authorized/started. A second call blindly overwrites the flags even while the transaction is RUNNING. 2. Silent state-transition rejection (lines 873–882): `pk_transaction_set_state()` silently discards backward state transitions (e.g. `RUNNING` → `WAITING_FOR_AUTH`) but the flag overwrite at step 1 already happened. The transaction continues running with corrupted flags. 3. Late flag read at execution time (lines 2273–2277): The scheduler's idle callback reads cached_transaction_flags at dispatch time, not at authorization time. If flags were overwritten between authorization and execution, the backend sees the attacker's flags.
- How severe is CVE-2026-41651?
- CVE-2026-41651 has a CVSS 3.x base score of 8.8, rated high severity. It is exploitable over local access with low attack complexity, requires low privileges and no user interaction. Impact on confidentiality is high, integrity high, and availability high.
- Is CVE-2026-41651 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (37th percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2026-41651?
- CVE-2026-41651 affects Packagekit Project Packagekit. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2026-41651?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround. Given its high severity, prioritise patching exposed systems.
- Does CVE-2026-41651 have an EU (EUVD) identifier?
- Yes. CVE-2026-41651 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-24742.
- When was CVE-2026-41651 published?
- CVE-2026-41651 was published on 2026-04-22 and last updated on 2026-06-30.
References
- https://github.com/PackageKit/PackageKit/blob/04057883189efa225a7c785591aa87cb299782f8/src/pk-transaction.c#L2273-L2277
- https://github.com/PackageKit/PackageKit/blob/04057883189efa225a7c785591aa87cb299782f8/src/pk-transaction.c#L4036
- https://github.com/PackageKit/PackageKit/blob/04057883189efa225a7c785591aa87cb299782f8/src/pk-transaction.c#L873-L882
- https://github.com/PackageKit/PackageKit/security/advisories/GHSA-f55j-vvr9-69xv
- https://github.security.telekom.com/2026/04/pack2theroot-linux-local-privilege-escalation.html
- http://www.openwall.com/lists/oss-security/2026/04/22/6
- https://access.redhat.com/errata/RHSA-2026:11504
- https://access.redhat.com/errata/RHSA-2026:11635
- https://access.redhat.com/errata/RHSA-2026:17558
- https://access.redhat.com/errata/RHSA-2026:17560
- https://access.redhat.com/errata/RHSA-2026:17561
- https://access.redhat.com/errata/RHSA-2026:18024
- https://access.redhat.com/errata/RHSA-2026:18031
- https://access.redhat.com/errata/RHSA-2026:18036
- https://access.redhat.com/errata/RHSA-2026:19141
- https://access.redhat.com/errata/RHSA-2026:19354
- https://access.redhat.com/errata/RHSA-2026:19454
- https://access.redhat.com/errata/RHSA-2026:19601
- https://access.redhat.com/errata/RHSA-2026:22146
- https://access.redhat.com/security/cve/CVE-2026-41651
- https://bugzilla.redhat.com/show_bug.cgi?id=2460604
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-41651.json
Affected products (1)
- cpe:2.3:a:packagekit_project:packagekit:*:*:*:*:*:*:*:*
More vulnerabilities in Packagekit Project Packagekit
- CVE-2020-16122 — High (CVSS 8.2): PackageKit's apt backend mistakenly treated all local debs as trusted. The apt security model is based on repository…
- CVE-2018-1106 — Medium (CVSS 5.5): An authentication bypass flaw has been found in PackageKit before 1.1.10 that allows users without administrator…
- CVE-2011-2515 — Medium (CVSS 5.3): PackageKit 0.6.17 allows installation of unsigned RPM packages as though they were signed which may allow installation…
- CVE-2024-0217 — Low (CVSS 3.3): A use-after-free flaw was found in PackageKitd. In some conditions, the order of cleanup mechanics for a transaction…
- CVE-2022-0987 — Low (CVSS 3.3): A flaw was found in PackageKit in the way some of the methods exposed by the Transaction interface examines files. This…
- CVE-2020-16121 — Low (CVSS 3.3): PackageKit provided detailed error messages to unprivileged callers that exposed information about file presence and…
All CVEs affecting Packagekit Project Packagekit →
Other CWE-367 (Time-of-check Time-of-use (TOCTOU) Race Condition) vulnerabilities
- CVE-2026-25641 — Critical (CVSS 10.0): SandboxJS is a JavaScript sandboxing library. Prior to 0.8.29, there is a sandbox escape vulnerability due to a…
- CVE-2025-64180 — Critical (CVSS 10.0): Manager-io/Manager is accounting software. In Manager Desktop and Server versions 25.11.1.3085 and below, a critical…
- CVE-2025-34027 — Critical (CVSS 10.0): The Versa Concerto SD-WAN orchestration platform is vulnerable to an authentication bypass in the Traefik reverse proxy…
- CVE-2026-25052 — Critical (CVSS 9.9): n8n is an open source workflow automation platform. Prior to versions 1.123.18 and 2.5.0, a vulnerability in the file…
- CVE-2025-13032 — Critical (CVSS 9.9): Double fetch in sandbox kernel driver in Avast/AVG Antivirus <25.3 on windows allows local attacker to escalate…
- CVE-2026-53838 — Critical (CVSS 9.8): OpenClaw before 2026.5.27 contains a state mutation vulnerability in node pairing reconnection that allows paired nodes…
Browse all CWE-367 (Time-of-check Time-of-use (TOCTOU) Race Condition) vulnerabilities →