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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2026-56290 — CVE-2026-56290 - Mass Exploit for Joomla Com_pagebuilderck component (Unrestricted File Upload → RCE). Multi-threaded, automatic CSRF bypass, PHP shell uploader. | Kitploit
도구/GitHubGitHub/jenderal92/cve-2026-56290
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlLearning & EducationRed Teaming
GitHubjenderal92/cve-2026-56290

CVE-2026-56290

CVE-2026-56290 - Mass Exploit for Joomla Com_pagebuilderck component (Unrestricted File Upload → RCE). Multi-threaded, automatic CSRF bypass, PHP shell uploader.

저장소 보기
31개월 전아직 검토되지 않음

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2026-56290 - Com_pagebuilderck 대량 익스플로잇

⚠️ 면책 조항

이 도구는 교육 및 승인된 보안 테스트 목적으로만 사용됩니다.

  • 컴퓨터 시스템에 대한 무단 접근은 불법입니다.
  • 소유하거나 테스트할 명시적 허가를 받은 시스템에서만 이 도구를 사용하십시오.
  • 저자는 이 도구로 인한 오용이나 손해에 대해 책임지지 않습니다.
  • 이 도구를 사용함으로써 귀하는 모든 관련 법률 및 규정을 준수하는 데 동의합니다.

더 많은 면책 조항은 Jenderal92의 표지에서 확인할 수 있습니다. 여기서 확인하세요!!!

📋 설명

CVE-2026-56290는 Com_pagebuilderck Joomla 구성 요소를 대상으로 하는 대량 익스플로잇 도구입니다. 이 취약점은 원격 공격자가 제한 없는 파일 업로드 메커니즘을 통해 임의의 PHP 파일을 업로드하여 원격 코드 실행(RCE)을 가능하게 합니다.

🔍 취약점 세부 정보

속성값
CVE IDCVE-2026-56290
구성 요소Com_pagebuilderck
플랫폼Joomla! CMS
유형제한 없는 파일 업로드 (RCE)
CVSS 점수9.8 (Critical)

🎯 작동 방식

  1. 토큰 추출: 대상 페이지에서 CSRF 토큰을 가져옴
  2. 파일 업로드: PHP 셸을 /media/com_pagebuilderck/gfonts/에 업로드
  3. 셸 확인: 셸 출력을 확인하여 업로드 성공 여부를 확인
  4. 결과 저장: 취약한 URL을 reslt.txt에 저장

📦 요구 사항

시스템 요구 사항

root@kitploit:~
Python 2.7
pip (Python package installer)

Python 종속성

root@kitploit:~
pip install requests colorama

🔧 설치

  1. 저장소 복제
root@kitploit:~
git clone https://github.com/Jenderal92/CVE-2026-56290.git
cd CVE-2026-56290
  1. 종속성 설치
root@kitploit:~
pip install -r requirements.txt

📖 사용법

기본 사용법

root@kitploit:~
python CVE-2026-56290.py targets.txt

입력 파일 형식

URL을 한 줄에 하나씩 포함하는 targets.txt 파일을 만드세요:

root@kitploit:~
https://example1.com
http://example2.com/joomla
https://example3.com:8080
# Comments are ignored

출력

· 콘솔 출력: 실시간 진행 상황 및 결과 · reslt.txt: 모든 취약한 셸 URL 포함

실행 예시

root@kitploit:~
$ python CVE-2026-56290.py targets.txt

[+] CVE-2026-56290 - Com_pagebuilderck Mass Exploit
[+] Threads: 15
[+] Timeout: 10s
[+] Output file: reslt.txt

[+] Loaded 100 targets from file
[*] Starting pool with 15 processes...

[1] Queueing: https://example1.com
[2] Queueing: https://example2.com
...
[1] ✓✓✓ VULNERABLE: https://example1.com/media/com_pagebuilderck/gfonts/shell_abc123.php

⚙️ 설정

스크립트에서 다음 변수를 수정할 수 있습니다:

root@kitploit:~
THREADS = 15           # Number of concurrent workers
TIMEOUT = 10           # Request timeout in seconds
USER_AGENT = "..."     # Custom User-Agent string
OUTPUT_FILE = "reslt.txt"  # Output filename

🛡️ 보안 고려 사항

시스템 관리자를 위한

Com_pagebuilderck을 사용하는 Joomla 사이트를 운영 중인 경우:

  1. 최신 패치 버전으로 즉시 업데이트
  2. 더 이상 필요하지 않으면 구성 요소 제거
  3. 의심스러운 파일이 있는지 /media/com_pagebuilderck/gfonts/ 모니터링
  4. PHP 업로드를 차단하는 WAF 규칙 구현
  5. 익스플로잇 시도에 대한 서버 로그 검토

침해 지표 (IoC)

다음 익스플로잇 징후를 찾으십시오:

root@kitploit:~
# Suspicious files in
/media/com_pagebuilderck/gfonts/*.php
/media/com_pagebuilderck/gfonts/*.phtml
/media/com_pagebuilderck/gfonts/*.phar

# Suspicious requests
/index.php?option=com_pagebuilderck&task=browse.ajaxAddPicture&[token]=1

탐지 명령

root@kitploit:~
# Find suspicious PHP files in the media directory
find /path/to/joomla/media/com_pagebuilderck/gfonts/ -name "*.php" -type f

# Check for recent modifications
find /path/to/joomla/media/com_pagebuilderck/gfonts/ -type f -mtime -7

# Look for suspicious file names (random strings)
ls -la /path/to/joomla/media/com_pagebuilderck/gfonts/ | grep -E '[a-z0-9]{8,}\.(php|phtml|phar)'

⚠️ 법적 고지

이 소프트웨어는 "있는 그대로" 제공되며, 어떠한 종류의 보증도 없습니다. 저자는 이 도구의 불법적 또는 비윤리적 사용에 대해 책임지지 않습니다. 항상 시스템을 테스트하기 전에 적절한 승인을 받으십시오.

🙏 감사의 말

· CVE-2026-56290을 발견하고 보고한 보안 연구자들 · CMS를 유지 관리하는 Joomla 커뮤니티

기억하세요: 큰 힘에는 큰 책임이 따릅니다. 이 도구를 윤리적이고 합법적으로 사용하십시오.

도구 다운로드