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-2023-28753 — pwning netconsd | Kitploit
Tools/GitHubGitHub/pingjuiliao/cve-2023-28753
Memory ForensicsVulnerability AnalysisExploitationDebuggersFuzzingBinary Exploitation
GitHubpingjuiliao/cve-2023-28753

CVE-2023-28753

pwning netconsd

View Repository
41 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-2023-28753

An integer overflow vulnerability that potentially leads to heap memory corruption.

To demonstrate the heap corruption:

build the ncrx server with ASAN

root@kitploit:~
make
./ncrx 31337

advasarial client

root@kitploit:~
python exploit.py -g | nc -u 127.0.0.1 31337
Download Tool