
Proof-of-Concept exploit for CVE-2025-32429 (SQL Injection in PHP PDO prepared statements) – for educational and security research purposes only
This repository contains a proof-of-concept exploit for CVE-2025-32429, a vulnerability affecting PHP PDO prepared statements when emulation is enabled.
This code is for educational and security research purposes only.
Do NOT use it against systems you do not own or have explicit permission to test.
The author is not responsible for misuse of this code.
gcc exploit.c -o exploit -lcurl
./exploit -u http://target.com
Original PoC by Byte Reaper https://github.com/byteReaper77/CVE-2025-32429