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-2020-1054 — Rust implementation of a Windows 7 x64 local privilege escalation exploit for CVE-2020-1054; compiles via Cargo and executes to elevate privileges. | Kitploit
Tools/GitHubGitHub/0xeb-bp/cve-2020-1054
Privilege EscalationPayload GenerationVulnerability AnalysisExploitationBinary Exploitation
GitHub0xeb-bp/cve-2020-1054

cve-2020-1054

Rust implementation of a Windows 7 x64 local privilege escalation exploit for CVE-2020-1054; compiles via Cargo and executes to elevate privileges.

View Repository
873026 years agoReviewed by Kitploit

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-2020-1054

CVE-2020-1054 LPE for Windows 7x64

image 1

Usage

Install Rust if you need it https://www.rust-lang.org/learn/get-started

Compile the code:

cargo build --release

Copy the .exe from target/release/ to target and execute.

Windows KB

If a specific Windows KB is not installed slight changes to the exploit are required. These are noted in two places via comments. I will update what the specific KB is shortly.

Additional Information

  • https://0xeb-bp.github.io/blog/2020/06/15/cve-2020-1054-analysis.html
Download Tool