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-2026-44278

CVE-2026-44278: Fortinet FortiClient Info Disclosure Flaw

CVE-2026-44278 is an information disclosure vulnerability in Fortinet FortiClient caused by hard-coded cryptographic keys. Attackers can exploit this flaw to access sensitive data. Learn about affected versions and mitigations.

Published: May 17, 2026

CVE-2026-44278 Overview

CVE-2026-44278 is a hard-coded cryptographic key vulnerability [CWE-321] affecting Fortinet FortiClientWindows. The flaw exists in FortiClientWindows versions 7.4.0 through 7.4.2 and all versions of FortiClientWindows 7.2. A local authenticated attacker can leverage the embedded key to decrypt protected data, resulting in information disclosure. The vulnerability carries a CVSS v3.1 score of 5.5 (MEDIUM) and requires local access with low privileges. Fortinet published the advisory under tracking identifier FG-IR-26-129.

Critical Impact

Local attackers with low privileges can recover sensitive information protected by the hard-coded key, breaching confidentiality of FortiClient-managed data on Windows endpoints.

Affected Products

  • Fortinet FortiClientWindows 7.4.0 through 7.4.2
  • Fortinet FortiClientWindows 7.2 (all versions)
  • Windows endpoints running vulnerable FortiClient builds

Discovery Timeline

  • 2026-05-12 - CVE-2026-44278 published to NVD
  • 2026-05-16 - Last updated in NVD database

Technical Details for CVE-2026-44278

Vulnerability Analysis

The vulnerability stems from the use of a hard-coded cryptographic key embedded in the FortiClientWindows binary. Hard-coded keys [CWE-321] violate the principle that cryptographic material must be unique per installation and stored securely. Any attacker who extracts the key from the binary can decrypt data protected by it across every affected installation.

The CVSS vector indicates the attack requires local access (AV:L) with low privileges (PR:L) and no user interaction. The impact is limited to confidentiality (C:H), with no effect on integrity or availability. This profile aligns with a local information disclosure scenario where a low-privileged user reads or decrypts protected configuration, credentials, or cached data on the host.

Root Cause

The root cause is a static cryptographic key compiled into the FortiClient Windows application. Because every deployed copy of the affected versions shares the same key, extracting the key from one binary compromises the protection of data on all other installations. This eliminates the cryptographic boundary that the algorithm would otherwise provide.

Attack Vector

An attacker with local low-privileged access to a Windows endpoint running an affected FortiClient version can recover the hard-coded key through static analysis of the binary or by inspecting process memory. With the key in hand, the attacker decrypts protected artifacts stored locally by FortiClient. No user interaction is required, and remote exploitation is not possible without prior local access.

No public proof-of-concept code is available, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog. The current EPSS probability is 0.011%, indicating low likelihood of exploitation in the wild at this time.

Detection Methods for CVE-2026-44278

Indicators of Compromise

  • Presence of FortiClientWindows binary versions 7.4.0, 7.4.1, 7.4.2, or any 7.2.x release on managed endpoints.
  • Unexpected access to FortiClient configuration files or registry locations by non-FortiClient processes.
  • Local user-mode tools performing memory inspection against FortiClient.exe or related service processes.

Detection Strategies

  • Inventory installed FortiClient versions across the fleet using endpoint management or software inventory tools.
  • Monitor for process access events targeting FortiClient binaries and data directories by unauthorized processes.
  • Audit local file reads against FortiClient configuration directories under %ProgramData%\Fortinet and user profile paths.

Monitoring Recommendations

  • Enable command-line and process creation logging on Windows endpoints to identify reverse engineering or memory dumping tools.
  • Forward FortiClient and Windows Security event logs to a centralized SIEM for correlation and retention.
  • Alert on unexpected handle opens to FortiClient processes by non-administrative or non-trusted binaries.

How to Mitigate CVE-2026-44278

Immediate Actions Required

  • Identify all Windows endpoints running FortiClientWindows 7.2.x or 7.4.0 through 7.4.2 and prioritize them for upgrade.
  • Review the Fortinet Security Advisory FG-IR-26-129 for the vendor's recommended fixed version.
  • Restrict local administrative and interactive access on endpoints handling sensitive FortiClient configurations.

Patch Information

Fortinet has published advisory FG-IR-26-129 documenting the vulnerability and remediation guidance. Administrators should consult the Fortinet PSIRT advisory for the patched FortiClientWindows release and upgrade affected systems to a non-vulnerable version.

Workarounds

  • Limit local logon rights on endpoints running FortiClient to reduce the population of users able to extract the key.
  • Apply application control policies that block unauthorized debugging, memory inspection, and reverse engineering tools.
  • Rotate any credentials or secrets that may have been stored or protected by FortiClient on affected versions after patching.
bash
# Configuration example: enumerate FortiClient versions on Windows hosts via PowerShell
Get-CimInstance -ClassName Win32_Product |
  Where-Object { $_.Name -like 'FortiClient*' } |
  Select-Object Name, Version, InstallDate

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechFortinet Forticlient

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-321
  • Vendor Resources
  • Fortinet Security Advisory FG-IR-26-129
  • Related CVEs
  • CVE-2024-3661: Fortinet FortiClient VPN Leak Vulnerability

  • CVE-2025-62676: Fortinet FortiClient Privilege Escalation

  • 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