Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2023-42657

CVE-2023-42657: Progress WS_FTP Server Path Traversal

CVE-2023-42657 is a path traversal vulnerability in Progress WS_FTP Server that enables attackers to perform unauthorized file operations outside authorized directories and on the underlying OS. Learn about affected versions and mitigations.

Published: February 4, 2026

CVE-2023-42657 Overview

CVE-2023-42657 is a critical directory traversal vulnerability affecting Progress WS_FTP Server versions prior to 8.7.4 and 8.8.2. This vulnerability allows authenticated attackers to escape the authorized WS_FTP folder path and perform unauthorized file operations including delete, rename, rmdir, and mkdir on files and folders outside their designated directory structure. More critically, attackers can escape the WS_FTP Server file structure entirely and execute these same file operations on arbitrary locations within the underlying operating system.

Critical Impact

Attackers with low-privileged access can manipulate critical system files and directories outside of the WS_FTP sandbox, potentially leading to complete system compromise, data destruction, or denial of service through deletion of essential operating system components.

Affected Products

  • Progress WS_FTP Server versions prior to 8.7.4
  • Progress WS_FTP Server versions prior to 8.8.2
  • All WS_FTP Server deployments running vulnerable versions

Discovery Timeline

  • September 27, 2023 - CVE-2023-42657 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-42657

Vulnerability Analysis

This directory traversal vulnerability (CWE-22) exists due to insufficient validation of user-supplied file paths in the WS_FTP Server application. When users perform file operations through the FTP interface, the server fails to properly sanitize path components, allowing the inclusion of directory traversal sequences that navigate outside the intended directory scope.

The vulnerability is particularly severe because it affects multiple file system operations simultaneously—not just read operations, but destructive operations like delete, rename, and directory manipulation. This broad impact surface means attackers can cause significant damage to both application data and host system integrity.

The attack requires network access and low-level privileges (authenticated user account), but once authenticated, the attacker can leverage the traversal to reach any location the WS_FTP service account has permissions to access on the underlying operating system.

Root Cause

The root cause of CVE-2023-42657 lies in improper input validation within the WS_FTP Server's file path handling routines. The application fails to adequately normalize and validate file paths before processing file operations, allowing sequences such as ../ or encoded variants to traverse beyond the designated user directory boundaries. This insufficient path canonicalization enables the bypass of intended access controls, extending the attacker's reach from the restricted FTP environment to the broader file system.

Attack Vector

The attack is conducted over the network against authenticated WS_FTP Server sessions. An attacker first authenticates with valid (potentially low-privileged) credentials to establish an FTP session. Once connected, the attacker crafts file operation requests containing directory traversal sequences to target files and directories outside their authorized path.

The traversal sequences allow the attacker to navigate upward from the WS_FTP jail directory, ultimately reaching the root of the file system or any other accessible location. From there, the attacker can execute delete, rename, mkdir, and rmdir operations against critical system files, application configurations, databases, or other sensitive data residing on the server.

Detection Methods for CVE-2023-42657

Indicators of Compromise

  • Presence of directory traversal sequences (../, ..%2F, ..%5C) in FTP command logs
  • Unexpected file deletions or directory modifications outside of WS_FTP data directories
  • FTP session logs showing operations targeting system paths like C:\Windows\ or /etc/
  • Anomalous file operation failures indicating attempted access to restricted paths

Detection Strategies

  • Implement log monitoring for FTP commands containing path traversal patterns
  • Deploy file integrity monitoring (FIM) on critical system directories and WS_FTP installation folders
  • Configure SIEM rules to alert on suspicious file operations originating from WS_FTP service processes
  • Monitor for unusual patterns of delete, rename, mkdir, or rmdir operations in FTP logs

Monitoring Recommendations

  • Enable verbose logging in WS_FTP Server to capture full file operation paths
  • Correlate FTP authentication events with subsequent file system activities
  • Monitor the WS_FTP service account for file operations outside expected directories
  • Implement network-based detection for FTP traffic containing traversal sequences

How to Mitigate CVE-2023-42657

Immediate Actions Required

  • Upgrade WS_FTP Server to version 8.7.4 or later for the 8.7.x branch
  • Upgrade WS_FTP Server to version 8.8.2 or later for the 8.8.x branch
  • Review FTP logs for signs of exploitation prior to patching
  • Audit file system integrity to identify any unauthorized modifications

Patch Information

Progress Software has released security patches addressing this vulnerability. Organizations should immediately upgrade to WS_FTP Server version 8.7.4 or 8.8.2 (or later) depending on their deployment branch. Detailed patch information and installation instructions are available in the Progress WS-FTP Critical Vulnerability Advisory.

Workarounds

  • Restrict network access to WS_FTP Server to trusted IP ranges only
  • Implement additional network segmentation to isolate FTP servers from critical systems
  • Run WS_FTP Server service under a minimal-privilege account to limit traversal impact
  • Deploy web application firewall (WAF) or network intrusion prevention rules to filter traversal attempts
  • Temporarily disable WS_FTP Server if immediate patching is not possible and risk is unacceptable
bash
# Example: Restrict WS_FTP Server access via Windows Firewall
# Allow only specific trusted IP ranges to connect to FTP port
netsh advfirewall firewall add rule name="WS_FTP Restricted Access" ^
    dir=in action=allow protocol=TCP localport=21 ^
    remoteip=10.0.0.0/8,192.168.1.0/24 ^
    program="C:\Program Files\WS_FTP Server\ftpsvc.exe"

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechProgress Ws Ftp Server

  • SeverityCRITICAL

  • CVSS Score9.6

  • EPSS Probability0.60%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • Progress WS-FTP Overview
  • Vendor Resources
  • Progress WS-FTP Critical Vulnerability
  • Related CVEs
  • CVE-2023-40044: Progress WS_FTP Server 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