Proof of concept for CVE-2023-4911 (Looney Tunables) discovered by Qualys Threat Research Unit # Proof of concept for CVE-2023-4911 (Looney Tunables)
This vulnerability has been discovered by Qualys Threat Research. [Here you can read the advisory they published](https://www.qualys.com/2023/10/03/cve-2023-4911/looney-tunables-local-privilege-escalation-glibc-ld-so.txt), it explains in depth the vulnerability.
The exploit has been tested on Ubuntu 22.04.2 LTS with GLIBC 2.35-0ubuntu3.1.
## Testing the exploit
The makefile allows testing the exploit in the following scenarios:
1. With ASLR disabled (test).
2. With ASLR enabled (exploit)
3. Debugging the exploit (debug)
### Demo

-----
Kudos to [leesh3288](https://github.com/leesh3288/CVE-2023-4911) for his exploit.
[4.0K] /data/pocs/fbf7ace284120e98f01c4ba88e0585064d0c7064
├── [ 471] create-libc.py
├── [ 238] gdb-script
├── [ 295] Makefile
├── [ 732] README.md
└── [4.4K] xpl.c
0 directories, 5 files