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

CVE-2021-27101: Accellion FTA SQL Injection Vulnerability

CVE-2021-27101 is a SQL injection flaw in Accellion FTA affecting versions 9_12_370 and earlier. Attackers can exploit this via a crafted Host header. This article covers technical details, affected versions, and fixes.

Published: March 4, 2026

CVE-2021-27101 Overview

CVE-2021-27101 is a critical SQL injection vulnerability affecting Accellion File Transfer Appliance (FTA) version 9_12_370 and earlier. The vulnerability exists in the document_root.html endpoint and can be exploited by sending a specially crafted Host header in HTTP requests. Successful exploitation allows unauthenticated remote attackers to execute arbitrary SQL commands against the underlying database, potentially leading to complete system compromise, data exfiltration, and unauthorized access to sensitive files.

This vulnerability has been actively exploited in the wild and is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, making immediate remediation essential for affected organizations.

Critical Impact

This SQL injection vulnerability allows unauthenticated remote attackers to execute arbitrary SQL commands, potentially compromising the entire FTA appliance and accessing all stored files and sensitive data. Active exploitation has been observed in the wild.

Affected Products

  • Accellion FTA version 9_12_370 and earlier
  • All Accellion FTA deployments prior to FTA_9_12_380

Discovery Timeline

  • February 16, 2021 - CVE-2021-27101 published to NVD
  • November 3, 2025 - Last updated in NVD database

Technical Details for CVE-2021-27101

Vulnerability Analysis

This SQL injection vulnerability exists in the Accellion FTA web application's handling of the HTTP Host header when processing requests to document_root.html. The application fails to properly sanitize or validate the Host header value before incorporating it into SQL queries. This allows attackers to inject malicious SQL statements that are executed with the privileges of the database user.

The attack requires no authentication and can be executed remotely over the network. When exploited, attackers can extract sensitive data from the database, modify or delete records, and potentially gain further access to the underlying system through database-specific functionality.

Root Cause

The root cause of this vulnerability is improper input validation and lack of parameterized queries in the Accellion FTA application. The document_root.html endpoint directly incorporates user-controlled input from the HTTP Host header into SQL queries without proper sanitization or the use of prepared statements. This classic SQL injection pattern allows attackers to break out of the intended query structure and inject arbitrary SQL commands.

Attack Vector

The attack vector is network-based and requires no user interaction or authentication. An attacker can exploit this vulnerability by sending a malicious HTTP request with a crafted Host header to the vulnerable document_root.html endpoint. The injected SQL payload is then executed by the database server with the application's database privileges.

The attack can be performed remotely against any internet-exposed Accellion FTA instance running a vulnerable version. Given that FTA appliances are typically used for secure file transfer and often contain sensitive business data, successful exploitation can result in significant data breaches.

The exploitation mechanism involves crafting an HTTP request with a malicious Host header containing SQL injection payloads. The vulnerable endpoint processes this header value without proper sanitization, allowing the attacker's SQL commands to execute against the backend database. For detailed technical information, refer to the GitHub CVE Details.

Detection Methods for CVE-2021-27101

Indicators of Compromise

  • Unusual or malformed Host headers in HTTP request logs targeting document_root.html
  • Database query logs showing unexpected or malicious SQL statements
  • Anomalous file access patterns or bulk data extraction from the FTA system
  • Web server access logs showing repeated requests to document_root.html with unusual parameters

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block SQL injection patterns in HTTP headers
  • Monitor HTTP request logs for requests to document_root.html with abnormal Host header values containing SQL metacharacters such as single quotes, semicolons, or SQL keywords
  • Deploy intrusion detection systems (IDS) with signatures for known Accellion FTA exploitation attempts
  • Review database audit logs for unauthorized queries or data access patterns

Monitoring Recommendations

  • Enable detailed logging on Accellion FTA appliances including HTTP headers and database queries
  • Configure SIEM alerts for SQL injection indicators in web server logs targeting the document_root.html endpoint
  • Monitor network traffic for data exfiltration patterns from FTA appliances
  • Implement file integrity monitoring on FTA appliance configuration and system files

How to Mitigate CVE-2021-27101

Immediate Actions Required

  • Upgrade Accellion FTA to version FTA_9_12_380 or later immediately
  • If immediate patching is not possible, consider taking the FTA appliance offline until patching can be completed
  • Review access logs for signs of past exploitation attempts
  • Conduct a security assessment to determine if the system has been compromised

Patch Information

Accellion has released version FTA_9_12_380 which addresses this SQL injection vulnerability. Organizations should upgrade to this version or later as soon as possible. Given the active exploitation of this vulnerability in the wild, patching should be treated as an emergency priority.

For the latest patch information and upgrade instructions, refer to the Accellion Product Page. Additional details are available in the CISA Known Exploited Vulnerabilities Catalog.

Workarounds

  • Restrict network access to the FTA appliance to only trusted IP addresses and networks
  • Place the FTA appliance behind a web application firewall (WAF) configured to block SQL injection attempts
  • Monitor and filter incoming HTTP requests for suspicious Host header values
  • Consider migrating to Accellion's successor product (Kiteworks) which provides enhanced security features
bash
# Example WAF rule to block suspicious Host headers (ModSecurity syntax)
# Add to your WAF configuration to help mitigate exploitation attempts
SecRule REQUEST_HEADERS:Host "@contains '" "id:1001,phase:1,deny,status:403,msg:'Potential SQL Injection in Host Header'"
SecRule REQUEST_HEADERS:Host "@rx (SELECT|UNION|INSERT|UPDATE|DELETE|DROP)" "id:1002,phase:1,deny,status:403,msg:'SQL Keywords in Host Header'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechAccellion Fta

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.81%

  • 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
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • NVD-CWE-Other
  • Technical References
  • GitHub CVE Details

  • CISA Known Exploits Catalog
  • Vendor Resources
  • Accellion Product Page
  • Related CVEs
  • CVE-2021-27103: Accellion FTA SSRF Vulnerability

  • CVE-2021-27104: Accellion FTA 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