PHPGurukul Men Salon Management System SQL Injection Vulnerability

Vulnerability

A critical SQL injection vulnerability has been identified in PHPGurukul Men Salon Management System version 1.0. The issue arises in the file '/admin/edit-services.php' where the 'cost' parameter is processed. The vulnerability allows attackers to inject malicious SQL queries, potentially leading to unauthorized database access, data manipulation, and exposure of sensitive information. Notably, this vulnerability can be exploited remotely without any authentication.

Impact

Exploitation of this vulnerability allows for SQL injection, enabling attackers to manipulate database queries. This could result in unauthorized access to the database, modification or deletion of data, and exposure of sensitive information.

Reproduction

To reproduce this vulnerability, send a POST request to '/admin/edit-services.php' with a 'cost' parameter value that includes a crafted SQL payload. 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 input validation and sanitization for the 'cost' parameter to prevent SQL injection. Additionally, using prepared statements and parameterized queries can help mitigate this vulnerability.

Added: Jun 9, 2025, 7:46 PM
Updated: Jun 9, 2025, 7:46 PM

Vulnerability Rating

Custom Algorithm
spread
0.8
impact
5.0
exploitability
9.5
remediation
0.0
relevance
0.0
threat
6.4
urgency
2.9
incentive
10.0

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