Rapid7 Vulnerability & Exploit Database

Atlassian Crowd pdkinstall Unauthenticated Plugin Upload RCE

Back to Search

Atlassian Crowd pdkinstall Unauthenticated Plugin Upload RCE

Disclosed
05/22/2019
Created
08/12/2021

Description

This module can be used to upload a plugin on Atlassian Cloud via the pdkinstall development plugin as an unauthenticated attacker. The payload is uploaded as a JAR archive containing a servlet using a POST request to /crowd/admin/uploadplugin.action. The check command will check that the /crowd/admin/uploadplugin.action page exists and that it responds appropriately to determine if the target is vulnerable or not.

Author(s)

  • Paul
  • Corben Leo
  • Grant Willcox

Platform

Java

Architectures

java

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

;