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
forticlient_ems_cve_2026_35616_poc.py — PoC de CVE-2026-35616: control de acceso indebido en FortiClient EMS. | Kitploit
Tools/GitHubGitHub/fevar54/forticlient_ems_cve_2026_35616_poc.py
Vulnerability ScannersExploitationAPI Security TestingWeb SecurityPenetration Testing
GitHubfevar54/forticlient_ems_cve_2026_35616_poc.py

forticlient_ems_cve_2026_35616_poc.py

PoC de CVE-2026-35616: control de acceso indebido en FortiClient EMS.

View Repository
24 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 API Authentication Bypass Detector

Python 3.6+ License Security

⚠️ CRITICAL SECURITY VULNERABILITY ⚠️

CVSS Score: 9.1 | CWE-284: Improper Access Control

FortiClient EMS versions 7.4.5 through 7.4.6


📋 Description

This detector identifies whether a FortiClient EMS server is vulnerable to CVE-2026-35616, a critical authentication bypass vulnerability in the API.

An unauthenticated attacker can access sensitive API endpoints and potentially execute code or commands on the server.

⚠️ WARNING: This tool is ONLY for authorized security testing in controlled environments. Do not use it against systems you do not own.


🔍 How does it work?

The detector makes GET requests without authentication to known FortiClient EMS API endpoints:

  • If an endpoint returns 200 OK → The system is VULNERABLE
  • If it returns 401 Unauthorized or 403 Forbidden → The endpoint is protected ┌─────────────────┐ GET /api/v1/system/status ┌─────────────────┐ │ Detector │ ─────────────────────────────────► │ FortiClient │ │ │ (without authentication) │ EMS │ │ │ ◄───────────────────────────────── │ │ └─────────────────┘ 200 OK → VULNERABLE! └─────────────────┘

text


📦 Requirements

  • Python 3.6 or higher
  • requests library

🚀 Installation

root@kitploit:~
# Clone the repository
git clone https://github.com/YOUR-USERNAME/CVE-2026-35616-Detector
cd CVE-2026-35616-Detector

# Install dependencies
pip install -r requirements.txt
Download Tool