PHPGurukul Beauty Parlour Management System
cpe:2.3:a:phpgurukul:beauty_parlor_management_system:*:*:*:*:*:*:*, +2 more
- 1.1
A critical SQL injection vulnerability has been identified in PHPGurukul Beauty Parlour Management System version 1.1. The issue resides in the file '/admin/view-appointment.php', where the 'viewid' parameter is manipulated, allowing attackers to inject malicious SQL queries. This vulnerability can be exploited remotely, without any authentication, potentially leading to unauthorized database access, data modification or deletion, and exposure of sensitive information.
Exploitation of this vulnerability allows for SQL injection, where attackers can manipulate database queries. This could lead to unauthorized data access, data modification or deletion, and in some cases, executing administrative operations on the database.
To reproduce this vulnerability, send a GET request to '/admin/view-appointment.php' with a crafted 'viewid' parameter that includes SQL injection payloads. The injected SQL code can be designed to bypass authentication, manipulate database queries, or extract sensitive information from the database.
It is recommended to validate and sanitize user inputs, particularly for parameters that are used in database queries. Implementing prepared statements can also help prevent SQL injection vulnerabilities.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.