Rapid7 Vulnerability & Exploit Database

Wordpress BulletProof Security Backup Disclosure

Back to Search

Wordpress BulletProof Security Backup Disclosure

Disclosed
09/17/2021
Created
10/29/2021

Description

The Wordpress plugin BulletProof Security, versions <= 5.1, suffers from an information disclosure vulnerability, in that the db_backup_log.txt is publicly accessible. If the backup functionality is being utilized, this file will disclose where the backup files can be downloaded. After downloading the backup file, it will be parsed to grab all user credentials.

Author(s)

  • Ron Jost (Hacker5preme)
  • h00die

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

;