Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Cisco-ASA-CVE-2025-20333-Scanner — Safe Python scanner for Cisco CVE-2025-20333 (Cisco ASA/FTD WebVPN Buffer Overflow) | Kitploit
Tools/GitHubGitHub/curtishoughton/cisco-asa-cve-2025-20333-scanner
ReconnaissanceVulnerability ScannersExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubcurtishoughton/cisco-asa-cve-2025-20333-scanner

Cisco-ASA-CVE-2025-20333-Scanner

Safe Python scanner for Cisco CVE-2025-20333 (Cisco ASA/FTD WebVPN Buffer Overflow)

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
33 months agoNot yet reviewed

CVE-2025-20333 Scanner

A Python-based diagnostic scanner for Cisco ASA / FTD VPN Web Server Buffer Overflow (CVE-2025-20333).

CVE-2025-20333 is a critical heap-based buffer overflow vulnerability in the WebVPN file upload handler that can lead to remote code execution (RCE) as root when successfully exploited.


Overview

This tool performs safe, non-destructive testing by checking whether vulnerable endpoints (primarily the file upload handler) are reachable. It is designed for security researchers, penetration testers, and system administrators to assess exposure on systems they are authorized to test.

Important: This script only performs GET requests and does not attempt exploitation.

Vulnerability Details

  • CVE ID: CVE-2025-20333
  • Severity: Critical (CVSS 9.9)
  • Type: Heap Buffer Overflow (CWE-120)
  • Affected Products: Cisco Secure ASA and Cisco Secure FTD with WebVPN / AnyConnect enabled
  • Prerequisites: Usually requires authentication (often chained with CVE-2025-20362 authentication bypass)
  • Impact: Remote Code Execution as root

Features

  • Tests key WebVPN file handling endpoints
  • Includes common path traversal / normalization bypass patterns
  • Safe GET-only requests (no payloads sent)
  • Clear vulnerability indicators
  • Colored console output for easy reading

Usage

root@kitploit:~
python CVE-2025-20333-Scanner.py https://target-vpn.example.com
Download Tool