vendor:
PHP Mall
by:
Ahmet Ümit BAYRAM
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PHP Mall
Affected Version From: 4.1
Affected Version To: 4.1
Patch Exists: NO
Related CWE: N/A
CPE: a:netartmedia:php_mall:4.1
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux
2019
Netartmedia PHP Mall 4.1 – Multiple SQL Injection
PHP Mall is one of the first multi-stores and multi-vendors php scripts (offered since 2006) and successfully used on many websites today. PoC 1: An attacker can send a malicious HTTP GET request to the vulnerable application with a specially crafted payload in the 'id' parameter. PoC 2: An attacker can send a malicious HTTP POST request to the vulnerable application with a specially crafted payload in the 'Email' parameter.
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. Parameterized queries should be used to prevent SQL injection attacks.