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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
도구/GitHubGitHub/kh4sh3i/cve-2023-22515
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration TestingMisconfiguration
GitHubkh4sh3i/cve-2023-22515

CVE-2023-22515

CVE-2023-22515 - Confluence Data Center 및 Server의 손상된 접근 제어 취약점

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유



CVE-2023-22515

CVE-2023-22515는 온프레미스 Confluence Server 및 Confluence Data Center에 영향을 미치는 치명적인 취약점으로, Broken Access Control 취약점입니다. Atlassian은 CVSS 기본 점수 10.0을 부여했습니다.

한 줄 poc

root@kitploit:~
cat file.txt| while read host do;do curl -skL "http://$host/setup/setupadministrator.action" | grep -i "<title>Setup System Administrator" && echo $host "is VULN";done

Nuclei

root@kitploit:~
nuclei -u target -t CVE-2023-22515.yaml

사전 요구사항

root@kitploit:~
sudo pip install -r requirements.txt

사용법

root@kitploit:~
sudo python3 exploit.py --url [target]

영향을 받는 버전

root@kitploit:~
8.0.0
8.0.1
8.0.2
8.0.3
8.0.4
8.1.0
8.1.1
8.1.3
8.1.4
8.2.0
8.2.1
8.2.2
8.2.3
8.3.0
8.3.1
8.3.2
8.4.0
8.4.1
8.4.2
8.5.0
8.5.1

수정된 버전

root@kitploit:~
8.3.3 이상
8.4.3 이상
8.5.2 (장기 지원 릴리스) 이상

참고 자료

  • atlassian
  • nist
도구 다운로드