vendor:
Artworks Gallery Management System
by:
Vijay Sachdeva
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Artworks Gallery Management System
Affected Version From: Version 1
Affected Version To: Version 1
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:artworks_gallery_management_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux
2020
Artworks Gallery Management System 1.0 – ‘id’ SQL Injection
Artworks Gallery Management System 1.0 is vulnerable to SQL Injection. An attacker can exploit this vulnerability by sending malicious SQL queries to the application. This can lead to information disclosure and other malicious activities. The vulnerable parameter is 'id' which can be exploited using SQLMap.
Mitigation:
Input validation should be used to prevent SQL Injection attacks. All user input should be validated and filtered before being used in SQL queries.