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-2018-13379 — CVE-2018-13379 - Fortinet SSL VPN Vulnerability | Kitploit
Tools/GitHubGitHub/kh4sh3i/cve-2018-13379
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubkh4sh3i/cve-2018-13379

CVE-2018-13379

CVE-2018-13379 - Fortinet SSL VPN Vulnerability

View Repository
11 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

🛡️ CVE-2018-13379 - Fortinet SSL VPN Vulnerability


🔍 Overview

CVE-2018-13379 is a critical path traversal vulnerability in Fortinet FortiOS SSL VPN.
It allows attackers to download VPN web session files and extract sensitive information.

  • Impact: Information disclosure (usernames, session tokens)
  • CVSSv3: 8.6 (High)
  • Exploitation: Remote, unauthenticated

💻 Vulnerable Versions

  • FortiOS 5.4.6 – 5.4.12
  • FortiOS 5.6.3 – 5.6.7
  • FortiOS 6.0.0 – 6.0.4
  • FortiProxy ≤ 1.2.8 / 2.0.0

🛠️ Features of This Script

  • Detects vulnerable FortiOS SSL VPN instances
  • Downloads sslvpn_websession file
  • Extracts usernames & password
  • Multi-threaded scanning

🛡️ Mitigation / Protection

  • Patch FortiOS: Upgrade to 6.0.5+ or latest available
  • Enable 2FA for VPN users
  • Restrict VPN access to trusted IPs only

⚡ Usage

Scan a single IP:

root@kitploit:~
python CVE-2018-13379.py -i 192.168.1.1:10443

Scan multiple IPs from a file:

root@kitploit:~
python3 CVE-2018-13379.py -f targets.txt -n 20

⚠️ Disclaimer: Only use this for authorized testing and research. Unauthorized access is illegal.

Refrence

  • orange
Download Tool