vendor:
N/A
by:
Easy Laster, Undergroundagents, 4004-Security-Project
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: N/A
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2020
www.site.com/script/smartresult.php?gender=&agefrom=&ageto=&maritalstatus=Never+Married&heightfrom=&heightto=&complexion=&special=None&community=&mother=&pro=&diet=&country=&state1=&city1=&Search=Search
This vulnerability allows an attacker to inject malicious SQL code into the vulnerable parameter of the website. This can be exploited to gain access to the database and extract sensitive information such as usernames, passwords, and other confidential data.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query. Additionally, parameterized queries should be used to prevent SQL injection attacks.