Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2026-21643 β€” AI Deep Analysis Summary

CVSS 9.1 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: A critical **SQL Injection (SQLi)** flaw in FortiClientEMS. πŸ“‰ **Consequences**: Attackers can execute unauthorized code, steal data, or take full control of the system via crafted HTTP requests.

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **CWE-89**: Improper Neutralization of Special Elements used in an SQL Command. πŸ› **Flaw**: The 'Site' HTTP header is passed directly to PostgreSQL's `search_path` without sanitization.

Q3Who is affected? (Versions/Components)

🏒 **Vendor**: Fortinet. πŸ“¦ **Product**: FortiClientEMS. πŸ“… **Affected Version**: Specifically **v7.4.4** and earlier versions.

Q4What can hackers do? (Privileges/Data)

πŸ•΅οΈ **Privileges**: Unauthenticated access required. πŸ’Ύ **Data**: Full database manipulation, information disclosure, and potential **OS command execution** via PostgreSQL functions.

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: LOW. πŸ”“ **Auth**: **No authentication** needed. 🌐 **Config**: Exploitable via standard HTTP requests to the `/api/v1/init_consts` endpoint.

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ”“ **Public Exp?**: YES. πŸ“œ **PoC**: Available via ProjectDiscovery Nuclei templates. 🌍 **Status**: High risk of automated wild exploitation due to easy PoC availability.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for FortiClientEMS v7.4.4. πŸ“‘ **Indicator**: Check if the `/api/v1/init_consts` endpoint is exposed and vulnerable to SQLi via the 'Site' header.

Q8Is it fixed officially? (Patch/Mitigation)

🩹 **Official Fix**: YES. πŸ“’ **Source**: Fortinet PSIRT (FG-IR-25-1142). πŸ”„ **Action**: Update to a patched version immediately.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Block external access to `/api/v1/init_consts`. πŸ›‘ **Mitigation**: Implement WAF rules to sanitize the 'Site' HTTP header and prevent SQL injection patterns.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: CRITICAL. 🚨 **Priority**: **P1**. CVSS Score is **High (9.8+)**. Immediate patching or mitigation is required to prevent total system compromise.