vendor:
Online Shopping Portal
by:
gh1mau
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Online Shopping Portal
Affected Version From: 3.1
Affected Version To: 3.1
Patch Exists: NO
Related CWE: N/A
CPE: a:phpgurukul:online_shopping_portal
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: PHP 5.6.18, Apache/2.4.18 (Win32), Ver 14.14 Distrib 5.7.11, for Win32 (AMD64)
2020
Online Shopping Portal 3.1 – ’email’ SQL Injection
An attacker can exploit a SQL injection vulnerability in the 'forgot-password.php' page of the Online Shopping Portal 3.1 application. The 'email' parameter is not properly sanitized, allowing an attacker to inject malicious SQL code into the query. This can be used to change the password of any user in the application.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user input should be validated and filtered before being used in a SQL query.