Home Fortinet CVE-2025-47761
Back to Fortinet

CVE-2025-47761

FortiClient - fortips driver

Fortinet CVSS 7.8 Updated March 13, 2026

Executive Risk Summary

"A vulnerability in FortiClient Windows 7.4.0 through 7.4.3 and 7.2.0 through 7.2.9 allows an authenticated local user to execute unauthorized code via the fortips driver, requiring a valid and running VPN IPSec connection and bypassing Windows memory protections. Successful exploitation could lead to unauthorized code execution, potentially compromising system security."

Operational Audit Arsenal

Target Type Driver
Target Asset fortips
Standard Path %windir%System32drivers
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: fortips (Driver)
$Targets = 'fortips'
$SearchPaths = @("$env:windir\System32", "$env:ProgramFiles", "${env:ProgramFiles(x86)}")

Get-ChildItem -Path $SearchPaths -Include $Targets -Recurse -ErrorAction SilentlyContinue | 
Select-Object FullName, @{Name="Version";Expression={$_.VersionInfo.ProductVersion}}

Patch Impact Forecast

Reboot Required Likely

VPN and IPSec services may be affected

Internal Work Notes

Apply FortiClient update to mitigate Exposed IOCTL with Insufficient Access Control vulnerability, ensuring system security and integrity.

Technical Intelligence & Operational Utilities • Delivered Weekly

Intelligence Sources

Related Fortinet Threats

Data compiled from NVD, MSRC, and CISA KEV Catalog. Intelligence synthesized via AI. Scripts provided for diagnostic purposes under MIT License.