Rapid7 Vulnerability & Exploit Database

OpenEMR 5.0.1 Patch 6 SQLi Dump

Back to Search

OpenEMR 5.0.1 Patch 6 SQLi Dump

Disclosed
05/17/2019
Created
09/12/2019

Description

This module exploits a SQLi vulnerability found in OpenEMR version 5.0.1 Patch 6 and lower. The vulnerability allows the contents of the entire database (with exception of log and task tables) to be extracted. This module saves each table as a `.csv` file in your loot directory and has been tested with OpenEMR 5.0.1 (3).

Author(s)

  • Will Porter <will.porter@lodestonesecurity.com>

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/sqli/openemr/openemr_sqli_dump
msf auxiliary(openemr_sqli_dump) > show actions
    ...actions...
msf auxiliary(openemr_sqli_dump) > set ACTION < action-name >
msf auxiliary(openemr_sqli_dump) > show options
    ...show and set options...
msf auxiliary(openemr_sqli_dump) > 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

;