Rapid7 Vulnerability & Exploit Database

TestLink v1.9.3 Arbitrary File Upload Vulnerability

Back to Search

TestLink v1.9.3 Arbitrary File Upload Vulnerability

Disclosed
08/13/2012
Created
05/30/2018

Description

This module exploits a vulnerability in TestLink version 1.9.3 or prior. This application has an upload feature that allows any authenticated user to upload arbitrary files to the '/upload_area/nodes_hierarchy/' directory with a randomized file name. The file name can be retrieved from the database using SQL injection.

Author(s)

  • bcoles <bcoles@gmail.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/testlink_upload_exec
msf exploit(testlink_upload_exec) > show targets
    ...targets...
msf exploit(testlink_upload_exec) > set TARGET < target-id >
msf exploit(testlink_upload_exec) > show options
    ...show and set options...
msf exploit(testlink_upload_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

;