Rapid7 Vulnerability & Exploit Database

OpenEMR 4.1.1 Patch 14 SQLi Privilege Escalation Remote Code Execution

Back to Search

OpenEMR 4.1.1 Patch 14 SQLi Privilege Escalation Remote Code Execution

Disclosed
09/16/2013
Created
05/30/2018

Description

This module exploits a vulnerability found in OpenEMR version 4.1.1 Patch 14 and lower. When logging in as any non-admin user, it's possible to retrieve the admin SHA1 password hash from the database through SQL injection. The SQL injection vulnerability exists in the "new_comprehensive_save.php" page. This hash can be used to log in as the admin user. After logging in, the "manage_site_files.php" page will be used to upload arbitrary code.

Author(s)

  • xistence <xistence@0x90.nl>

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

;