vendor:
Matrimony Website Script
by:
Ahmet Ümit BAYRAM
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Matrimony Website Script
Affected Version From: M-Plus
Affected Version To: M-Plus
Patch Exists: NO
Related CWE: N/A
CPE: a:matri4web:matrimony_website_script
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux
2019
Matrimony Website Script – Multiple SQL Injection
Matrimony Website Script is vulnerable to multiple SQL Injection attacks. Attackers can inject malicious SQL queries via vulnerable parameters such as txtGender, religion, Fage, cboCountry, etc. in the requests sent to the server. This can allow attackers to access sensitive information from the database.
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.