Rapid7 Vulnerability & Exploit Database

Progress MOVEit SFTP Authentication Bypass for Arbitrary File Read

Back to Search

Progress MOVEit SFTP Authentication Bypass for Arbitrary File Read

Disclosed
06/25/2024
Created
07/08/2024

Description

This module exploits CVE-2024-5806, an authentication bypass vulnerability in the MOVEit Transfer SFTP service. The following version are affected: * MOVEit Transfer 2023.0.x (Fixed in 2023.0.11) * MOVEit Transfer 2023.1.x (Fixed in 2023.1.6) * MOVEit Transfer 2024.0.x (Fixed in 2024.0.2) The module can establish an authenticated SFTP session for a MOVEit Transfer user. The module allows for both listing the contents of a directory, and the reading of an arbitrary file.

Author(s)

  • sfewer-r7

Development

Module Options

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/progress_moveit_sftp_fileread_cve_2024_5806
msf auxiliary(progress_moveit_sftp_fileread_cve_2024_5806) > show actions
    ...actions...
msf auxiliary(progress_moveit_sftp_fileread_cve_2024_5806) > set ACTION < action-name >
msf auxiliary(progress_moveit_sftp_fileread_cve_2024_5806) > show options
    ...show and set options...
msf auxiliary(progress_moveit_sftp_fileread_cve_2024_5806) > 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

;