vendor:
Beauty Parlour Management System
by:
Thinkland Security Team
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Beauty Parlour Management System
Affected Version From: V 1.0
Affected Version To: V 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:phpgurukul:beauty_parlour_management_system
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows, XAMPP
2021
Beauty Parlour Management System 1.0 – ‘sername’ SQL Injection
The vulnerability exists in Beauty Parlour Management System 1.0, where the 'sername' parameter is vulnerable to SQL injection. An attacker can exploit this vulnerability by sending a malicious payload to the 'sername' parameter. This can be done by sending a POST request to the edit-services.php page with the malicious payload in the 'sername' parameter. The attacker can then use sqlmap to exploit the vulnerability and gain access to the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries. Additionally, parameterized queries should be used to prevent SQL injection attacks.