## https://sploitus.com/exploit?id=C6066C1C-9A4C-5E0A-85C1-3633CFFECABC
# CVE-2024-999999 PoC
Proof-of-concept for CVE-2024-999999 (heap overflow in `libexample` message
parser, allows remote code execution via crafted length-prefixed frames).
## Usage
```bash
pip install -r requirements.txt
python3 exploit.py --target --port 9000
```
Tested against libexample 1.2.x on Ubuntu 22.04.
## Notes
Sends a malformed frame with an oversized length prefix to trigger the
overflow. See `exploit.py` for the payload construction and offsets used
to redirect execution.
## Disclaimer
Released for authorized security testing and education only.