vendor:
Grid Gallery
by:
Ali BawazeEer
7,5
CVSS
HIGH
Authentication bypass
N/A
CWE
Product Name: Grid Gallery
Affected Version From: 1.0
Affected Version To: 2.0
Patch Exists: YES
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
2016
Grid Gallery 1.0 – Admin panel Authentication bypass
An Attackers are able to completely compromise the web application built upon Grid Gallery as they can gain access to the admin panel and manage the website as an admin without prior authentication! Step 1: Create a rule in No-Redirect Add-on: ^http://example.com/path/admin/login.php Step 2: Access http://example.com/path/admin/index.php
Mitigation:
session_start(); if (!isset($_SESSION["auth"])) { exit(header('Location: admin/login.php')); }