CodeAstro Gym Management System
cpe:2.3:a:gym_management_system_project:gym_management_system:*:*:*:*:*:*:*
- 1.0
A SQL injection vulnerability has been identified in CodeAstro Gym Management System version 1.0. The issue resides in the admin equipment entry page, specifically within the 'ename' parameter. This vulnerability allows remote attackers to inject malicious SQL queries, potentially leading to unauthorized database access, data manipulation, and exposure of sensitive information.
Exploitation of this vulnerability allows for SQL injection, enabling attackers to interfere with the application's database queries. This could result in unauthorized data access, data modification or deletion, and in some cases, executing administrative operations on the database.
To reproduce this vulnerability, send a POST request to '/admin/equipment-entry.php' with a crafted 'ename' parameter that includes malicious SQL payloads. The injection can be verified by observing the application's response or by using a tool like sqlmap to automate the exploitation process.
It is recommended to implement prepared statements and parameter binding to prevent SQL injection. Additionally, validate and filter user input to ensure it meets expected formats. Regular security audits can help identify and address potential vulnerabilities.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.