Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
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
工具/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

查看仓库
1年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2025-32429 – PHP PDO预处理语句中的SQL注入

此仓库包含一个针对 CVE-2025-32429 的概念验证漏洞利用程序,该漏洞影响启用了模拟功能的 PHP PDO 预处理语句。

📄 参考资料

  • Assetnote 的原始研究:
    https://slcyber.io/assetnote-security-research-center/a-novel-technique-for-sql-injection-in-pdos-prepared-statements
  • NVD 条目:
    https://nvd.nist.gov/vuln/detail/CVE-2025-32429

⚠ 免责声明

此代码仅供教育和安全研究目的使用。
请勿将其用于您不拥有或未经明确许可测试的系统。
作者对滥用此代码概不负责。

🛠 使用

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

原始 PoC 由 Byte Reaper 提供 https://github.com/byteReaper77/CVE-2025-32429

下载工具