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/prabeershakya/cve-2023-0179-poc-
Privilege EscalationVulnerability AnalysisExploitationBinary Exploitation
GitHubprabeershakya/cve-2023-0179-poc-

CVE-2023-0179-POC-

View Repository
5 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-2023-0179 POC

Credits to https://github.com/TurtleARM

Steps to Reproduce

Install Ubuntu-22.04.5-live-server-iso and fully install the version, but don’t update the system

Install the Linux kernel version 6.1.6 onto the Virtual Machine with the Ubuntu version 24.04.5

Install the following binaries to compile the kernel

root@kitploit:~
build-essential libncurses-dev bison flex libssl-dev libelf-dev bc libmnl-dev libnftnl-dev

Copy the config listed in this repo to the kernel’s root folder and build the kernel using the following commands

root@kitploit:~
make oldconfig

make -j$(npoc)

sudo make modules_install

sudo make install, if kernel does not show in /boot, try again.

sudo update-grub to update boot manager

reboot, and select the vul kernel

Change directory to the clone POC in the Virtual Machine, Run the following command :

root@kitploit:~
make needle

Lastly, run the compile binary and enjoy the root !! ^

Download Tool