Rapid7 Vulnerability & Exploit Database

PostgreSQL Database Name Command Line Flag Injection

Back to Search

PostgreSQL Database Name Command Line Flag Injection

Created
05/30/2018

Description

This module can identify PostgreSQL 9.0, 9.1, and 9.2 servers that are vulnerable to command-line flag injection through CVE-2013-1899. This can lead to denial of service, privilege escalation, or even arbitrary code execution.

Author(s)

  • hdm <x@hdm.io>

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

;