
CVE-2025-14733에 취약한 WatchGuard Firebox 어플라이언스를 식별합니다. 이 취약점은 Fireware OS IKEv2 구현에 존재하는 치명적인 사전 인증 취약점입니다.
이 도구는 표준 IKEv2 협상을 통해 안전한 버전 탐지를 수행하며, 악용을 시도하지 않습니다.
Python 3.8+
외부 종속성 없음.
# Single host
python3 CVE-2025-14733-Scanner.py 192.168.1.1
# CIDR range
python3 CVE-2025-14733-Scanner.py 10.0.0.0/24
# From file
python3 CVE-2025-14733-Scanner.py -f targets.txt
# JSON output
python3 CVE-2025-14733-Scanner.py -f targets.txt -o results.json
# Show only vulnerable hosts
python3 CVE-2025-14733-Scanner.py -f targets.txt -q
# Adjust threads/timeout
python3 CVE-2025-14733-Scanner.py -f targets.txt -t 50 -T 3
[*] Sprocket Security - WatchGuard IKEv2 Scanner - CVE-2025-14733 Detection
[*] Scanning 1 host(s) on port(s) 500/udp (1 total probes)
[+] 192.168.0.125:500 - WatchGuard IKEv2 v12.11.4 (VULNERABLE)
[*] Scan complete:
Hosts scanned: 1
WatchGuard devices: 1
Potentially vulnerable: 1
해결을 위해 Fireware 12.11.6+ 또는 2025.1.4+로 업데이트하세요.