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-7771 — Rust-based PoC exploit for CVE-2025-7771 providing arbitrary read/write primitives via a vulnerable driver, with virtual-to-physical address translation and Win32 service management wrappers. | Kitploit
Tools/GitHubGitHub/lzty/cve-2025-7771
Memory ForensicsVulnerability AnalysisExploitationReverse EngineeringPayload DevelopmentBinary Exploitation
GitHublzty/cve-2025-7771

CVE-2025-7771

Rust-based PoC exploit for CVE-2025-7771 providing arbitrary read/write primitives via a vulnerable driver, with virtual-to-physical address translation and Win32 service management wrappers.

View Repository
247 months 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

A exploit app written in Rust for CVE-2025-7771

At a glance of the source code

  • data.rs, store the vulnerable driver binary as a static array
  • exploit.rs, implement a arbitrary read/write primitives based on that vulnerable drvier
  • filemap.rs, a simple wrapper for win32 file mapping ops
  • nt.rs, some nt features implement in Rust
  • services.rs, a simple wrapper for win32 service management(create/delete, start/stop/pause/continue)
  • spf.rs, implement virtual address to physical address translation based on superfetch

Compile And Run

compile it will get an executable file, run it in the command line promot and it will produce some outputs like this:

alt text

Download Tool