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
Tools/GitHubGitHub/ioallocate/immapper
Vulnerability AnalysisExploitationHardware SecurityLearning & EducationBinary Exploitation
GitHubioallocate/immapper

imMapper

Demonstration of Abusing the Vulnerable driver AmdTools64.sys for Physical R/W.

View Repository
921 day 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

imMapper

  • A Demonstration on how to abuse the Vulnerable Driver AmdTools64. The Driver has the ability to (only) Read/Write Kernel Space Memory, as well as to Read/Write the MSR. This requires Admin Privileges. The driver is distributed trough the tool RGBFusion-2.

Exclamation-mark

  • This Demonstration is only for Learning Purposes, and I Discourage the Misuse of this vulnerability, as of 8/25/2026 there is no valid CVE and is not in progress, any future CVE will not be of the original author, me.

Question-mark

  • I came upon this driver after looking through older dm's on discord, ive found an interesting dm of sigwl showcasing me his vulnerable driver called "RGBMini", this got me researching for other possible vulnerable driver in such theme.
  • At the address 0x140005380 the device object is registered with the SDDL D:P(A;;GA;;;SY)(A;;GA;;;BA), which means only the system and admins can open a handle. The Dispatch Handler at 0x1400058D8, the Vulnerability lies in it. It gives the usermode the parameters of dangerous operations, like when reading and writing physical memory instead of range and size checking, nothing is validated and everything is usermode passed.

Asset/SDDLSnippet Asset/DispatcherSnippet

Add

  • IDA

At

  • I'm crediting Leo for helping me with the utilities of this project.
Download Tool