vendor:
Online Clothing Store
by:
Sushant Kamble
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Online Clothing Store
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:online_clothing_store:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10 Pro 10.0.18363 N/A Build 18363 + XAMPP V3.2.4
2020
Online Clothing Store 1.0 – ‘username’ SQL Injection
An unauthenticated attacker can inject malicious SQL code into the 'username' parameter of the login.php page of the Online Clothing Store 1.0 application. By sending a specially crafted request, an attacker can bypass authentication and gain access to the application.
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.