Rapid7 Vulnerability & Exploit Database

Joomla weblinks-categories Unauthenticated SQL Injection Arbitrary File Read

Back to Search

Joomla weblinks-categories Unauthenticated SQL Injection Arbitrary File Read

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

Description

Joomla versions 3.2.2 and below are vulnerable to an unauthenticated SQL injection which allows an attacker to access the database or read arbitrary files as the 'mysql' user. This module will only work if the mysql user Joomla is using to access the database has the LOAD_FILE permission.

Author(s)

  • Brandon Perry <bperry.volatile@gmail.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/gather/joomla_weblinks_sqli
msf auxiliary(joomla_weblinks_sqli) > show actions
    ...actions...
msf auxiliary(joomla_weblinks_sqli) > set ACTION < action-name >
msf auxiliary(joomla_weblinks_sqli) > show options
    ...show and set options...
msf auxiliary(joomla_weblinks_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

;