vendor:
The Shop
by:
Ahmet Ümit BAYRAM
7.5
CVSS
HIGH
SQL Injection
CWE
Product Name: The Shop
Affected Version From: The Shop v2.5
Affected Version To: The Shop v2.5
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Kali Linux
2023
The Shop v2.5 – SQL Injection
The Shop v2.5 is vulnerable to SQL Injection. An attacker can exploit this vulnerability by manipulating the 'qty' parameter in a POST request. The payload can be injected to execute arbitrary SQL queries.
Mitigation:
1. Sanitize and validate user input before using it in SQL queries. 2. Implement prepared statements or parameterized queries to prevent SQL Injection attacks.