vendor:
Art Gallery Management System Project
by:
Rahul Patwari
9.8
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: Art Gallery Management System Project
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: CVE-2023-23163
CPE: a:phpgurukul:art_gallery_management_system_project:1.0
Platforms Tested: XAMPP / Windows 10
2023
Art Gallery Management System Project v1.0 – SQL Injection (editid) authenticated
An authenticated SQL injection vulnerability exists in Art Gallery Management System Project v1.0. An attacker can inject malicious SQL queries into the 'editid' parameter of the 'edit-art-type-detail.php' page, which can be used to extract data from the database. An attacker can use the 'sqlmap' command to fetch all the data from the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.