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
CVE-2025-14733 — Safe, dependency-free Python scanner to identify WatchGuard Firebox appliances vulnerable to CVE-2025-14733 via IKEv2 version detection. Supports single hosts, CIDR ranges, file-based targets, and JSON output. | Kitploit
Tools/GitHubGitHub/machevalia/cve-2025-14733
ReconnaissanceVulnerability ScannersExploitationInformation GatheringNetwork SecurityPenetration Testing
GitHubmachevalia/cve-2025-14733

CVE-2025-14733

Safe, dependency-free Python scanner to identify WatchGuard Firebox appliances vulnerable to CVE-2025-14733 via IKEv2 version detection. Supports single hosts, CIDR ranges, file-based targets, and JSON output.

View Repository
8 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

WatchGuard IKEv2 Scanner — CVE-2025-14733

Identify WatchGuard Firebox appliances vulnerable to CVE-2025-14733, a critical pre-authentication vulnerability in the Fireware OS IKEv2 implementation.

This tool performs safe version detection through standard IKEv2 negotiation. It does not attempt exploitation.

Requirements

Python 3.8+

No external dependencies.

Usage

root@kitploit:~
# 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

Example Output

root@kitploit:~
[*] 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

Affected Versions

  • Fireware OS 11.10.2 through 11.12.4_Update1 (EoL — no patch available)
  • Fireware OS 12.0 through 12.11.5
  • Fireware OS 2025.1 through 2025.1.3

Update to Fireware 12.11.6+ or 2025.1.4+ to remediate.

References

  • Sprocket Security Blog Post
  • WatchGuard PSIRT Advisory WGSA-2025-00027
  • CISA KEV Catalog
  • NVD — CVE-2025-14733
Download Tool