Rapid7 Vulnerability & Exploit Database

SePortal SQLi Remote Code Execution

Back to Search

SePortal SQLi Remote Code Execution

Disclosed
03/20/2014
Created
05/30/2018

Description

This module exploits a vulnerability found in SePortal version 2.5. When logging in as any non-admin user, it's possible to retrieve the admin session from the database through SQL injection. The SQL injection vulnerability exists in the "staticpages.php" page. This hash can be used to take over the admin user session. After logging in, the "/admin/downloads.php" page will be used to upload arbitrary code.

Author(s)

  • jsass
  • 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/seportal_sqli_exec
msf exploit(seportal_sqli_exec) > show targets
    ...targets...
msf exploit(seportal_sqli_exec) > set TARGET < target-id >
msf exploit(seportal_sqli_exec) > show options
    ...show and set options...
msf exploit(seportal_sqli_exec) > 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

;