目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2025-41373 PoC — TESI Gandia Integra Total SQL注入漏洞

来源
关联漏洞
标题: TESI Gandia Integra Total SQL注入漏洞 (CVE-2025-41373)
Description:TESI Gandia Integra Total是西班牙TESI公司的一款基于Web的在线调查和数据分析系统。 TESI Gandia Integra Total 2.1.2217.3至4.4.2236.1版本存在SQL注入漏洞,该漏洞源于文件/encuestas/integraweb[_v4]/integra/html/view/hislistadoacciones.php中参数idestudio存在SQL注入,可能导致数据库操作。
Description
PoC for CVE-2025-41373  Authenticated SQL Injection in Gandia Integra Total v2.1.2217.3–4.4.2236.1  
介绍
# CVE-2025-41373 – SQL Injection in Gandia Integra Total

**Author:** Byte Reaper  
**CVE:** CVE-2025-41373  
**Vulnerability:** Authenticated SQL Injection  
**Affected Path:**   /encuestas/integraweb_v4/integra/html/view/hislistadoacciones.php?idestudio=<input>

**Description:**  
This endpoint concatenates the `idestudio` parameter directly into an SQL query without proper sanitization or parameterization, allowing an attacker to inject arbitrary SQL. This PoC leverages both boolean-based and time-based techniques to detect and demonstrate the vulnerability.

## Usage

```
# 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
Replace <URL> with the target base URL (e.g. http://127.0.0.1).
```
## References:


  - 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

  
## License :
MIT License






文件快照

登录后查看神龙缓存的 POC 文件快照

登录查看
备注
    1. 建议优先通过来源进行访问。
    2. 本地 POC 快照面向订阅用户开放;当原始来源失效或无法访问时,本地镜像作为订阅权益的一部分提供。
    3. 持续抓取、验证、维护这份 POC 档案需要不少投入,因此本地快照已纳入付费订阅。您的订阅是让这份资料能继续走下去的关键,由衷感谢。 查看订阅方案 →