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

CVE-2024-38657: Ivanti Connect Secure Path Traversal

CVE-2024-38657 is a path traversal vulnerability in Ivanti Connect Secure allowing authenticated admins to write arbitrary files. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: January 22, 2026

CVE-2024-38657 Overview

CVE-2024-38657 is an external control of file name vulnerability (CWE-73) affecting Ivanti Connect Secure and Ivanti Policy Secure products. This vulnerability allows a remote authenticated attacker with administrative privileges to write arbitrary files on the target system. While the attack requires prior authentication with admin credentials, successful exploitation could enable an attacker to overwrite critical system files, plant malicious content, or establish persistent access mechanisms on affected appliances.

Critical Impact

Authenticated administrators can write arbitrary files to the system, potentially enabling configuration tampering, backdoor installation, or disruption of VPN gateway services.

Affected Products

  • Ivanti Connect Secure versions before 22.7R2.4
  • Ivanti Policy Secure versions before 22.7R1.3
  • Ivanti Connect Secure version 22.7 through 22.7R2.3

Discovery Timeline

  • February 21, 2025 - CVE-2024-38657 published to NVD
  • July 9, 2025 - Last updated in NVD database

Technical Details for CVE-2024-38657

Vulnerability Analysis

This vulnerability stems from improper handling of user-controlled file names within the Ivanti Connect Secure and Policy Secure administrative interfaces. The flaw allows an authenticated administrator to manipulate file name parameters, enabling writes to arbitrary locations on the file system. While the requirement for administrative authentication limits the attack surface, compromised admin credentials—whether through phishing, credential stuffing, or other means—could allow threat actors to leverage this vulnerability for malicious purposes.

The network-based attack vector means exploitation can occur remotely over the network without requiring physical access to the appliance. The vulnerability specifically impacts the integrity of the system, as attackers can modify or create files, but does not directly expose confidential data or cause availability issues according to the assessed impact metrics.

Root Cause

The root cause of CVE-2024-38657 is external control of a file name (CWE-73). The application fails to properly validate or sanitize file name input provided by users, allowing attackers to specify arbitrary file paths. When administrative functions accept file name parameters without adequate restrictions, attackers can direct file write operations to sensitive system locations outside the intended directories.

This class of vulnerability typically arises when:

  • File paths are constructed using user-supplied input without proper validation
  • Path traversal sequences (such as ../) are not filtered or neutralized
  • Symbolic link resolution is not properly handled
  • Allowlist validation of acceptable file locations is not enforced

Attack Vector

The attack requires network access to the administrative interface of Ivanti Connect Secure or Policy Secure appliances. An attacker must possess valid administrative credentials to exploit this vulnerability. Once authenticated, the attacker can manipulate file name parameters in administrative operations to write files to arbitrary locations on the file system.

Potential attack scenarios include:

  • Overwriting configuration files to modify system behavior
  • Writing malicious scripts or binaries to establish persistence
  • Modifying authentication-related files to create backdoor access
  • Planting web shells in accessible directories

Given that Ivanti VPN appliances are critical network infrastructure components, this vulnerability could serve as a foothold for broader network compromise if administrative credentials are obtained through other means.

Detection Methods for CVE-2024-38657

Indicators of Compromise

  • Unexpected files appearing in system directories outside normal administrative operations
  • Unusual file modification timestamps on critical configuration files
  • Evidence of path traversal sequences in web server or application logs
  • Administrative session activity from unexpected source IP addresses or at unusual times

Detection Strategies

  • Review administrative access logs for unusual file operations or path patterns containing traversal sequences
  • Implement file integrity monitoring (FIM) on Ivanti appliances to detect unauthorized file changes
  • Monitor for administrative authentication from unexpected network locations or during off-hours
  • Deploy network-based detection for suspicious patterns in traffic to Ivanti administrative interfaces

Monitoring Recommendations

  • Enable comprehensive logging on Ivanti Connect Secure and Policy Secure appliances
  • Configure SIEM alerts for administrative actions involving file operations
  • Establish baseline administrative activity patterns and alert on deviations
  • Regularly audit administrative user accounts and access permissions

How to Mitigate CVE-2024-38657

Immediate Actions Required

  • Upgrade Ivanti Connect Secure to version 22.7R2.4 or later immediately
  • Upgrade Ivanti Policy Secure to version 22.7R1.3 or later immediately
  • Audit administrative accounts and enforce strong authentication including multi-factor authentication (MFA)
  • Review recent administrative activity logs for signs of exploitation

Patch Information

Ivanti has released security patches addressing this vulnerability in the February 2025 security advisory. Administrators should update to the following minimum versions:

  • Ivanti Connect Secure: Version 22.7R2.4 or later
  • Ivanti Policy Secure: Version 22.7R1.3 or later

For detailed patch information and download links, refer to the Ivanti February Security Advisory.

Workarounds

  • Restrict administrative interface access to trusted internal networks only using firewall rules
  • Implement network segmentation to limit exposure of management interfaces
  • Enable and enforce multi-factor authentication for all administrative accounts
  • Review and minimize the number of users with administrative privileges
bash
# Example: Restrict administrative access via firewall (adjust for your environment)
# Block external access to Ivanti admin interface (typically port 443/admin paths)
iptables -A INPUT -p tcp --dport 443 -s ! 10.0.0.0/8 -j DROP

# Alternatively, use ACLs on your network firewall to restrict access
# to the Ivanti management interface to specific administrator workstations

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechIvanti Connect Secure

  • SeverityMEDIUM

  • CVSS Score4.9

  • EPSS Probability0.19%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-73
  • Vendor Resources
  • Ivanti Security Advisory - February
  • Related CVEs
  • CVE-2021-22894: Ivanti Connect Secure RCE Vulnerability

  • CVE-2021-22899: Ivanti Connect Secure RCE Vulnerability

  • CVE-2021-22893: Ivanti Connect Secure Auth Bypass Flaw

  • CVE-2021-22900: Ivanti Connect Secure RCE Vulnerability
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