vendor:
Internet Photoshow (Special Edition)
by:
t0pP8uZz
7.5
CVSS
HIGH
Insecure Cookie Handling
N/A
CWE
Product Name: Internet Photoshow (Special Edition)
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
Internet Photoshow (Special Edition) Insecure Cookie Handling
Internet Photoshow SE, suffers from insecure cookie handling, This allows the remote attacker to gain arbitrary access to the admin area by crafting a admin cookie. The following javascript code will craft a admin cookie, and make it available to access /admin.php: javascript:document.cookie = "login_admin=true; path=/"; Visit the affected domain and paste the above javascript into your browser, once excuted visit the affected sites "/admin.php" and you will have access to admin. Its also possible to shell the site by uploading your shell through the file upload.
Mitigation:
Ensure that cookies are handled securely and access to the admin area is restricted to authorized users only.