
Exploit for CVE-2026-31431, providing C and Python implementations to trigger the vulnerability on Linux systems.
Compile statically to be able to use in any Linux environment with no need of Python or aditional libraries.
gcc -o exploit exploit.c -lz -static
./exploit
Or run the python script
python3 exploit.py