Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-63945-Tencent-iOA-EoP — Demonstrates a local privilege escalation vulnerability in Tencent iOA before 210.9.28693.62001 via symlink attacks on C:\Windows\Temp, enabling arbitrary file deletion with SYSTEM privileges. | Kitploit
Tools/GitHubGitHub/alexlee820/cve-2025-63945-tencent-ioa-eop
Privilege EscalationVulnerability AnalysisExploitationBinary Exploitation
GitHubalexlee820/cve-2025-63945-tencent-ioa-eop

CVE-2025-63945-Tencent-iOA-EoP

Demonstrates a local privilege escalation vulnerability in Tencent iOA before 210.9.28693.62001 via symlink attacks on C:\Windows\Temp, enabling arbitrary file deletion with SYSTEM privileges.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
116 months agoNot yet reviewed

CVE-2025-63945 Tencent iOA EoP

Version : before 210.9.28693.62001

Summary: I discovered a vulnerability in Tencent PC Manager where files and directories under C:\Windows\Temp are insecurely handled. An attacker can leverage symbolic link (symlink) attacks to coerce a SYSTEM-privileged process into deleting arbitrary files, resulting in local privilege escalation. Specifically, a process named LegacyKB_ioa_win.exe is periodically launched when using the “ioa” component. During operation, it creates a TencentDownload directory under the Temp folder, downloads files into it, and subsequently performs deletions as SYSTEM. Due to insufficient path validation and unsafe deletion logic, this behavior can be abused to delete attacker-chosen files with SYSTEM privileges.

It was observed the process "LegacyKB_*.exe" will do the following with SYSTEM privilege :

  1. When a new version or hotfix is available, the iOA component downloads and executes a Legacy_*.exe from the internet.

  2. Legacy_*.exe checks for the presence of the TencentDownload directory under C:\Windows\Temp; if it does not exist, it creates it.

  3. Legacy_*.exe creates a subdirectory named with a tilde prefix (e.g., ~) inside TencentDownload.

  4. At the end, Legacy_.exe uses SYSTEM privileges to delete the ~ subdirectory inside TencentDownload.

Since the directory "C:\Windows\Temp\TencentDownload" could be created by current user and assigned with "Modify" privilege for current user, current user could modify and read the entire directory. With this setup, an unprivileged user is able to achieve arbitrary file delete by creating a symbolic link to a privileged location (e.g., C:\Windows\System32). Furthermore, a malicious user could achieve local privilege escalation from arbitrary file/folder delete.

To perform LPE by arbitrary file/folder delete , the user could perform follow steps:

  1. User create folder "C:\Windows\Temp\TencentDownload"

  2. User set OpLock on folder "C:\Windows\Temp\TencentDownload~*" once we observe the any ~ prefix folder are created

  3. The process "Legacy_.exe" will attempt to remove folder "C:\Windows\Temp\TencentDownload~" with SYSTEM privilege.

  4. The process "Legacy_*.exe" will be paused due to the OpLock

  5. When OpLock is triggered, user move file "C:\Windows\Temp\TencentDownload~*" to somewhere else to empty the folder

  6. User create junction "C:\Windows\Temp\TencentDownload" to "\RPC Control"

  7. User create symbolic link "GLOBAL\GLOBALROOT\RPC Control~*" to target folder/file (e.g., C:\Windows\System32\secrets)

  8. User release OpLock

  9. User delete symbolic link

  10. Target file/folder (e.g., C:\Windows\System32\secrets) would be deleted

PoC video :https://drive.google.com/file/d/1RXQgaNBDeopurcP63xmhMXDM7stHaIzO/view?usp=sharing image

Download Tool