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-0435-Poc — Stack overflow exploit for CVE-2022-0435 in the TIPC module, providing local privilege escalation to root on Ubuntu kernels. | Kitploit
Tools/GitHubGitHub/spydomain/cve-2022-0435-poc
Privilege EscalationMemory ForensicsVulnerability AnalysisExploitationBinary Exploitation
GitHubspydomain/cve-2022-0435-poc

CVE-2022-0435-Poc

Stack overflow exploit for CVE-2022-0435 in the TIPC module, providing local privilege escalation to root on Ubuntu kernels.

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

CVE-2022-0435(stack overflow)

wget https://releases.ubuntu.com/jammy/ubuntu-22.04.5-live-server-amd64.iso

mkdir kernel

wget https://kernel.ubuntu.com/mainline/v5.13/amd64/linux-headers-5.13.0-051300-generic_5.13.0-051300.202106272333_amd64.deb

wget https://kernel.ubuntu.com/mainline/v5.13/amd64/linux-headers-5.13.0-051300_5.13.0-051300.202106272333_all.deb

wget https://kernel.ubuntu.com/mainline/v5.13/amd64/linux-image-unsigned-5.13.0-051300-generic_5.13.0-051300.202106272333_amd64.deb

wget https://kernel.ubuntu.com/mainline/v5.13/amd64/linux-modules-5.13.0-051300-generic_5.13.0-051300.202106272333_amd64.deb

wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb

sudo dpkg -i *.deb

reboot and select 5.13.0-051300-generic

load exploit.c and leak.py

sudo modprobe tipc

sudo ./exploit $(sudo python3 leak.py)

got root

Download Tool