The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-62676

CVE-2025-62676: Fortinet FortiClient Privilege Escalation

CVE-2025-62676 is a privilege escalation vulnerability in Fortinet FortiClient Windows that allows low-privilege attackers to write arbitrary files with elevated permissions. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: May 15, 2026

CVE-2025-62676 Overview

CVE-2025-62676 is an Improper Link Resolution Before File Access [CWE-59] vulnerability in Fortinet FortiClient for Windows. The flaw allows a local low-privilege attacker to perform arbitrary file writes with elevated permissions through crafted named pipe messages. The vulnerability affects FortiClientWindows versions 7.4.0 through 7.4.4, 7.2.0 through 7.2.12, and all 7.0 versions.

Critical Impact

A local attacker with low privileges can write arbitrary files using elevated permissions, enabling privilege escalation to SYSTEM and full host compromise on affected Windows endpoints.

Affected Products

  • Fortinet FortiClientWindows 7.4.0 through 7.4.4
  • Fortinet FortiClientWindows 7.2.0 through 7.2.12
  • Fortinet FortiClientWindows 7.0 (all versions)

Discovery Timeline

  • 2026-02-10 - CVE-2025-62676 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2025-62676

Vulnerability Analysis

The vulnerability resides in how FortiClient for Windows handles file operations triggered through its privileged named pipe interface. The service component, which runs with SYSTEM privileges, accepts messages from local clients over a named pipe. When processing these messages, the service performs file operations without adequately validating whether the target paths are symbolic links, junctions, or hard links.

A local low-privilege attacker can plant filesystem links pointing to protected locations and then send crafted named pipe messages that cause the privileged service to follow these links. The service then writes attacker-controlled content to files it would normally be unable to modify based on the attacker's own token.

Exploitation requires only local access with low privileges. No user interaction is needed. The result is high impact to integrity and availability, while confidentiality is not directly affected.

Root Cause

The root cause is the absence of link resolution checks before file access in the privileged FortiClient service. The service trusts paths supplied through the named pipe channel and performs write operations without opening files with flags such as FILE_FLAG_OPEN_REPARSE_POINT or verifying the final canonical path against an allowlist.

Attack Vector

The attack vector is local. An authenticated user on the Windows host creates a symbolic link, NTFS junction, or hard link at a path the FortiClient service writes to, then sends a crafted message to the named pipe to trigger the write. The privileged service follows the link and writes attacker-controlled data to a SYSTEM-protected file such as a DLL loaded by a privileged process. This enables arbitrary code execution as SYSTEM.

No public proof-of-concept code is available for CVE-2025-62676. Technical details are described in the FortiGuard Security Advisory FG-IR-25-661.

Detection Methods for CVE-2025-62676

Indicators of Compromise

  • Creation of symbolic links, NTFS junctions, or hard links by non-administrative user processes targeting paths under C:\Program Files\Fortinet\ or C:\ProgramData\Fortinet\.
  • Unexpected file writes performed by the FortiClient service process to locations outside its normal working directories.
  • New or modified DLLs, executables, or configuration files in SYSTEM-writable paths immediately following named pipe activity to FortiClient endpoints.

Detection Strategies

  • Monitor process creation and file system events for mklink, CreateSymbolicLink, and DeviceIoControl calls issuing FSCTL_SET_REPARSE_POINT from non-privileged contexts.
  • Correlate named pipe client connections to FortiClient pipes with subsequent file writes by the FortiClient service to sensitive directories.
  • Alert on FortiClient service processes opening files that traverse reparse points originating in user-writable directories.

Monitoring Recommendations

  • Enable Windows Sysmon Event IDs 11 (FileCreate), 15 (FileCreateStreamHash), and 17/18 (Pipe events) and ship logs to a centralized analytics platform for correlation.
  • Audit FortiClient version inventory across managed Windows endpoints to identify hosts running affected releases.
  • Track privilege escalation patterns where a low-privilege user is followed by SYSTEM-context file modifications within a short time window.

How to Mitigate CVE-2025-62676

Immediate Actions Required

  • Upgrade FortiClientWindows 7.4.x to version 7.4.5 or later as specified in the FortiGuard advisory.
  • Upgrade FortiClientWindows 7.2.x to version 7.2.13 or later per vendor guidance.
  • Migrate FortiClientWindows 7.0.x installations to a supported, fixed branch, as all 7.0 versions are affected.
  • Inventory all Windows endpoints running FortiClient and prioritize patching on multi-user systems and jump hosts.

Patch Information

Fortinet has published patches and remediation guidance in the FortiGuard Security Advisory FG-IR-25-661. Administrators should consult the advisory for the exact fixed versions corresponding to each affected branch and follow the documented upgrade path.

Workarounds

  • Restrict interactive and remote local logon on systems running affected FortiClient versions until patches are deployed.
  • Apply application control policies to prevent untrusted binaries from executing in user-writable directories that could be leveraged after a privileged file write.
  • Enforce least-privilege account configurations and disable unnecessary local user accounts to reduce the population of potential local attackers.
bash
# Verify installed FortiClient version on Windows endpoints
wmic product where "name like 'FortiClient%%'" get name,version

# PowerShell alternative
Get-CimInstance -ClassName Win32_Product | Where-Object { $_.Name -like 'FortiClient*' } | Select-Object Name,Version

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechFortinet Forticlient

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-59
  • Vendor Resources
  • FortiGuard Security Advisory
  • Related CVEs
  • CVE-2021-43066: Fortinet FortiClient Privilege Escalation

  • CVE-2026-44278: Fortinet FortiClient Info Disclosure Flaw

  • CVE-2023-48788: Fortinet FortiClientEMS SQLi Vulnerability

  • CVE-2025-31365: Fortinet FortiClient RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English