
Pure C exploit for CVE-2023-4911 (Looney Tunables) — x86_64 & aarch64 implementations. Multi-processing brute-forcing, dynamic calibration, integrated ELF parser.
Security Notice: This repository contains working exploit code for educational and research purposes. Use responsibly and only on systems you own or have explicit permission to test.
Optimized, multi-processing exploits for CVE-2023-4911 targeting x86_64 and aarch64 architectures.
| Aspect | x86_64 | aarch64 |
|---|---|---|
| Tunables trigger | glibc.malloc.mxfast | glibc.mem.tagging |
| Heap grooming | DT_RPATH overwrite | massive_spray technique |
| Stack address | Hardcoded | Multi-threaded brute-force |
| Base technique | Xion, Beatriz | blasty |
.dynsym)Base exploit structure, environment layout, and libc patching logic:
This implementation is based on the above works, with the following additions:
.dynsym)Optimizations by: Anastasia Shebalkina <jarpex>
This source code is provided for educational and security research purposes only. It demonstrates the mechanics of a known, patched vulnerability (CVE-2023-4911). Unauthorized access to computer systems is illegal. The author is not responsible for any misuse of this code.