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-2021-37614

CVE-2021-37614: Progress MOVEit Transfer SQLi Vulnerability

CVE-2021-37614 is a SQL injection vulnerability in Progress MOVEit Transfer that allows authenticated attackers to access and manipulate database contents. This article covers technical details, affected versions, and mitigation.

Published: February 25, 2026

CVE-2021-37614 Overview

CVE-2021-37614 is a SQL Injection vulnerability affecting Progress MOVEit Transfer, a widely-used managed file transfer solution. The vulnerability exists in the MOVEit Transfer web application and could allow an authenticated remote attacker to gain unauthorized access to the underlying database. Depending on the database engine being used (MySQL, Microsoft SQL Server, or Azure SQL), an attacker may be able to infer information about the structure and contents of the database, or execute SQL statements that alter or delete database elements via crafted strings sent to unique MOVEit Transfer transaction types.

Critical Impact

Authenticated attackers can exploit this SQL injection vulnerability to access, modify, or delete sensitive database contents in Progress MOVEit Transfer deployments, potentially compromising the integrity of enterprise file transfer operations.

Affected Products

  • Progress MOVEit Transfer versions before 2021.0.3 (13.0.3)
  • Progress MOVEit Transfer versions before 2020.1.5 (12.1.5) and 2020.0.6 (12.0.6)
  • Progress MOVEit Transfer versions before 2019.2.3 (11.2.3), 2019.1.6 (11.1.6), and 2019.0.7 (11.0.7)

Discovery Timeline

  • August 5, 2021 - CVE-2021-37614 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2021-37614

Vulnerability Analysis

This vulnerability is classified under CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), commonly known as SQL Injection. The flaw resides in the MOVEit Transfer web application's handling of user-supplied input when processing unique MOVEit Transfer transaction types.

The vulnerability requires authentication, meaning an attacker must first have valid credentials to access the MOVEit Transfer web application. Once authenticated, the attacker can craft malicious strings that are not properly sanitized before being incorporated into SQL queries. This improper input validation allows the attacker to manipulate database queries in unintended ways.

The impact varies based on the underlying database engine. With MySQL, Microsoft SQL Server, or Azure SQL backends, attackers can potentially read sensitive data, infer database structure, modify existing records, or delete database elements entirely. Given that MOVEit Transfer is an enterprise file transfer solution, the database likely contains sensitive metadata about file transfers, user accounts, and organizational data.

Root Cause

The root cause of CVE-2021-37614 is improper input validation and sanitization in the MOVEit Transfer web application. The application fails to adequately neutralize special characters and SQL syntax elements in user-controlled input before incorporating it into database queries. This allows authenticated users to inject arbitrary SQL commands through crafted strings sent to specific MOVEit Transfer transaction types.

The vulnerability demonstrates a classic failure to implement parameterized queries or prepared statements, which would prevent user input from being interpreted as SQL code rather than data.

Attack Vector

The attack is conducted over the network against the MOVEit Transfer web application. An attacker must first authenticate to the application with valid credentials. Once authenticated, the attacker identifies vulnerable transaction types within the application that accept user input. By crafting malicious payloads containing SQL syntax, the attacker can manipulate the backend database queries.

The exploitation process involves sending specially crafted strings to vulnerable MOVEit Transfer transaction endpoints. These malicious inputs bypass input validation and are directly incorporated into SQL queries, allowing the attacker to execute unauthorized database operations. The specific techniques available depend on the database engine in use, but may include UNION-based injection, error-based injection, or blind SQL injection methods.

Detection Methods for CVE-2021-37614

Indicators of Compromise

  • Unusual SQL error messages in MOVEit Transfer application logs indicating malformed queries
  • Abnormal database query patterns or excessive database errors from the MOVEit Transfer application
  • Evidence of data exfiltration or unexpected data modifications in the MOVEit Transfer database
  • Web application logs showing suspicious transaction requests with SQL-like syntax in parameters

Detection Strategies

  • Deploy Web Application Firewalls (WAF) with SQL injection detection rules to monitor MOVEit Transfer traffic
  • Enable and review detailed logging for the MOVEit Transfer web application and underlying database
  • Implement database activity monitoring (DAM) solutions to detect anomalous query patterns
  • Use Security Information and Event Management (SIEM) tools to correlate authentication events with subsequent suspicious database activity

Monitoring Recommendations

  • Monitor MOVEit Transfer access logs for repeated failed or unusual transaction requests
  • Configure alerts for database errors that may indicate injection attempts
  • Review database audit logs for unauthorized SELECT, UPDATE, INSERT, or DELETE operations
  • Track authenticated user sessions for anomalous behavior patterns following login

How to Mitigate CVE-2021-37614

Immediate Actions Required

  • Upgrade Progress MOVEit Transfer to a patched version immediately
  • Review database logs for evidence of exploitation attempts
  • Audit user accounts and permissions to ensure principle of least privilege
  • Implement network segmentation to limit access to MOVEit Transfer servers

Patch Information

Progress has released fixed versions addressing this SQL injection vulnerability. Organizations should upgrade to the following versions or later:

  • MOVEit Transfer 2021.0.3 (13.0.3)
  • MOVEit Transfer 2020.1.5 (12.1.5)
  • MOVEit Transfer 2020.0.6 (12.0.6)
  • MOVEit Transfer 2019.2.3 (11.2.3)
  • MOVEit Transfer 2019.1.6 (11.1.6)
  • MOVEit Transfer 2019.0.7 (11.0.7)

Detailed patch information is available through the Progress MOVEit Vulnerability Article and version-specific release notes for MOVEit Transfer 2019, MOVEit Transfer 2020, and MOVEit Transfer 2021.

Workarounds

  • Deploy a Web Application Firewall (WAF) with SQL injection protection rules in front of MOVEit Transfer
  • Restrict network access to MOVEit Transfer to trusted IP ranges only
  • Implement strict input validation at the application layer if possible through custom configurations
  • Monitor and limit database privileges used by the MOVEit Transfer application to minimize potential impact
bash
# Example: Restrict network access to MOVEit Transfer using iptables
# Allow only trusted IP ranges to access MOVEit Transfer on port 443
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 192.168.0.0/16 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.17%

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

  • MOVEit Transfer 2019 Release Notes

  • MOVEit Transfer 2020 Release Notes

  • MOVEit Transfer 2021 Release Notes
  • 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
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