Rapid7 Vulnerability & Exploit Database

Wordpress Secure Copy Content Protection and Content Locking sccp_id Unauthenticated SQLi

Back to Search

Wordpress Secure Copy Content Protection and Content Locking sccp_id Unauthenticated SQLi

Disclosed
11/08/2021
Created
02/25/2022

Description

Secure Copy Content Protection and Content Locking, a WordPress plugin, prior to 2.8.2 is affected by an unauthenticated SQL injection via the `sccp_id[]` parameter. Remote attackers can exploit this vulnerability to dump usernames and password hashes from the`wp_users` table of the affected WordPress installation. These password hashes can then be cracked offline using tools such as Hashcat to obtain valid login credentials for the affected WordPress installation.

Author(s)

  • h00die
  • Hacker5preme (Ron Jost)
  • Krzysztof Zając (kazet)

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

;