vendor:
Point of Sales
by:
Ankita Pal
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Point of Sales
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Windows 10 + xampp v3.2.4
2020
Point of Sales 1.0 – SQL Injection
The Point of Sales 1.0 software is vulnerable to SQL Injection. By manipulating the 'id' parameter in the 'edit_category.php' page, an attacker can inject malicious SQL queries and retrieve sensitive information from the database. The vulnerability allows unauthorized access to the database.
Mitigation:
To mitigate this vulnerability, input validation and parameterized queries should be implemented to prevent SQL Injection attacks. Additionally, the principle of least privilege should be followed to limit the privileges of the database user used by the application.