
CVE-2026-50751 Check Point IKEv1 취약점 스캐너
Check Point Quantum Security Gateways에 영향을 주는 치명적인 IKEv1 인증 우회 취약점인 CVE-2026-50751용 멀티스레드 취약점 스캐너입니다.
IKEv1이 활성화된 Check Point 원격 액세스 VPN 시스템은 인증 우회 공격에 취약합니다. 이 도구는 대상 시스템에서 IKEv1이 활성화되어 있는지 탐지합니다.
CVE-2026-50751 세부 정보:
# No dependencies required - uses only Python standard library
python3 cve_2026_50751_poc.py --help
python cve_2026_50751_poc.py 192.168.1.1
python cve_2026_50751_poc.py 192.168.1.1 10.0.0.1 172.16.0.5
python cve_2026_50751_poc.py -f targets.txt
python cve_2026_50751_poc.py -f targets.txt --both-ports
python cve_2026_50751_poc.py 192.168.1.1 -p 4500
# Fast scan with 50 workers
python cve_2026_50751_poc.py -f targets.txt --both-ports -w 50 --timeout 2
# Slow network with higher timeout
python cve_2026_50751_poc.py -f targets.txt -w 5 --timeout 15
python cve_2026_50751_poc.py 192.168.1.1 -q
IP/호스트 이름을 한 줄에 하나씩 targets.txt에 작성하세요:
# Comments are ignored
192.168.1.1
192.168.1.2
vpn.example.com
10.0.0.5
203.0.113.15
취약한 시스템:
⚠️ 192.168.1.100 | VULNERABLE | Port 500
└─ IKEv1 Responding (56 bytes)
안전한 시스템:
✅ 192.168.1.101 | SAFE | Port 500
연결 불가 시스템:
⚠️ 192.168.1.102 | FAILED | Port 500
└─ Connection timeout
요약:
Vulnerable: 2 | Safe: 8 | Failed: 1
socket, struct, threading만 사용)⚠️ 중요: 이 스캐너는 소유한 시스템 또는 명시적인 서면 테스트 허가를 받은 시스템에서만 실행하세요. 승인되지 않은 스캐닝은 불법일 수 있습니다.
버전: 1.0
상태: 프로덕션 준비 완료
최종 업데이트: 2026-06-10