vendor:
Platinum E-Ticaret v5
by:
Ahmet Ümit BAYRAM
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Platinum E-Ticaret v5
Affected Version From: v5
Affected Version To: v5
Patch Exists: NO
Related CWE: N/A
CPE: a:web_ofisi:platinum_e-ticaret_v5
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux
2019
Web Ofisi Platinum E-Ticaret 5 – ‘q’ SQL Injection
Web Ofisi Platinum E-Ticaret 5 is prone to an SQL injection vulnerability due to improper sanitization of user-supplied input to the 'q' parameter in the 'arama' and 'ajax/productsFilterSearch' scripts. An attacker can exploit this vulnerability to inject arbitrary SQL commands and gain access to sensitive information in the back-end database.
Mitigation:
Input validation should be used to ensure that untrusted data is not allowed into the system. All input data should be validated and filtered for malicious content. Sanitization should be used to ensure that any data that is allowed into the system is safe.