## https://sploitus.com/exploit?id=D85DCA70-0C33-5F2E-82FD-50D6EFA57C1A
# 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=
**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
./exploit -u
# Verbose output
./exploit -u -v
# WAF detection mode
./exploit -u -w
Replace 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