CRITICAL🚩 CISA KEV⚡ EXPLOIT✓ PATCH🇵🇱 Wersja polska

CVE-2025-31161

CVSS 9.8v3.1pub. 2025-04-03upd. 2025-10-31

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.

🤖 AI Analysis
How it works

In the AWS4-HMAC authorization method (compatible with S3), the server first verifies user existence by calling login_user_pass() without checking the password, which authenticates the session through the HMAC verification process. There is a time window (race condition) during which the session is considered valid before the server re-verifies the user. The vulnerability can be additionally stabilized – without needing to win the race condition – by sending a malformed AWS4-HMAC header containing only the username and a forward slash (/). The server then finds the user and initiates the authentication process, but does not find the required SignedHeaders entry, causing an index-out-of-bounds error that stops the code before session cleanup, leaving the session authenticated.

Impact

An attacker can authenticate as any known or guessable user, including crushadmin, leading to complete CrushFTP server compromise and takeover of all data managed by it.

Mitigation & patch

CrushFTP must be immediately updated to version 10.8.4 or later (for the 10 branch) or to version 11.3.1 or later (for the 11 branch). As a temporary measure, a proxy instance in DMZ mode can be implemented, which according to the vendor's description blocks the possibility of exploiting this vulnerability.

Who is affected

CrushFTP version 10 before 10.8.4 and CrushFTP version 11 before 11.3.1. The vulnerability does not affect instances protected by a DMZ mode proxy.

Analysis generated by Claude AI (Anthropic) based on NVD data. Always verify with vendor.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Crushftp

    APP
    Crushftp
    10.0.0 – 10.8.4 (bez)11.0.0 – 11.3.1 (bez)

CISA KEV — detailsi

Vendori
CrushFTP
Producti
CrushFTP
Added to KEVi
April 7, 2025
Remediation deadline (US Federal)i
April 28, 2025(overdue)
Ransomwarei
Active ransomware campaigns exploit this vulnerability
Required action (CISA)i

Apply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable.

CISA descriptioni

CrushFTP contains an authentication bypass vulnerability in the HTTP authorization header that allows a remote unauthenticated attacker to authenticate to any known or guessable user account (e.g., crushadmin), potentially leading to a full compromise.

🔴
IMMEDIATE ACTION
Actively exploited in the wild (CISA KEV). Patch immediately.
☠️WYKORZYSTYWANE W RANSOMWARECISA DEADLINE: 28 kwietnia 2025
Tags
Auth BypassMemoryRace Condition
CWE
References

Related vulnerabilities

CVE-2025-54309CRITICAL9.0⚠ KEVPL ✓ten sam produkt

CrushFTP – błąd walidacji AS2 umożliwia zdalny dostęp administracyjny

CVE-2024-4040CRITICAL9.8⚠ KEVPL ✓ten sam produkt

Server Side Template Injection w CrushFTP — RCE bez uwierzytelnienia

CVE-2024-53552CRITICAL9.8PL ✓ten sam produkt

CrushFTP: Przejęcie konta przez błąd w resetowaniu hasła

CVE-2023-43177CRITICAL9.8PL ✓ten sam produkt

CrushFTP – krytyczna podatność na manipulację atrybutami obiektów (przed wersją 10.5.1)

CVE-2017-14035CRITICAL9.8ten sam produkt

CrushFTP 8.x before 8.2.0 has a serialization vulnerability.