CVE-2021-44169

8.2 HIGH

📋 TL;DR

This vulnerability allows attackers to gain administrative privileges on Windows systems running vulnerable FortiClient versions by placing a malicious executable in the FortiClient installer directory. It affects FortiClient for Windows across multiple versions. Attackers can escalate privileges from standard user to SYSTEM/administrator level access.

💻 Affected Systems

Products:
  • Fortinet FortiClient for Windows
Versions: 6.0.10 and below, 6.2.9 and below, 6.4.7 and below, 7.0.3 and below
Operating Systems: Windows
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects Windows versions of FortiClient. Requires ability to place files in FortiClient installer directory.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete system compromise with administrative privileges, enabling installation of persistent malware, data exfiltration, lateral movement, and full control of the affected system.

🟠

Likely Case

Local privilege escalation allowing attackers to bypass security controls, install additional malware, or access restricted system resources and data.

🟢

If Mitigated

Limited impact if proper access controls prevent unauthorized users from writing to FortiClient directories and least privilege principles are enforced.

🌐 Internet-Facing: LOW - This is primarily a local privilege escalation vulnerability requiring local access to the system.
🏢 Internal Only: HIGH - Malicious insiders or attackers who gain initial access to a system can exploit this to escalate privileges and move laterally within the network.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: LOW

Requires local access to the system and ability to write to FortiClient directories. No authentication bypass needed beyond initial access.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 6.0.11, 6.2.10, 6.4.8, 7.0.4 and above

Vendor Advisory: https://fortiguard.com/psirt/FG-IR-21-238

Restart Required: Yes

Instructions:

1. Download latest FortiClient version from Fortinet support portal. 2. Uninstall current vulnerable version. 3. Install updated version. 4. Restart system to ensure proper initialization.

🔧 Temporary Workarounds

Restrict directory permissions

windows

Set strict ACLs on FortiClient installation directory to prevent unauthorized writes

icacls "C:\Program Files\Fortinet\FortiClient" /deny Users:(OI)(CI)W

Monitor directory changes

windows

Enable auditing on FortiClient directories to detect unauthorized file placement

auditpol /set /subcategory:"File System" /success:enable /failure:enable

🧯 If You Can't Patch

  • Implement strict access controls on FortiClient directories to prevent unauthorized writes
  • Monitor for suspicious file creation in FortiClient directories and privilege escalation attempts

🔍 How to Verify

Check if Vulnerable:

Check FortiClient version via GUI (Help > About) or registry: HKEY_LOCAL_MACHINE\SOFTWARE\Fortinet\FortiClient\Version

Check Version:

reg query "HKLM\SOFTWARE\Fortinet\FortiClient" /v Version

Verify Fix Applied:

Confirm version is 6.0.11+, 6.2.10+, 6.4.8+, or 7.0.4+ and test directory write permissions

📡 Detection & Monitoring

Log Indicators:

  • Unexpected file creation in FortiClient directories
  • Privilege escalation events
  • FortiClient service restart with unusual parent process

Network Indicators:

  • Unusual outbound connections from FortiClient processes
  • Lateral movement attempts from FortiClient hosts

SIEM Query:

EventID=4688 AND (NewProcessName LIKE '%forticlient%' OR ParentProcessName LIKE '%forticlient%') AND SubjectUserName NOT IN (authorized_users)

🔗 References

📤 Share & Export