Rapid7 Vulnerability & Exploit Database

ProjectSend r1295 - r1605 Unauthenticated Remote Code Execution

Back to Search

ProjectSend r1295 - r1605 Unauthenticated Remote Code Execution

Disclosed
07/19/2024
Created
11/21/2024

Description

This module exploits an improper authorization vulnerability in ProjectSend versions r1295 through r1605. The vulnerability allows an unauthenticated attacker to obtain remote code execution by enabling user registration, disabling the whitelist of allowed file extensions, and uploading a malicious PHP file to the server.

Author(s)

  • Florent Sicchio
  • Hugo Clout
  • ostrichgolf

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 exploit/linux/http/projectsend_unauth_rce
msf exploit(projectsend_unauth_rce) > show targets
    ...targets...
msf exploit(projectsend_unauth_rce) > set TARGET < target-id >
msf exploit(projectsend_unauth_rce) > show options
    ...show and set options...
msf exploit(projectsend_unauth_rce) > exploit

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

;