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-2021-22555-Poc — Heap overflow exploit for CVE-2021-22555 achieving local privilege escalation to root on Ubuntu 20.04 with kernel 5.8.0-48. | Kitploit
Tools/GitHubGitHub/spydomain/cve-2021-22555-poc
Privilege EscalationMemory ForensicsVulnerability AnalysisExploitationInformation GatheringBinary Exploitation
GitHubspydomain/cve-2021-22555-poc

CVE-2021-22555-Poc

Heap overflow exploit for CVE-2021-22555 achieving local privilege escalation to root on Ubuntu 20.04 with kernel 5.8.0-48.

View Repository
1137 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

Heap OVerflow CVE (CVE-2021-22555)

List of Bugs

Heap Out-of-Bounds Write(The core Bug)

Data Corruption (The Immediate Effect)

Memory Leak / Information Disclosure

Privilege Escalation (The Final Goal)

1. Install compilation tools (do NOT run apt upgrade)

Download iso

wget http://old-releases.ubuntu.com/releases/20.04.2/ubuntu-20.04.2-live-server-amd64.iso

download required libraries

sudo apt update sudo apt install build-essential gcc-multilib

download required kernel

sudo apt install linux-image-5.8.0-48-generic linux-headers-5.8.0-48-generic

sudo reboot

gcc exploit.c -o exploit ./exploit

got root

Download Tool