
Safe Python scanner for CVE-2025-20362 (Cisco ASA/FTD WebVPN Authentication Bypass)
A safe, non-destructive Python scanner for Cisco ASA / FTD WebVPN Authentication Bypass (CVE-2025-20362).
CVE-2025-20362 allows unauthenticated attackers to bypass authentication and access restricted WebVPN resources through path traversal / normalization flaws.
This tool tests whether restricted WebVPN paths (including sessions, file listings, and configuration-related endpoints) are accessible without authentication. It is designed for security researchers and administrators to assess exposure on systems they are authorized to test.
Note: This script performs GET requests only and does not attempt exploitation.
python CVE_2025_20362-Python-Scanner.py https://target-vpn.example.com
git clone https://github.com/curtishoughton/CVE-2025-20362-Cisco-Scanner.git
cd CVE-2025-20362-Cisco-Scanner
pip3 install requests