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-2026-35616 — CVE-2026-35616 | Kitploit
Tools/GitHubGitHub/0xblackash/cve-2026-35616
Authentication & AuthorizationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHub0xblackash/cve-2026-35616

CVE-2026-35616

CVE-2026-35616

View Repository
135 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-2026-35616 - FortiClient EMS Authentication Bypass 🚨

CVE-2026-35616 vulnerability alert

Fortinet Critical CVSS

Improper Access Control | Pre-Auth API Bypass
Exploited in the Wild — April 2026

📋 Overview

CVE-2026-35616 is a critical vulnerability in FortiClient Enterprise Management Server (EMS) versions 7.4.5 through 7.4.6.

An unauthenticated remote attacker can send specially crafted requests to bypass authentication and authorization checks, potentially leading to unauthorized code execution or full server compromise.

Fortinet Advisory: FG-IR-26-099


🛠️ Repository Contents

FileDescription
CVE-2026-35616.yamlNuclei template for safe detection
CVE-2026-35616.pyPython safe checker script
check_safe_CVE-2026-35616.pyAlternative lightweight detector

⚠️ Important Warning

This repository is for defensive and research purposes only.

  • Use only in isolated lab environments or on systems you own and are authorized to test.
  • The vulnerability is actively exploited in the wild.
  • Do not use these tools for unauthorized scanning or offensive activities.

🚨 Vulnerability Details

  • CVE ID: CVE-2026-35616
  • Severity: Critical (CVSS 9.1)
  • Affected Versions: FortiClient EMS 7.4.5 - 7.4.6
  • Vulnerability Type: Improper Access Control (CWE-284)
  • Impact: Authentication & Authorization Bypass (Pre-Auth)
  • Exploited in the Wild: Yes (Confirmed by Fortinet)

🛡️ Mitigation & Remediation

Immediate Actions:

  1. Isolate the server from the internet immediately
  2. Apply the official Fortinet Hotfix for 7.4.5 / 7.4.6
  3. Upgrade to 7.4.7 or newer when available
  4. Restrict access to EMS via VPN only (never expose directly to internet)

📌 How to Use

1. Using Nuclei Template

root@kitploit:~
nuclei -t CVE-2026-35616.yaml -u https://your-ems-server:8443

2. Using Python Detector

root@kitploit:~
python3 check_safe_CVE-2026-35616.py https://your-ems-server:8443

🔍 Detection Screenshots

cve-2026-35616

📄 References

  • Fortinet PSIRT - FG-IR-26-099
  • NVD - CVE-2026-35616
  • FortiClient EMS Documentation

⭐ Disclaimer

This project is maintained for educational and defensive security purposes.
The author is not responsible for any misuse of the provided detection tools.

Stay safe. Patch early. Patch often.


Made with ❤️ for the defensive security community

Download Tool