vendor:
Deals Portal
by:
Ahmet Ümit BAYRAM
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Deals Portal
Affected Version From: Lastest
Affected Version To: Lastest
Patch Exists: NO
Related CWE: N/A
CPE: a:netartmedia:deals_portal
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux
2019
Netartmedia Deals Portal – ‘Email’ SQL Injection
Netartmedia Deals Portal is vulnerable to SQL Injection. An attacker can exploit this vulnerability by sending a crafted POST request to the loginaction.php page with a malicious payload in the 'Email' parameter. The payload will cause the server to sleep for 0 seconds if the current date is equal to the system date.
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.