
CVE-2026-35616
Improper Access Control | Pre-Auth API Bypass
Exploited in the Wild — April 2026
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
| File | Description |
|---|---|
CVE-2026-35616.yaml | Nuclei template for safe detection |
CVE-2026-35616.py | Python safe checker script |
check_safe_CVE-2026-35616.py | Alternative lightweight detector |
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.
nuclei -t CVE-2026-35616.yaml -u https://your-ems-server:8443
python3 check_safe_CVE-2026-35616.py https://your-ems-server:8443
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