vendor:
Simple POS and Inventory System
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Simple POS and Inventory System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:simple_pos_and_inventory_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
Simple POS and Inventory 1.0 – ‘cat’ SQL Injection
A SQL injection vulnerability exists in Simple POS and Inventory 1.0, due to insufficient sanitization of user-supplied input to the 'cat' parameter in the 'plist.php' script. An attacker can leverage this vulnerability to inject and execute arbitrary SQL commands in the application's back-end database, allowing for the manipulation or disclosure of arbitrary data.
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.