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-2024-57394 — Proof-of-concept exploit for CVE-2024-57394: low-privilege file restoration to System32 enabling DLL hijacking and local privilege escalation to SYSTEM via StorSvc. | Kitploit
Tools/GitHubGitHub/cwjchoi01/cve-2024-57394
Privilege EscalationVulnerability AnalysisExploitationLateral MovementPenetration TestingPayload DevelopmentBinary Exploitation
GitHubcwjchoi01/cve-2024-57394

CVE-2024-57394

Proof-of-concept exploit for CVE-2024-57394: low-privilege file restoration to System32 enabling DLL hijacking and local privilege escalation to SYSTEM via StorSvc.

View Repository
41 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2024-57394

A vulnerability was identified in the Qi-ANXIN Tianqing Endpoint Security Management System (tested on version 10.0). This vulnerability allows low-privilege users to restore a quarantined file to an arbitrary location, such as C:\Windows\System32. An attacker can craft a malicious DLL file, restore it to C:\Windows\System32, and exploit known DLL hijacking vulnerabilities (e.g., LPE via StorSvc) to escalate privileges to SYSTEM.

Reproduced Steps

Craft a malicious DLL named sprintcsp.dll that executes malicious commands. image

Land the DLL on the target machine, the file gets quarantined. image

Restore and trust the file in the EDR client. image

File is successfully written to C:\Windows\System32. image

Create RpcClient.exe, which leverage a DLL hijacking vulnerability in the StorSvc service to execute the malicious DLL sprintcsp.dll. As a proof of concept, the DLL will create a service named abc and execute the binary at C:\Users\Public\test.exe as SYSTEM. image Reference: https://github.com/blackarrowsec/redteam-research/tree/master/LPE%20via%20StorSvc

Download Tool