vendor:
Dairy Farm Shop Management System
by:
sanjay singh
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Dairy Farm Shop Management System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:phpgurukul:dairy_farm_shop_management_system
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
2021
Dairy Farm Shop Management System 1.0 – SQL Injection Authentication Bypass
An attacker can bypass authentication by sending a crafted request with a username of 'admin' or '1'='1' and a password of 'dfsms' to the '/dfsms/index.php' endpoint.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.