Rapid7 Vulnerability & Exploit Database

Support Incident Tracker Remote Command Execution

Back to Search

Support Incident Tracker Remote Command Execution

Disclosed
11/10/2011
Created
05/30/2018

Description

This module combines two separate issues within Support Incident Tracker (<= 3.65) application to upload arbitrary data and thus execute a shell. The two issues exist in ftp_upload_file.php. The first vulnerability exposes the upload dir used to store attachments. The second vulnerability allows arbitrary file upload since there is no validation function to prevent from uploading any file type. Authentication is required to exploit both vulnerabilities.

Author(s)

  • Secunia Research
  • juan vazquez <juan.vazquez@metasploit.com>

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/multi/http/sit_file_upload
msf exploit(sit_file_upload) > show targets
    ...targets...
msf exploit(sit_file_upload) > set TARGET < target-id >
msf exploit(sit_file_upload) > show options
    ...show and set options...
msf exploit(sit_file_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

;