vendor:
Online Book Store Project in PHP
by:
Alper Basaran
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Online Book Store Project in PHP
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:projectworlds:online-book-store-project-in-php
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10 Enterprise 1909
2020
CSE Bookstore Authentication Bypass
CSE Bookstore is vulnerable to an authentication bypass vulnerability on the admin panel. By default the admin panel is located at /admin.php and the administrator interface can be accessed by unauthorized users exploiting the SQL injection vulnerability. The payload used is Name: admin and Pass: %' or '1'='1.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.