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-2022-43946

CVE-2022-43946: Fortinet FortiClient Privilege Escalation

CVE-2022-43946 is a privilege escalation vulnerability in Fortinet FortiClient Windows that allows attackers to execute commands via a Windows pipe. This article covers technical details, affected versions, and mitigation.

Published: February 18, 2026

CVE-2022-43946 Overview

CVE-2022-43946 is a complex vulnerability in Fortinet FortiClientWindows that combines two distinct security flaws: an incorrect permission assignment for critical resource (CWE-732) and a time-of-check time-of-use (TOCTOU) race condition (CWE-367). These vulnerabilities allow attackers on the same file sharing network to execute arbitrary commands by writing malicious data into a Windows named pipe.

The vulnerability is particularly concerning because it can be exploited remotely over the network without requiring authentication or user interaction. However, the attack complexity is high due to the need to win a race condition and share network access with the target system.

Critical Impact

Attackers on shared file networks can achieve remote command execution through Windows pipe manipulation, potentially leading to full system compromise of affected FortiClientWindows installations.

Affected Products

  • Fortinet FortiClient for Windows versions prior to 7.0.7
  • FortiClientWindows deployments accessible via shared file networks
  • Enterprise environments with FortiClient VPN client installations

Discovery Timeline

  • 2023-04-11 - CVE CVE-2022-43946 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-43946

Vulnerability Analysis

This vulnerability stems from a combination of two weakness types working together to create an exploitable condition. The incorrect permission assignment (CWE-732) allows unauthorized access to a critical Windows pipe resource, while the TOCTOU race condition (CWE-367) creates a window of opportunity for exploitation between the security check and the actual use of the resource.

The attack requires network-level access to the target system through a shared file network, making it relevant in enterprise environments where multiple systems share network resources. While the network attack vector increases exposure, the high complexity of timing the race condition precisely reduces the likelihood of successful exploitation in practice.

Successful exploitation could result in complete compromise of the affected system, with potential for high impact to confidentiality, integrity, and availability of the compromised endpoint.

Root Cause

The root cause involves improper permission configuration on a Windows named pipe used by FortiClientWindows. The software fails to properly restrict access to this critical inter-process communication resource, allowing unauthorized processes to interact with it. Additionally, a race condition exists in the code path that validates and then uses data from this pipe, creating a timing window where an attacker can substitute malicious data after validation but before use.

Attack Vector

The attack exploits the vulnerable Windows pipe mechanism through the following approach:

  1. Network Access: The attacker establishes presence on the same file sharing network as the target system running FortiClientWindows
  2. Pipe Discovery: The attacker identifies the vulnerable Windows named pipe with overly permissive access controls
  3. Race Condition Exploitation: The attacker times their malicious data injection to occur after FortiClientWindows validates the pipe contents but before it processes them
  4. Command Execution: Successfully winning the race allows the attacker to inject and execute arbitrary commands with the privileges of the FortiClient process

The vulnerability does not require authentication or user interaction, but the high attack complexity reflects the difficulty of consistently winning the TOCTOU race condition.

Detection Methods for CVE-2022-43946

Indicators of Compromise

  • Unusual access patterns to FortiClientWindows named pipes from network sources
  • Unexpected processes interacting with FortiClient pipe resources
  • Anomalous network activity on file sharing ports correlated with FortiClient process behavior
  • Signs of command execution originating from FortiClient-related processes

Detection Strategies

  • Monitor Windows named pipe access events using Windows Security Event logs and Sysmon
  • Implement endpoint detection rules for suspicious process creation chains involving FortiClient components
  • Deploy network monitoring to detect anomalous SMB/CIFS activity targeting FortiClient installations
  • Configure SentinelOne behavioral AI to detect race condition exploitation patterns and pipe manipulation attempts

Monitoring Recommendations

  • Enable detailed logging for Windows named pipe operations on endpoints running FortiClientWindows
  • Implement real-time alerting for unauthorized pipe access attempts targeting FortiClient resources
  • Correlate network file sharing access logs with endpoint process execution events
  • Establish baseline behavior for FortiClient pipe operations to identify anomalies

How to Mitigate CVE-2022-43946

Immediate Actions Required

  • Upgrade FortiClientWindows to version 7.0.7 or later immediately
  • Restrict network file sharing access to only trusted systems and users
  • Implement network segmentation to limit lateral movement potential
  • Deploy endpoint protection solutions like SentinelOne to detect exploitation attempts

Patch Information

Fortinet has released FortiClientWindows version 7.0.7 which addresses both the permission assignment and race condition vulnerabilities. Organizations should prioritize patching all FortiClientWindows installations, particularly those in shared network environments. Detailed patch information is available in the FortiGuard Incident Report.

Workarounds

  • Implement strict network access controls to limit file sharing network exposure
  • Use host-based firewalls to restrict access to FortiClient pipe resources
  • Temporarily disable FortiClient features that rely on the vulnerable pipe mechanism if operationally feasible
  • Deploy additional endpoint monitoring while awaiting patch deployment
  • Consider network isolation for systems that cannot be immediately patched
bash
# Network isolation configuration example for Windows Firewall
# Restrict SMB access to trusted subnets only
netsh advfirewall firewall add rule name="Block SMB Inbound" dir=in action=block protocol=tcp localport=445
netsh advfirewall firewall add rule name="Allow SMB Trusted" dir=in action=allow protocol=tcp localport=445 remoteip=10.0.0.0/8

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechForticlient

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.18%

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

  • CWE-367
  • Vendor Resources
  • FortiGuard Incident Report
  • Related CVEs
  • CVE-2026-24018: FortiClientLinux Privilege Escalation Flaw

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

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

  • CVE-2024-47574: Fortinet FortiClient Auth Bypass 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