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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2026-56292-AcyMailing-SQLi — CVE-2026-56292 - Joomla용 AcyMailing 비인증 SQL 인젝션 스캐너 | Kitploit
도구/GitHubGitHub/nullwhisper/cve-2026-56292-acymailing-sqli
Vulnerability ScannersWeb Vulnerability ScannersExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubnullwhisper/cve-2026-56292-acymailing-sqli

CVE-2026-56292-AcyMailing-SQLi

CVE-2026-56292 - Joomla용 AcyMailing 비인증 SQL 인젝션 스캐너

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
저장소 보기
7일 전아직 검토되지 않음

CVE-2026-56292 — AcyMailing for Joomla 인증되지 않은 SQL 인젝션

저자: nullwhisper
승인된 보안 연구 / 취약점 검증 용도로만 사용하십시오.

AcyMailing for Joomla는 공개 프런트엔드 작업 frontentityselect::loadEntityFront를 노출합니다. 이전 버전에서는 columns 매개변수가 삭제(sanitization) 없이 SQL 쿼리에 직접 전달됩니다. 패치된 버전에서는 acym_secureDBColumn()을 사용하고 ... not secured와 같은 오류를 반환합니다.

  • CVE: CVE-2026-56292
  • 제품: AcyMailing for Joomla
  • 엔드포인트: index.php?option=com_acym&ctrl=frontentityselect&task=loadEntityFront
  • 매개변수: columns
  • 유형: 인증되지 않은 SQL 인젝션

파일

root@kitploit:~
.
├── cve_2026_56292_acymailing_sqli.py   # single + mass scanner
├── dorks.txt                             # google dorks
├── TECHNICAL.md                          # technical write-up
├── requirements.txt
├── LICENSE
└── README.md

설치

root@kitploit:~
pip3 install -r requirements.txt

사용법

단일 대상:

root@kitploit:~
python3 cve_2026_56292_acymailing_sqli.py -u http://target/

대량 스캔:

root@kitploit:~
python3 cve_2026_56292_acymailing_sqli.py -l targets.txt -v -T 30 -o vuln.txt

옵션:

root@kitploit:~
-u URL          single target
-l LIST         target list file
-t TIMEOUT      request timeout (default 30)
-T THREADS      concurrent threads (default 10)
-o OUTPUT       output file for vulnerable targets
-v              verbose
--proxy PROXY   http/https proxy
--patched-output FILE
--error-output FILE

로컬 호스트에서 검증

로컬 Joomla 5 랩(취약 시뮬레이션 모드)의 AcyMailing v11.0.3 설치를 대상으로 테스트했습니다.

root@kitploit:~
[*] Loaded 1 unique target(s)
[1/1] [+] VULNERABLE: http://127.0.0.1:8080/ -> version=10.11.18-MariaDB-ubu2204

[*] Done. Vulnerable: 1 | Patched: 0 | Error/Other: 0 | Total: 1

Google Dorks

dorks.txt를 참조하세요. 주요 dork:

root@kitploit:~
inurl:"index.php?option=com_acym"

면책 조항

이 도구는 승인된 보안 테스트 및 연구 전용입니다. 소유하지 않았거나 명시적 서면 허가를 받지 않은 시스템에 사용하지 마십시오. 작성자(nullwhisper)는 이 코드로 인한 오용 또는 손해에 대해 책임을 지지 않습니다.

라이선스

MIT — LICENSE를 참조하세요.

도구 다운로드