Rapid7 Vulnerability & Exploit Database

WordPress LearnPress Unauthenticated SQLi (CVE-2024-8522, CVE-2024-8529)

Back to Search

WordPress LearnPress Unauthenticated SQLi (CVE-2024-8522, CVE-2024-8529)

Disclosed
09/11/2024
Created
10/17/2024

Description

The LearnPress WordPress LMS Plugin up to version 4.2.7 is vulnerable to SQL injection via the 'c_only_fields' and 'c_fields' parameters. This allows unauthenticated attackers to exploit blind SQL injections and extract sensitive information.

Author(s)

  • abrahack
  • Valentin Lobstein
  • Achref Ben Thameur a.k.a achrefthameur

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

;