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-50570

CVE-2024-50570: Fortinet FortiClient Info Disclosure Flaw

CVE-2024-50570 is an information disclosure vulnerability in Fortinet FortiClient that allows local authenticated users to retrieve VPN passwords via memory dump. This article covers technical details, affected versions, and fixes.

Published: January 28, 2026

CVE-2024-50570 Overview

A Cleartext Storage of Sensitive Information vulnerability (CWE-312) has been identified in FortiClientWindows and FortiClientLinux. This security flaw may permit a local authenticated user to retrieve VPN passwords via memory dump, due to JavaScript's garbage collector failing to properly clear sensitive data from memory.

Critical Impact

Local authenticated attackers can extract VPN credentials from memory, potentially leading to unauthorized VPN access and lateral movement within corporate networks.

Affected Products

  • FortiClientWindows 7.4.0 through 7.4.1
  • FortiClientWindows 7.2.0 through 7.2.6
  • FortiClientWindows 7.0.0 through 7.0.13
  • FortiClientLinux 7.4.0 through 7.4.2
  • FortiClientLinux 7.2.0 through 7.2.7
  • FortiClientLinux 7.0.0 through 7.0.13

Discovery Timeline

  • 2024-12-18 - CVE-2024-50570 published to NVD
  • 2025-07-24 - Last updated in NVD database

Technical Details for CVE-2024-50570

Vulnerability Analysis

This vulnerability stems from improper handling of sensitive information in memory by the FortiClient VPN application. The root cause is related to JavaScript's garbage collection mechanism, which does not guarantee immediate or secure removal of sensitive data from memory. When users authenticate to a VPN connection, their credentials may remain in cleartext within the application's memory space longer than necessary.

The local attack vector requires the attacker to have authenticated access to the system where FortiClient is installed. While the attack complexity is high and requires user interaction, successful exploitation allows reading of highly confidential VPN credentials. The changed scope indicator suggests that exploitation could impact resources beyond the vulnerable component itself.

Root Cause

The vulnerability exists because JavaScript's garbage collector operates non-deterministically, meaning that memory containing sensitive information like VPN passwords is not securely wiped when no longer needed. Instead, the data persists in memory until the garbage collector reclaims the memory space, which may be significantly delayed. This behavior violates secure coding practices that mandate immediate sanitization of sensitive data after use.

Attack Vector

An attacker with local authenticated access to the target system can exploit this vulnerability by performing a memory dump of the FortiClient process. The attack scenario involves:

  1. Gaining local authenticated access to a system running a vulnerable FortiClient version
  2. Waiting for a legitimate user to authenticate to a VPN connection
  3. Dumping the FortiClient process memory using standard system tools or memory forensics utilities
  4. Searching the memory dump for cleartext VPN credentials
  5. Using the extracted credentials for unauthorized VPN access

The vulnerability requires high privileges and user interaction, as the attacker needs the victim to actively enter their VPN credentials while the attacker has access to the system. This attack could be particularly effective in insider threat scenarios or post-compromise situations where an attacker has established persistent access.

Detection Methods for CVE-2024-50570

Indicators of Compromise

  • Unexpected memory dump files targeting FortiClient processes (FortiClient.exe on Windows, FortiClient binaries on Linux)
  • Suspicious process access patterns from memory forensics tools accessing FortiClient memory space
  • Anomalous VPN authentication attempts using credentials from systems where memory access was detected

Detection Strategies

  • Monitor for process memory access attempts targeting FortiClient executables using endpoint detection tools
  • Deploy memory protection mechanisms that alert on unauthorized process memory reads
  • Implement behavioral analytics to detect memory dumping tools such as procdump, minidump, or similar utilities
  • Enable enhanced logging for FortiClient process interactions

Monitoring Recommendations

  • Configure SentinelOne Singularity Platform to detect memory access anomalies and process injection attempts
  • Implement alerting for the use of memory forensics tools on endpoints with FortiClient installed
  • Monitor Windows Event Logs for suspicious process access events (Event ID 4663, 4656)
  • On Linux systems, monitor for ptrace syscalls targeting FortiClient processes

How to Mitigate CVE-2024-50570

Immediate Actions Required

  • Upgrade FortiClientWindows to version 7.4.2 or later, 7.2.7 or later, or 7.0.14 or later
  • Upgrade FortiClientLinux to version 7.4.3 or later, 7.2.8 or later, or 7.0.14 or later
  • Review all VPN access logs for suspicious authentication patterns
  • Consider rotating VPN credentials for users on potentially affected systems

Patch Information

Fortinet has released security updates addressing this vulnerability. Detailed patch information is available in the Fortinet PSIRT Advisory FG-IR-23-278. Organizations should prioritize upgrading to patched versions of FortiClient for both Windows and Linux platforms.

Workarounds

  • Restrict local administrative access to systems running FortiClient to reduce the attack surface
  • Implement application whitelisting to prevent unauthorized memory dumping tools from executing
  • Enable additional endpoint protection mechanisms that can detect and block memory access attempts
  • Consider using hardware-based credential storage where available
bash
# Verify FortiClient version on Windows (PowerShell)
Get-ItemProperty "HKLM:\SOFTWARE\Fortinet\FortiClient" | Select-Object -Property Version

# Verify FortiClient version on Linux
forticlient --version

# Check for memory dumping tools on Windows
Get-Process | Where-Object {$_.ProcessName -match "procdump|minidump|dumpit"}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechForticlient

  • SeverityMEDIUM

  • CVSS Score5.0

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-312
  • Vendor Resources
  • Fortinet PSIRT Advisory FG-IR-23-278
  • Related CVEs
  • CVE-2024-35282: Fortinet FortiClient Information Disclosure

  • CVE-2026-24018: FortiClientLinux Privilege Escalation Flaw

  • CVE-2025-25251: FortiClient Mac Privilege Escalation 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