Share
## https://sploitus.com/exploit?id=99591F54-921C-5A13-A3D1-598ADB33A910
# io_uring_LPE-CVE-2023-2598

LPE exploit for CVE-2023-2598.

My write-up of the vulnerability: [Conquering the memory through io_uring - Analysis of CVE-2023-2598](https://anatomic.rip/cve-2023-2598/)

You can compile the exploit with
```
gcc exploit.c -luring -o exploit
```

## Disclaimer
For educational and research purposes only. Use at your own risk.