Severity by source
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Local low-privileged session required to plant junction; no timing complexity; SYSTEM-level file operations yield full C/I/A impact on the local system without scope change.
Primary rating from Vendor (GEN).
CVSS VectorVendor: GEN
Lifecycle Timeline
3DescriptionCVE.org
Link following vulnerability in the Uninstaller component in CCleaner prior to 7.10.1464 on Windows allows a local, low-privileged attacker to escalate privileges to SYSTEM via a symlink/junction created during application uninstallation, which CCleaner follows when deleting the application's data folder with elevated integrity.
AnalysisAI
Privilege escalation in CCleaner's Uninstaller component on Windows allows a local low-privileged attacker to gain SYSTEM-level access by planting an NTFS symlink or directory junction before or during application uninstallation. The uninstaller executes file deletion with elevated (SYSTEM) integrity and follows the attacker-controlled link without validation, redirecting destructive operations to arbitrary system paths. No public exploit or active exploitation (CISA KEV) has been identified at time of analysis; Gen Digital has released a fix in CCleaner 7.10.1464.
Technical ContextAI
The vulnerability is CWE-59 (Improper Link Resolution Before File Access, 'Link Following') in the Uninstaller component of CCleaner on Windows. During uninstallation, CCleaner elevates to SYSTEM integrity to clean up its application data folder. A low-privileged attacker can pre-position a Windows NTFS symbolic link or directory junction at the expected data folder path, redirecting it to an arbitrary sensitive system location. Standard Windows users can create junctions and symlinks (via NtCreateFile with reparse point flags or mklink) without requiring elevated rights, making this a low-barrier precondition. The affected product is identified by CPE cpe:2.3:a:gen_digital:ccleaner:*:*:*:*:*:*:*:*, covering all CCleaner releases prior to 7.10.1464. This class of attack is well-documented in Windows local privilege escalation literature and exploits the structural asymmetry between the privilege level at which links are created and the privilege level at which they are resolved.
RemediationAI
The primary fix is to upgrade CCleaner to version 7.10.1464 or later, which addresses the unsafe link-following behavior in the Uninstaller component. The patch is available from Gen Digital's security advisory page at https://www.gendigital.com/us/en/contact-us/security-advisories/. If immediate patching is not feasible, organizations can reduce exposure by restricting software removal to administrator-only workflows - for example, using enterprise MDM or software management tools that prevent standard users from initiating CCleaner uninstallation, thereby blocking the attacker's ability to trigger the vulnerable code path. Additionally, monitoring for unexpected NTFS junction or symlink creation under CCleaner's application data directories (via endpoint detection tools or audit policies) can serve as a detection compensating control. Note that restricting uninstallation is a partial mitigation only and does not eliminate the underlying vulnerability; patching remains the definitive remediation.
Same weakness CWE-59 – Improper Link Resolution Before File Access
View allSame technique Privilege Escalation
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-53387
GHSA-fgpf-v7cp-xh35