
C-Exploit für CVE-2026-31431, das mehrere Ubuntu- und Kali-Versionen mit x86_64- und ARM64-Builds angreift.
Verifiziert auf Ubuntu 18.04, Ubuntu 20.04, Ubuntu 22.04, Kali 2024, Kali 2025, Kali 2026
gcc -o exploit exploit.c -lz && chmod +x exploit && ./exploit
Verifiziert auf Ubuntu 25.04 arm64
gcc -o exploit exploit_aarch64.c -lz && chmod +x exploit && ./exploit