PHPGurukul Men Salon Management System
cpe:2.3:a:phpgurukul:men_salon_management_system:*:*:*:*:*:*:*
- 1.0
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.
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.
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.
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.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.