
CVE-2026-50751 Check Point IKEv1 vulnerability scanner
A multi-threaded vulnerability scanner for CVE-2026-50751, a critical IKEv1 authentication bypass vulnerability affecting Check Point Quantum Security Gateways.
Check Point Remote Access VPN systems with IKEv1 enabled are vulnerable to authentication bypass attacks. This tool detects if IKEv1 is enabled on target systems.
CVE-2026-50751 Details:
# 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
Create targets.txt with one IP/hostname per line:
# Comments are ignored
192.168.1.1
192.168.1.2
vpn.example.com
10.0.0.5
203.0.113.15
Vulnerable System:
⚠️ 192.168.1.100 | VULNERABLE | Port 500
└─ IKEv1 Responding (56 bytes)
Safe System:
✅ 192.168.1.101 | SAFE | Port 500
Unreachable System:
⚠️ 192.168.1.102 | FAILED | Port 500
└─ Connection timeout
Summary:
Vulnerable: 2 | Safe: 8 | Failed: 1
socket, struct, threading)⚠️ Important: Only run this scanner on systems you own or have explicit written permission to test. Unauthorized scanning may be illegal.
Version: 1.0
Status: Production Ready
Last Updated: 2026-06-10