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
copy-fail-CVE-2026-31431-C — C exploit for CVE-2026-31431, targeting multiple Ubuntu and Kali versions with x86_64 and ARM64 builds. | Kitploit
Tools/GitHubGitHub/bigwario/copy-fail-cve-2026-31431-c
Vulnerability AnalysisExploitationBinary Exploitation
GitHubbigwario/copy-fail-cve-2026-31431-c

copy-fail-CVE-2026-31431-C

C exploit for CVE-2026-31431, targeting multiple Ubuntu and Kali versions with x86_64 and ARM64 builds.

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

copy-fail-CVE-2026-31431-C

Verified on ubuntu 18.04,ubuntu 20.04,ubuntu 22.04,kali 2024,kali 2025,kali 2026

root@kitploit:~
gcc -o exploit exploit.c -lz && chmod +x exploit && ./exploit

Verified on ubuntu 25.04 arm64

root@kitploit:~
gcc -o exploit exploit_aarch64.c -lz && chmod +x exploit && ./exploit
Download Tool