CVE-2021-27103 — Accellion FTA Server-Side Request Forgery (SSRF) Vulnerability

CVE-2021-27103

Accellion FTA — SSRF via Crafted POST to wmProgressstat.html; Part of CLOP/FIN11 Exploit Chain Breaching 100+ Organizations in 2020–2021

What is Accellion FTA?

Accellion File Transfer Appliance (FTA) was a legacy enterprise secure file sharing platform used by banks, law firms, government agencies, and healthcare organizations to securely exchange sensitive files. The appliance stored and tracked all file transfers, making it a repository of sensitive organizational data. See CVE-2021-27101 for context on the broader Accellion FTA attack campaign and the organizations affected.

Overview

CVE-2021-27103 is a Server-Side Request Forgery (SSRF) vulnerability (CWE-918) in the Accellion FTA web interface. An attacker sends a crafted POST request to wmProgressstat.html to cause the FTA appliance to make HTTP requests to attacker-controlled internal or external destinations. In the FIN11/CLOP attack chain, this SSRF was used alongside CVE-2021-27101 (SQL injection) and CVE-2021-27104 (OS command injection) to achieve full appliance compromise. The SSRF component enabled callback communication with the attacker's command-and-control infrastructure and internal network reconnaissance. All three CVEs were zero-days exploited beginning December 2020.

Affected Versions

Product Vulnerable Fixed
Accellion FTA versions before FTA_9_12_432 Yes FTA_9_12_432

Technical Details

The wmProgressstat.html endpoint in Accellion FTA accepts POST requests that include URL parameters for tracking file transfer progress. These URL parameters are used by the server to make outbound HTTP requests without adequate validation:

  • Root cause: Server-side request forgery (CWE-918) — the wmProgressstat.html endpoint makes HTTP requests to URLs specified in attacker-controlled POST parameters without restricting the destination to allowed hosts
  • SSRF capabilities: The attacker can cause the FTA appliance to make requests to:
    • Internal network resources (bypassing network perimeter controls)
    • Attacker-controlled external servers (for C2 callback and data exfiltration)
    • Cloud metadata endpoints (if hosted in cloud infrastructure)
  • No authentication required: The endpoint is accessible without prior authentication
  • Chain role: In the FIN11/CLOP attack, SSRF enabled C2 channel establishment for the DEWMODE webshell (deployed via CVE-2021-27104) and supported the NOTSKI credential stealer's data exfiltration path

Discovery

Identified by Mandiant during incident response analysis of the FIN11/CLOP Accellion FTA campaign. All three CVEs were present and chained in the same exploitation activity.

Exploitation Context

The CLOP ransomware campaign that exploited the Accellion FTA vulnerability chain was notable for its data theft focus. Rather than deploying ransomware encryption (which would make the attack immediately visible), FIN11/CLOP used the DEWMODE webshell to quietly exfiltrate files from FTA storage over weeks or months before victims realized they had been breached. The SSRF component facilitated covert C2 communication that blended with legitimate FTA outbound traffic patterns. Over 100 organizations in multiple countries were affected.

Remediation

  1. Apply Accellion FTA patch FTA_9_12_432 or later — this addresses all three FTA CVEs (CVE-2021-27101, -27103, -27104)
  2. Examine FTA outbound network connections for unexpected requests to external IPs or unusual internal destinations
  3. Check FTA logs for POST requests to wmProgressstat.html with unusual URL parameter values
  4. Look for DEWMODE webshell indicators (Mandiant's published IoCs) in FTA web directories
  5. Migrate from Accellion FTA to a supported file transfer platform — Accellion itself recommended migration to their kiteworks product given FTA's EOL status
  6. See CVE-2021-27101 for full remediation context on the FTA attack chain

Key Details

PropertyValue
CVE ID CVE-2021-27103
Vendor / Product Accellion — FTA
NVD Published2021-02-16
NVD Last Modified2025-11-03
CVSS 3.1 Score9.8
CVSS 3.1 VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
SeverityCRITICAL
CWE CWE-918 find similar ↗
CISA KEV Added2021-11-03
CISA KEV Deadline2021-11-17
Known Ransomware Use ⚠️ Yes

CVSS 3.1 Breakdown

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Required Action

CISA BOD 22-01 Deadline: 2021-11-17. Apply updates per vendor instructions.

Timeline

DateEvent
2020-12-16FIN11/UNC2546 begins exploiting Accellion FTA zero-days (CVE-2021-27101, -27103, -27104)
2021-01-12Accellion releases emergency patches for FTA vulnerabilities
2021-02-16CVE published
2021-03CLOP publishes stolen data from 100+ victim organizations
2021-11-03Added to CISA Known Exploited Vulnerabilities catalog
2021-11-17CISA BOD 22-01 remediation deadline