CodeAstro Gym Management System SQL Injection Vulnerability in View Member Report File

Vulnerability

A SQL injection vulnerability has been identified in CodeAstro Gym Management System version 1.0. The issue resides in the admin/view-member-report.php file, where the ID parameter is manipulated, allowing attackers to inject malicious SQL queries. This vulnerability can be exploited remotely, leading to unauthorized database access, data modification or deletion, and exposure of sensitive information.

Impact

Exploitation of this vulnerability allows for SQL injection, which could be used to access, modify, or delete database information. Additionally, it could lead to unauthorized access to sensitive data and potentially allow attackers to execute commands on the server, depending on the application's database interaction.

Reproduction

The vulnerability can be reproduced by sending a crafted HTTP request to the admin/view-member-report.php file with a manipulated ID parameter. This can be done using a tool like sqlmap, which automates the process of finding and exploiting SQL injection vulnerabilities.

Remediation

To address this vulnerability, it is recommended to implement prepared statements and parameter binding to prevent SQL injection. Additionally, user input should be validated and filtered to ensure it meets the expected format. Minimizing database user permissions and conducting regular security audits can also help enhance the application's security.

Added: Nov 14, 2025, 6:29 PM
Updated: Nov 14, 2025, 6:29 PM

Vulnerability Rating

Custom Algorithm
spread
0.3
impact
7.5
exploitability
5.8
remediation
0.0
relevance
1.0
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.