← Vulnerability feed

Vulnerability record · CVE-2025-31161 · published 3 April 2025

CVE-2025-31161: CrushFTP AWS4-HMAC auth bypass enables crushadmin takeover

Crushftp · Crushftp

CrushFTP 10 before 10.8.4 and 11 before 11.3.1 contains an authentication bypass in the AWS4-HMAC (S3-compatible) authorization method of its HTTP component. A race condition, further stabilized by a mangled AWS4-HMAC header, lets the server authenticate a session before user verification completes, allowing login as any known or guessable user such as crushadmin. This matters because it leads to full administrative compromise of the file transfer server and has been exploited in the wild.

9.8 CVSS 3.1 Critical CISA KEV since 7 Apr 2025 Known ransomware use EPSS 100% · top 0.1% CWE-305 · CWE-305
9.8CVSS 3.1 base score
100%EPSS exploitation probability, 30 days
YesIn CISA KEV, fix deadline passed
1Affected product versions listed by NVD
10References, 4 tagged exploit
17 Jun 2026Last modified by NVD

Description

CrushFTP 10 before 10.8.4 and 11 before 11.3.1 allows authentication bypass and takeover of the crushadmin account (unless a DMZ proxy instance is used), as exploited in the wild in March and April 2025, aka "Unauthenticated HTTP(S) port access." A race condition exists in the AWS4-HMAC (compatible with S3) authorization method of the HTTP component of the FTP server. The server first verifies the existence of the user by performing a call to login_user_pass() with no password requirement. This will authenticate the session through the HMAC verification process and up until the server checks for user verification once more. The vulnerability can be further stabilized, eliminating the need for successfully triggering a race condition, by sending a mangled AWS4-HMAC header. By providing only the username and a following slash (/), the server will successfully find a username, which triggers the successful anypass authentication process, but the server will fail to find the expected SignedHeaders entry, resulting in an index-out-of-bounds error that stops the code from reaching the session cleanup. Together, these issues make it trivial to authenticate as any known or guessable user (e.g., crushadmin), and can lead to a full compromise of the system by obtaining an administrative account.

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 16 September 2026. Confidence: high.

critical priorityCVSS 9.8, active in-the-wild exploitation, CISA KEV listing with ransomware use, and near-maximum EPSS make this an urgent patch-first issue.

What it is

CrushFTP 10 before 10.8.4 and 11 before 11.3.1 contains an authentication bypass in the AWS4-HMAC (S3-compatible) authorization method of its HTTP component. A race condition, further stabilized by a mangled AWS4-HMAC header, lets the server authenticate a session before user verification completes, allowing login as any known or guessable user such as crushadmin. This matters because it leads to full administrative compromise of the file transfer server and has been exploited in the wild.

Impact

An unauthenticated attacker can take over the crushadmin account and gain full control of the CrushFTP system, including access to stored files and administrative functions. CISA KEV lists known ransomware campaign use, raising the risk of data theft and encryption.

Attack surface

Reachable over the network via the HTTP(S) port using the AWS4-HMAC authorization method; no authentication or user interaction is required per the CVSS vector AV:N/AC:L/PR:N/UI:N. The bypass does not apply when a DMZ proxy instance is used.

Exploitation

Exploited in the wild in March and April 2025, added to CISA KEV on 2025-04-07 with a 2025-04-28 due date, and flagged for known ransomware campaign use. EPSS is 0.99976 (99.978th percentile), and multiple references are tagged Exploit.

What to do

  • Upgrade CrushFTP to 10.8.4 or later in the 10.x line, or 11.3.1 or later in the 11.x line.
  • If immediate patching is not possible, follow the vendor's mitigation guidance and CISA BOD 22-01 direction, including discontinuing use if mitigations are unavailable.
  • Deploy CrushFTP behind a DMZ proxy instance, which the advisory states prevents this bypass.
  • Restrict network exposure of the CrushFTP HTTP(S) interface to trusted sources and monitor for unauthorized administrative logins.
  • Rotate credentials and review accounts for signs of compromise, especially crushadmin, after exposure.

Detection

  • Hunt for HTTP(S) requests to CrushFTP using AWS4-HMAC authorization headers with malformed or missing SignedHeaders entries.
  • Alert on successful authentication or session creation for crushadmin or other privileged accounts from unexpected source IPs.
  • Review CrushFTP logs for authentication sequences where login_user_pass() succeeds without a password followed by errors or index-out-of-bounds conditions.
  • Monitor for post-exploitation activity on CrushFTP hosts, including new administrative actions, file access anomalies, or ransomware indicators.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Exploitation in the wild

CISA added CVE-2025-31161 to the Known Exploited Vulnerabilities catalog on 7 April 2025 as "CrushFTP Authentication Bypass Vulnerability". CISA reports known use in ransomware campaigns. Required action: Apply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable. Federal deadline 28 April 2025.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2025-31161 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

10.0CVE-2024-4040CrushFTP server-side template injection enables unauthenticated sandbox escape and RCECrushFTP versions before 10.7.1 and 11.1.0 contain a server-side template injection flaw that lets unauthenticated remote attackers escape the VFS sa…KEVEPSS 100%analysed9.8CVE-2025-54309CrushFTP AS2 validation flaw grants remote admin accessCrushFTP 10 before 10.8.5 and 11 before 11.3.4_23 mishandle AS2 validation when the DMZ proxy feature is not in use, letting remote attackers obtain …KEVEPSS 95%analysed9.8CVE-2024-53552Crushftp weak password recovery vulnerabilityCrushFTP 10 before 10.8.3 and 11 before 11.2.3 mishandles password reset, leading to account takeover.EPSS 0.82%9.8CVE-2023-43177CrushFTP object attribute manipulation flaw allows unauthenticated compromiseCrushFTP prior to 10.5.1 is vulnerable to Improperly Controlled Modification of Dynamically-Determined Object Attributes (CWE-913). A remote, unauthe…EPSS 82%analysed9.8CVE-2017-14035Crushftp deserialization of untrusted data vulnerabilityCrushFTP 8.x before 8.2.0 has a serialization vulnerability.EPSS 1.6%6.1CVE-2025-63419Crushftp cross-site scripting vulnerabilityCross Site Scripting (XSS) vulnerability in CrushFTP 11.3.6_48. The Web-Based Server has a feature where users can share files, the feature reflects …EPSS 0.23%6.1CVE-2024-22910Crushftp cross-site scripting vulnerabilityCross Site Scripting (XSS) vulnerability in CrushFTP v.10.6.0 and v.10.5.5 allows an attacker to execute arbitrary code via a crafted payload.EPSS 0.50%6.1CVE-2018-18288Crushftp open redirect vulnerabilityCrushFTP through 8.3.0 is vulnerable to credentials theft via URL redirection.EPSS 0.64%

Source: NIST National Vulnerability Database (record CVE-2025-31161), CISA KEV, FIRST EPSS (scores of 2026-09-16). This page is refreshed as NVD updates the record.