vendor:
Men Salon Management System
by:
Akshay Khanna (ConfusedBot)
7,5
CVSS
HIGH
SQL Injection Authentication Bypass
89
CWE
Product Name: Men Salon Management System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:phpgurukul:men_salon_management_system_using_php_and_mysql
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows 10/Kali Linux
2021
Men Salon Management System 1.0 – SQL Injection Authentication Bypass
An attacker can bypass authentication by entering anything in the username and password fields and then changing the username to 'admin' or '1'='1'#. This will allow the attacker to log in as admin without providing valid credentials.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Additionally, authentication should be done using secure methods such as hashing.