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
KasperMeow — Proof-of-concept that exploits a Kaspersky driver vulnerability to leak kernel pointers and bypass KASLR on Windows, enabling kernel exploit chain primitives. | Kitploit
Tools/GitHubGitHub/mein-0/kaspermeow
Vulnerability AnalysisExploitationReverse EngineeringBinary Analysis
GitHubmein-0/kaspermeow

KasperMeow

Proof-of-concept that exploits a Kaspersky driver vulnerability to leak kernel pointers and bypass KASLR on Windows, enabling kernel exploit chain primitives.

View Repository
7182 days 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

Kaspersky arkmon.sys KASLR Bypass via Kernel Debug Log Leak

Kaspersky's anti-rootkit monitor driver (arkmon.sys) stores a kernel debug log containing raw kernel pointers. The log is "encrypted" with XOR 0xCC + ROT13 - trivially reversible. Any admin user can read and decrypt this log via IOCTL, completely defeating KASLR.

At the time of writing, the proof of concept works on a fully patched Windows 11 25H2 & Kaspersky Standard: K4W-21-26 with the latest database updates.

So what do we get? The decrypted log contains multiple kernel-space addresses (0xFFFF...) driver bases, kernel object pointers, and internal offsets. These defeat KASLR and can be used as primitives for kernel exploit chains.

root@kitploit:~
gcc -o poc.exe poc.c
poc.exe

Requires admin. Kaspersky must be installed and running.

PoC Output

Download Tool