Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2025-41373 — Gandia Integra Total v2.1.2217.3–4.4.2236.1의 인증된 SQL 인젝션에 대한 CVE-2025-41373 PoC | Kitploit
도구/GitHubGitHub/bytereaper77/cve-2025-41373
Vulnerability AnalysisExploitationWeb Application ExploitationWAF BypassPenetration TestingArchived
GitHubbytereaper77/cve-2025-41373

CVE-2025-41373

Gandia Integra Total v2.1.2217.3–4.4.2236.1의 인증된 SQL 인젝션에 대한 CVE-2025-41373 PoC

저장소 보기
251년 전아직 검토되지 않음

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2025-41373 – Gandia Integra Total의 SQL 인젝션

작성자: Byte Reaper
CVE: CVE-2025-41373
취약점: 인증된 SQL 인젝션
영향받는 경로: /encuestas/integraweb_v4/integra/html/view/hislistadoacciones.php?idestudio=

설명:
이 엔드포인트는 idestudio 매개변수를 적절한 정화나 매개변수화 없이 SQL 쿼리에 직접 연결하여, 공격자가 임의의 SQL을 주입할 수 있도록 합니다. 이 PoC는 boolean 기반 및 시간 기반 기술을 모두 활용하여 취약점을 탐지하고 증명합니다.

사용법

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
Replace <URL> with the target base URL (e.g. 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

도구 다운로드