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-2024-48990-POC — Simple poc for CVE-2024-48990 privilege escalation vulnerability with needrestart. | Kitploit
Tools/GitHubGitHub/sobbing333/cve-2024-48990-poc
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubsobbing333/cve-2024-48990-poc

CVE-2024-48990-POC

Simple poc for CVE-2024-48990 privilege escalation vulnerability with needrestart.

View Repository
128 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-2024-48990-POC

Simple poc for CVE-2024-48990 privilege escalation vulnerability with needrestart. https://www.qualys.com/2024/11/19/needrestart/needrestart.txt

Overview

This was desgined while working through the HackTheBox challenge, 'Conversor'. Slight modifications will be made to generalize it more later. I just didn't like the implementations that I found for my use case so I decided to make my own. Will add more later probably

NOTE: Might change my implementation later to simply upgrade the current session instead of creating a new reverse shell

Usage

This is a bash script that automates the exploit for you, simply run the following command on the system you are testing the exploit on and have a listener like netcat ready to catch the reverse shell:

NOTE: MAKE SURE TO CHANGE IP AND PORT IN THE SCRIPT (default port is 1234)

root@kitploit:~
bash exploit.sh

Disclaimer

Don't do illegal stuff, blah blah blah... Just don't be dumb and enjoy for educational purposes only in controlled environments.

Download Tool