Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-32429 — Proof-of-Concept exploit for CVE-2025-32429 (SQL Injection in PHP PDO prepared statements) – for educational and security research purposes only | Kitploit
Tools/GitHubGitHub/amir-othman/cve-2025-32429
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationDatabase Security
GitHubamir-othman/cve-2025-32429

CVE-2025-32429

Proof-of-Concept exploit for CVE-2025-32429 (SQL Injection in PHP PDO prepared statements) – for educational and security research purposes only

View Repository
11 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2025-32429 – SQL Injection in PHP PDO Prepared Statements

This repository contains a proof-of-concept exploit for CVE-2025-32429, a vulnerability affecting PHP PDO prepared statements when emulation is enabled.

📄 References

  • Original research by Assetnote:
    https://slcyber.io/assetnote-security-research-center/a-novel-technique-for-sql-injection-in-pdos-prepared-statements
  • NVD Entry:
    https://nvd.nist.gov/vuln/detail/CVE-2025-32429

⚠ Disclaimer

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.

🛠 Usage

root@kitploit:~
gcc exploit.c -o exploit -lcurl
./exploit -u http://target.com

Original PoC by Byte Reaper https://github.com/byteReaper77/CVE-2025-32429

Download Tool