Rapid7 Vulnerability & Exploit Database

Wordpress Popular Posts Authenticated RCE

Back to Search

Wordpress Popular Posts Authenticated RCE

Disclosed
06/11/2021
Created
12/20/2021

Description

This exploit requires Metasploit to have a FQDN and the ability to run a payload web server on port 80, 443, or 8080. The FQDN must also not resolve to a reserved address (192/172/127/10). The server must also respond to a HEAD request for the payload, prior to getting a GET request. This exploit leverages an authenticated improper input validation in Wordpress plugin Popular Posts <= 5.3.2. The exploit chain is rather complicated. Authentication is required and 'gd' for PHP is required on the server. Then the Popular Post plugin is reconfigured to allow for an arbitrary URL for the post image in the widget. A post is made, then requests are sent to the post to make it more popular than the previous #1 by 5. Once the post hits the top 5, and after a 60sec (we wait 90) server cache refresh, the homepage widget is loaded which triggers the plugin to download the payload from our server. Our payload has a 'GIF' header, and a double extension ('.gif.php') allowing for arbitrary PHP code to be executed.

Author(s)

  • h00die
  • Simone Cristofaro
  • Jerome Bruandet

Platform

PHP

Architectures

php

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

;