vendor:
Multi-Vendor Online Groceries Management System
by:
Saud Alenazi
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Multi-Vendor Online Groceries Management System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:sourcecodester:multi-vendor_online_groceries_management_system:1.0
Platforms Tested: XAMPP, Windows 10
2022
Multi-Vendor Online Groceries Management System 1.0 – ‘id’ Blind SQL Injection
A blind SQL injection vulnerability exists in Multi-Vendor Online Groceries Management System 1.0, due to improper sanitization of user-supplied input to the 'id' parameter in the 'view_product.php' script. An attacker can leverage this vulnerability to execute arbitrary SQL commands on the underlying database, potentially resulting in the disclosure of sensitive information.
Mitigation:
Input validation should be used to ensure that user-supplied data is properly sanitized before being used in SQL queries.