## https://sploitus.com/exploit?id=F841967D-21FA-52E5-A87B-7412A45042D3
# cve-2026-31431
732 bytes required to execute root on all major Linux distributions.
A minimal exploit for Linux authentication + AF_ALG + splice() page cache write. ## Compilation
This project uses Rust and Cargo to generate a release version:
```bash
rustup target add x86_64-unknown-linux-musl
cargo build --release --target x86_64-unknown-linux-musl
```
> If the musl toolchain has not been installed yet, it may be necessary to install the musl-tools or musl-gcc from the system. ## Notes
- This program attempts to open `/usr/bin/su` and utilize the trigger path of CVE-2026-31431. - Appropriate platforms and permissions are required during execution.