# Unpatched FortiClient EMS Servers Under Active Attack: Critical RCE Vulnerability Weaponized for Credential Theft
## The Threat
A critical remote code execution vulnerability in Fortinet's FortiClient Endpoint Management Server (EMS) continues to be actively exploited months after patches were released, according to fresh research from Arctic Wolf. The flaw, tracked as CVE-2026-35616, allows unauthenticated attackers to execute arbitrary code on the central management platform—and because FortiClient EMS controls policies, configurations, and endpoint deployments across entire organizations, a single compromised server becomes a beachhead to every managed device.
The vulnerability is particularly insidious because it requires no authentication, meaning attackers can target FortiClient EMS instances directly from the internet without needing valid credentials or multi-factor authentication to bypass. This low barrier to exploitation, combined with the platform's privileged position within enterprise networks, has made it an attractive target for threat actors looking to gain persistent access to large numbers of machines at once.
What makes the current wave of attacks especially concerning is the sophistication of the payload. Rather than deploying generic malware, attackers are using FortiClient's own legitimate management pathways to distribute the EKZ Infostealer—a credential-stealing malware disguised as a routine Fortinet endpoint patch. The malware is executed through FortiClient's scripting workflows, invoking PowerShell commands in a manner that mimics legitimate administrative operations, making detection through traditional endpoint monitoring significantly harder.
## Severity and Impact
| Field | Value |
|-------|-------|
| CVE Identifier | CVE-2026-35616 |
| CVSS v3.1 Score | 9.1 (Critical) |
| CVSS Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H |
| Attack Vector | Network |
| Attack Complexity | Low |
| Privileges Required | None |
| User Interaction | None |
| Scope | Changed |
| Authentication Required | No |
| CISA KEV List Added | April 6, 2026 |
| Initial Patch Release | Early April 2026 |
| Exploitation Status | Active, in-the-wild exploitation confirmed |
## Affected Products
Fortinet FortiClient Endpoint Management Server (EMS):
Organizations running FortiClient EMS as a centralized management platform for endpoint security policies, VPN configurations, and device management are at risk if they have not applied the April patches.
## Mitigations
Immediate Actions:
Containment and Detection:
Long-Term Hardening:
## References
---
## HackWire Analysis
This incident is a textbook example of why patch windows matter in enterprise security. Fortinet released hotfixes in early April, and we're now in late May—nearly two months later—with fresh reports of active exploitation. This suggests that a significant portion of FortiClient EMS deployments remain unpatched despite a CISA critical warning and public disclosure of zero-day exploitation.
The sophistication angle here deserves attention. Threat actors aren't just using a known vulnerability to drop generic commodity malware; they're weaponizing FortiClient's own management infrastructure to make attacks blend in with legitimate administrative traffic. This is a marked escalation from simple exploitation and points to either a well-resourced threat actor group or a toolset that has been refined through repeated campaigns. The use of a disguised "patch" as the delivery mechanism shows understanding of enterprise patch management workflows—defenders tend to trust packages that appear to come from trusted vendors.
What's particularly dangerous is the scope of blast radius. FortiClient EMS is designed to be a single point of control for potentially thousands of endpoints. In the hands of an attacker, a compromised EMS server becomes a botnet command center without needing to distribute malware itself—the organization's own management tools do the work. The information stealer harvests credentials from browsers, which is a proven first step for lateral movement and persistent access to high-value systems.
The credential exfiltration over unencrypted HTTP is noteworthy too. Arctic Wolf's observation that "the application does not possess network-based credentials exfiltration capabilities" suggests this is either an older variant of the EKZ infostealer or one deliberately configured for stealth—attackers are aware that encrypted C2 channels draw more scrutiny. For defenders, this actually creates an opportunity: monitoring for unencrypted HTTP exfiltration from endpoints that shouldn't be making such calls can be an effective detection mechanism.
For organizations with FortiClient EMS deployed, the message is clear: patch now, hunt immediately if you can't prove continuous patching during the exploit window, and reconsider whether critical infrastructure management tools should ever face the internet directly. This is exactly the kind of vulnerability that justifies air-gapping sensitive administrative infrastructure.
— HackWire Editorial
## Related Coverage