
Gandia Integra Total v2.1.2217.3–4.4.2236.1의 인증된 SQL 인젝션에 대한 CVE-2025-41373 PoC
작성자: Byte Reaper
CVE: CVE-2025-41373
취약점: 인증된 SQL 인젝션
영향받는 경로: /encuestas/integraweb_v4/integra/html/view/hislistadoacciones.php?idestudio=
설명:
이 엔드포인트는 idestudio 매개변수를 적절한 정화나 매개변수화 없이 SQL 쿼리에 직접 연결하여, 공격자가 임의의 SQL을 주입할 수 있도록 합니다. 이 PoC는 boolean 기반 및 시간 기반 기술을 모두 활용하여 취약점을 탐지하고 증명합니다.
# 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).
MIT License