
CVE-2026-41651
CVE-2026-41651 is a local privilege escalation vulnerability affecting the PackageKit system service used in various Linux distributions.
The vulnerability is caused by a Time-of-Check to Time-of-Use (TOCTOU) race condition, which can be abused to manipulate package installation workflows and escalate privileges to root.
If successfully exploited, this vulnerability may allow a local unprivileged user to:
🧠 Note: This vulnerability requires local access and cannot be exploited remotely.
The issue originates from an unsafe handling of transactional state within PackageKit. A race condition occurs between:
During this window, an attacker may manipulate system state, leading to unintended privileged execution.
To reduce risk:
| Attribute | Value |
|---|---|
| Attack Vector | Local |
| Complexity | Medium |
| Privileges Req. | Low |
| Impact | High (System Compromise) |
This repository is for educational and defensive security purposes only.
No exploit code or malicious instructions are included.
Always keep systems updated and review privilege escalation risks in system services regularly.