CodeAstro Gym Management System SQL Injection Vulnerability in Equipment Entry Admin Page

Vulnerability

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.

Impact

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.

Reproduction

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.

Remediation

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.

Added: Oct 11, 2025, 1:18 AM
Updated: Oct 11, 2025, 1:18 AM

Vulnerability Rating

Custom Algorithm
spread
0.3
impact
7.5
exploitability
6.2
remediation
0.0
relevance
0.7
threat
6.4
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.