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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2025-41373 — 针对 CVE-2025-41373 的 PoC:Gandia Integra Total v2.1.2217.3–4.4.2236.1 中的已认证 SQL 注入 | Kitploit
工具/GitHubGitHub/bytereaper77/cve-2025-41373
漏洞分析漏洞利用Web应用程序漏洞利用WAF绕过渗透测试Archived
GitHubbytereaper77/cve-2025-41373

CVE-2025-41373

针对 CVE-2025-41373 的 PoC:Gandia Integra Total v2.1.2217.3–4.4.2236.1 中的已认证 SQL 注入

查看仓库
251年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2025-41373 – SQL注入漏洞 in Gandia Integra Total

作者: Byte Reaper
CVE编号: CVE-2025-41373
漏洞类型: 经过身份验证的SQL注入
受影响路径: /encuestas/integraweb_v4/integra/html/view/hislistadoacciones.php?idestudio=

描述:
该端点将 idestudio 参数直接拼接到 SQL 查询中,未进行适当的清理或参数化,使得攻击者能够注入任意 SQL。本 PoC 利用基于布尔和基于时间的两种技术来检测和展示该漏洞。

用法

root@kitploit:~
# Build
gcc exploit.c argparse.c -o exploit -lcurl

# Run exploit against <URL>
./exploit -u <URL>

# Verbose output
./exploit -u <URL> -v

# WAF detection mode
./exploit -u <URL> -w
将 <URL> 替换为目标基础 URL(例如 http://127.0.0.1)。

参考:

  • NVD: https://nvd.nist.gov/vuln/detail/CVE-2025-41373

  • incibe: https://www.incibe.es/en/incibe-cert/notices/aviso/multiple-vulnerabilities-gandia-integra-total-tesi

许可证:

MIT License

下载工具