vendor:
Art Gallery Management System Using PHP and MySQL
by:
Yogesh Verma
9.8
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: Art Gallery Management System Using PHP and MySQL
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: CVE-2023-23156
CPE: a:phpgurukul:art_gallery_management_system_using_php_and_mysql
Platforms Tested: Windows/Linux
2023
Art Gallery Management System Project in PHP v 1.0 – SQL injection
This exploit is a SQL injection vulnerability in the Art Gallery Management System Project in PHP v 1.0. It allows an attacker to extract the current database name by sending a malicious payload to the vulnerable URL. The payload is crafted to extract the database name character by character.
Mitigation:
Input validation and sanitization should be used to prevent SQL injection attacks. Additionally, parameterized queries should be used to prevent SQL injection.