vendor:
Gym Management System
by:
Jyotsna Adhana
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Gym Management System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:gym_management_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10 Pro 10.0.18363 N/A Build 18363 + XAMPP V3.2.4
2020
Gym Management System 1.0 – ‘id’ SQL Injection
An attacker can exploit a SQL injection vulnerability in Gym Management System 1.0 by sending a maliciously crafted HTTP request to the vulnerable parameter 'id'. The attacker can use the UNION operator to append a maliciously crafted SQL query to the existing query and extract sensitive information from the database, such as the database name and version.
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.