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-2023-35708

CVE-2023-35708: Progress MOVEit Transfer SQLi Vulnerability

CVE-2023-35708 is a SQL injection vulnerability in Progress MOVEit Transfer allowing unauthenticated attackers to access the database. This article covers the technical details, affected versions, and mitigation strategies.

Published: February 11, 2026

CVE-2023-35708 Overview

CVE-2023-35708 is a SQL injection vulnerability identified in Progress MOVEit Transfer, a widely deployed managed file transfer (MFT) solution used by enterprises and government agencies for secure data exchange. The vulnerability exists in the MOVEit Transfer web application, allowing an unauthenticated attacker to gain unauthorized access to the MOVEit Transfer database by submitting a crafted payload to an application endpoint. Successful exploitation could result in modification and disclosure of MOVEit database content.

Critical Impact

An unauthenticated remote attacker can exploit this SQL injection vulnerability to access, modify, or disclose sensitive data stored in the MOVEit Transfer database without any authentication requirements.

Affected Products

  • Progress MOVEit Transfer before 2021.0.8 (13.0.8)
  • Progress MOVEit Transfer before 2021.1.6 (13.1.6)
  • Progress MOVEit Transfer before 2022.0.6 (14.0.6)
  • Progress MOVEit Transfer before 2022.1.7 (14.1.7)
  • Progress MOVEit Transfer before 2023.0.3 (15.0.3)
  • Progress MOVEit Transfer 2020.1.x before 2020.1.10 (12.1.10)

Discovery Timeline

  • June 16, 2023 - CVE-2023-35708 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-35708

Vulnerability Analysis

This vulnerability is classified as CWE-89 (SQL Injection), representing improper neutralization of special elements used in SQL commands. The flaw resides in the MOVEit Transfer web application, which fails to properly sanitize user-supplied input before incorporating it into SQL queries executed against the backend database.

The attack can be executed remotely over the network without requiring any authentication or user interaction. An attacker can submit specially crafted payloads to vulnerable application endpoints, allowing them to manipulate SQL queries and gain unauthorized access to database contents. The impact encompasses complete compromise of data confidentiality and integrity within the MOVEit Transfer database.

Root Cause

The root cause of CVE-2023-35708 is insufficient input validation and sanitization in the MOVEit Transfer web application. When processing user-supplied data, the application fails to properly escape or parameterize SQL statements, allowing malicious SQL commands to be injected and executed against the database. This represents a fundamental secure coding failure where untrusted input is directly concatenated into database queries rather than using prepared statements or parameterized queries.

Attack Vector

The attack vector is network-based, requiring the attacker to have network access to the MOVEit Transfer web application. The exploitation process involves:

  1. Identifying an exposed MOVEit Transfer instance accessible over the network
  2. Crafting a malicious SQL injection payload targeting vulnerable application endpoints
  3. Submitting the payload to the web application without authentication
  4. Leveraging successful injection to extract, modify, or delete database contents

The vulnerability does not require any form of authentication, making it particularly dangerous for internet-facing MOVEit Transfer deployments. Attackers can potentially access sensitive file transfer metadata, user credentials, and other confidential data stored in the database.

Detection Methods for CVE-2023-35708

Indicators of Compromise

  • Unusual database queries or errors in MOVEit Transfer logs, particularly those containing SQL syntax or unexpected characters
  • Unexpected data exfiltration or modification patterns in the MOVEit Transfer database
  • Anomalous HTTP requests to MOVEit Transfer endpoints containing SQL keywords such as UNION, SELECT, INSERT, or encoded equivalents
  • Unauthorized access to sensitive files or data that should be protected by access controls

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules specifically designed to detect SQL injection patterns in HTTP requests to MOVEit Transfer
  • Implement database activity monitoring to alert on unusual query patterns, failed authentication attempts, or bulk data access
  • Review MOVEit Transfer application logs and IIS/web server logs for suspicious request patterns containing SQL injection signatures
  • Configure network intrusion detection systems (IDS) with signatures for known MOVEit exploitation attempts

Monitoring Recommendations

  • Enable detailed logging for the MOVEit Transfer application and associated database servers
  • Monitor for bulk data access or export operations that deviate from normal baseline activity
  • Establish alerts for any unauthenticated access attempts to sensitive application endpoints
  • Track network connections to MOVEit Transfer from unexpected geographic locations or IP ranges

How to Mitigate CVE-2023-35708

Immediate Actions Required

  • Immediately upgrade MOVEit Transfer to a patched version: 2020.1.10 (12.1.10), 2021.0.8 (13.0.8), 2021.1.6 (13.1.6), 2022.0.6 (14.0.6), 2022.1.7 (14.1.7), or 2023.0.3 (15.0.3)
  • If immediate patching is not possible, consider temporarily disabling HTTP and HTTPS traffic to the MOVEit Transfer server
  • Apply the DLL drop-in fix as provided by Progress Software for environments that cannot perform full upgrades
  • Conduct a forensic review of MOVEit Transfer logs and database audit trails to identify any potential compromise

Patch Information

Progress Software has released patched versions addressing this vulnerability. Organizations should apply the appropriate fix based on their current version:

  • Version 12.1.x: Upgrade to 2020.1.10 (12.1.10)
  • Version 13.0.x: Upgrade to 2021.0.8 (13.0.8)
  • Version 13.1.x: Upgrade to 2021.1.6 (13.1.6)
  • Version 14.0.x: Upgrade to 2022.0.6 (14.0.6)
  • Version 14.1.x: Upgrade to 2022.1.7 (14.1.7)
  • Version 15.0.x: Upgrade to 2023.0.3 (15.0.3)

For detailed patch information and download links, refer to the Progress MOVEit Transfer Vulnerability Advisory and the Progress Security Advisory. Additionally, CISA has issued guidance available in the CISA Security Advisory on MOVEit.

Workarounds

  • Restrict network access to MOVEit Transfer by implementing strict firewall rules limiting access to trusted IP addresses only
  • Disable HTTP/HTTPS traffic to MOVEit Transfer ports (80/443) until patches can be applied
  • Place the MOVEit Transfer server behind a VPN or other network access control mechanism to reduce exposure
  • Implement a Web Application Firewall (WAF) with SQL injection detection rules as an additional layer of defense
bash
# Example: Block external access to MOVEit Transfer using Windows Firewall
# Run in elevated PowerShell to restrict access to trusted networks only
New-NetFirewallRule -DisplayName "Block External MOVEit Access" -Direction Inbound -Protocol TCP -LocalPort 443 -Action Block -RemoteAddress "!10.0.0.0/8,172.16.0.0/12,192.168.0.0/16"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechProgress Moveit Transfer

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability81.72%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • CISA Security Advisory on MOVEit
  • Vendor Resources
  • Progress MOVEit Transfer Vulnerability

  • Progress Security Advisory for MOVEit
  • Related CVEs
  • CVE-2023-34362: Progress MOVEit Transfer SQLi Vulnerability

  • CVE-2023-42660: Progress MOVEit Transfer SQLi Vulnerability

  • CVE-2023-36934: Progress MOVEit Transfer SQLi Vulnerability

  • CVE-2023-36932: Progress MOVEit Transfer SQLi 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