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
    • 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-2024-47574

CVE-2024-47574: Fortinet FortiClient Auth Bypass Vulnerability

CVE-2024-47574 is an authentication bypass flaw in Fortinet FortiClient Windows that enables low-privilege attackers to execute arbitrary code with elevated privileges. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2024-47574 Overview

CVE-2024-47574 is an authentication bypass vulnerability affecting Fortinet FortiClientWindows that allows a low-privilege attacker to execute arbitrary code with elevated privileges. The vulnerability exists due to improper authentication controls when handling named pipe communications, enabling attackers to spoof messages and bypass security restrictions.

This vulnerability is classified under CWE-288 (Authentication Bypass Using an Alternate Path or Channel) and CWE-306 (Missing Authentication for Critical Function), indicating fundamental flaws in the authentication architecture of the affected software.

Critical Impact

Low-privilege attackers can escalate to high privileges and execute arbitrary code on vulnerable FortiClientWindows installations through spoofed named pipe messages.

Affected Products

  • Fortinet FortiClientWindows version 7.4.0
  • Fortinet FortiClientWindows versions 7.2.0 through 7.2.4
  • Fortinet FortiClientWindows versions 7.0.0 through 7.0.12
  • Fortinet FortiClientWindows versions 6.4.0 through 6.4.10

Discovery Timeline

  • 2024-11-13 - CVE-2024-47574 published to NVD
  • 2025-01-21 - Last updated in NVD database

Technical Details for CVE-2024-47574

Vulnerability Analysis

This authentication bypass vulnerability targets the inter-process communication (IPC) mechanism in FortiClientWindows. The software utilizes named pipes for communication between different components, but fails to properly authenticate the source of incoming messages. An attacker with local access and low privileges can exploit this weakness by crafting spoofed named pipe messages that appear to originate from trusted system components.

The exploitation path leverages the trust relationship between FortiClient components. When a high-privilege service accepts messages from a named pipe without verifying the sender's identity or integrity of the request, it creates an opportunity for privilege escalation. The attacker can inject malicious commands or payloads that execute in the context of the privileged service.

Root Cause

The root cause of CVE-2024-47574 stems from missing authentication for critical functions (CWE-306) combined with the availability of alternate communication channels that bypass standard security controls (CWE-288). The FortiClientWindows service does not adequately verify the authenticity of named pipe messages before processing them, allowing any local user to communicate with privileged components.

Named pipes in Windows provide a mechanism for IPC, but security depends on proper implementation of access controls and message validation. In this case, the FortiClient service accepts and processes messages from the named pipe without sufficient verification of the caller's identity or privilege level.

Attack Vector

The attack vector is local, requiring the attacker to have low-privilege access to a system running a vulnerable version of FortiClientWindows. The exploitation does not require user interaction, making it particularly dangerous in environments where multiple users share access to systems or where malware has gained initial low-privilege access.

The attacker connects to the FortiClient named pipe and sends specially crafted messages that impersonate legitimate high-privilege requests. Because the service lacks proper authentication checks, these spoofed messages are processed with elevated privileges, allowing the attacker to execute arbitrary code in the security context of the FortiClient service.

The vulnerability mechanism involves sending crafted messages through the FortiClientWindows named pipe communication channel. Since the service fails to properly authenticate message sources, attackers can impersonate trusted components and escalate privileges. For detailed technical information, refer to the Fortinet PSIRT Advisory FG-IR-24-199.

Detection Methods for CVE-2024-47574

Indicators of Compromise

  • Unexpected processes or child processes spawned by FortiClient services with elevated privileges
  • Anomalous named pipe connections to FortiClient communication channels from non-standard processes
  • Unusual privilege escalation events associated with FortiClient executable paths
  • Suspicious code execution events originating from FortiClient service context

Detection Strategies

  • Monitor named pipe access patterns for connections from unexpected or untrusted processes
  • Implement endpoint detection rules to identify privilege escalation attempts targeting FortiClient services
  • Configure Windows Event Log monitoring for security events related to impersonation and privilege changes
  • Deploy behavioral analysis to detect anomalous process chains involving FortiClient components

Monitoring Recommendations

  • Enable detailed logging for named pipe operations on FortiClient systems
  • Configure SentinelOne behavioral AI to monitor for privilege escalation attempts via IPC mechanisms
  • Implement process ancestry tracking to detect suspicious child processes spawned by FortiClient services
  • Monitor for unauthorized modifications to FortiClient configuration or executables

How to Mitigate CVE-2024-47574

Immediate Actions Required

  • Upgrade FortiClientWindows to a patched version as specified in the Fortinet security advisory
  • Audit systems for signs of exploitation before and after patching
  • Restrict local user accounts and review access permissions on systems running FortiClient
  • Enable enhanced endpoint monitoring on systems pending patch deployment

Patch Information

Fortinet has released security patches to address this vulnerability. Organizations should consult the Fortinet PSIRT Advisory FG-IR-24-199 for specific version remediation guidance and download the latest secure versions of FortiClientWindows.

Ensure all FortiClientWindows installations are updated to versions that address this authentication bypass:

  • Upgrade from 7.4.0 to the latest patched release
  • Upgrade from 7.2.x (versions 7.2.0-7.2.4) to a patched version
  • Upgrade from 7.0.x (versions 7.0.0-7.0.12) to a patched version
  • Upgrade from 6.4.x (versions 6.4.0-6.4.10) to a patched version

Workarounds

  • Limit local user access on systems running FortiClientWindows to reduce attack surface
  • Implement application whitelisting to prevent unauthorized code execution
  • Deploy endpoint protection solutions with behavioral analysis capabilities
  • Consider temporary isolation of critical systems until patches can be applied
bash
# Verify FortiClient version on Windows systems
# Run in PowerShell to check installed FortiClient version
Get-WmiObject -Class Win32_Product | Where-Object {$_.Name -like "*FortiClient*"} | Select-Object Name, Version

# Monitor FortiClient related processes for suspicious activity
Get-Process | Where-Object {$_.ProcessName -like "*FortiClient*"} | Format-Table ProcessName, Id, StartTime

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechForticlient

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-288

  • CWE-306
  • Vendor Resources
  • Fortinet PSIRT Advisory FG-IR-24-199
  • Related CVEs
  • CVE-2026-24018: FortiClientLinux Privilege Escalation Flaw

  • CVE-2024-50570: Fortinet FortiClient Info Disclosure Flaw

  • CVE-2025-25251: FortiClient Mac Privilege Escalation Flaw

  • CVE-2022-43946: Fortinet FortiClient Privilege Escalation
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