This module leverages an authentication bypass in CrushFTP 11 < 11.3.1 and 10 < 10.8.4. Attackers with knowledge of a valid username can provide a crafted S3 authentication header to the CrushFTP web API to authenticate as that user without valid credentials. When successfully executed, the exploit will output working session cookies for the target user account.
To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':
msf > use auxiliary/gather/crushftp_authbypass_cve_2025_2825
msf auxiliary(crushftp_authbypass_cve_2025_2825) > show actions
...actions...
msf auxiliary(crushftp_authbypass_cve_2025_2825) > set ACTION < action-name >
msf auxiliary(crushftp_authbypass_cve_2025_2825) > show options
...show and set options...
msf auxiliary(crushftp_authbypass_cve_2025_2825) > run
Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.
– Jim O’Gorman | President, Offensive Security