vendor:
Online Shopping System Advanced
by:
Furkan Gedik
8.1
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: Online Shopping System Advanced
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: CVE-2023-XXXX
CPE: a:puneethreddyhc:online_shopping_system_advanced:1.0
Platforms Tested: Kali Linux 2020.3
2023
Online Shopping System Advanced SQL Injection Vulnerability
The Online Shopping System Advanced version 1.0 is vulnerable to SQL injection due to improper filtering of user-provided input in the 'cm' parameter. An attacker can inject malicious SQL statements through the 'cm' parameter, leading to unauthorized access to the database and exposure of sensitive information like user credentials.
Mitigation:
To mitigate this vulnerability, input validation and parameterized queries should be implemented to prevent SQL injection attacks. Additionally, limiting database permissions and avoiding the direct use of user input in SQL queries can enhance security.