vendor:
Responsive Matrimonial
by:
Ihsan Sencan
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Responsive Matrimonial
Affected Version From: 4.0.1
Affected Version To: 4.0.1
Patch Exists: NO
Related CWE: N/A
CPE: a:phpscriptsmall:responsive_matrimonial:4.0.1
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Win7 x64, Kali Linux x64
2017
Responsive Matrimonial Script v4.0.1 – SQL Injection
A SQL injection vulnerability exists in Responsive Matrimonial Script v4.0.1. An attacker can send malicious SQL queries to the application which can be used to access or modify the application's data. The vulnerability is due to the application not properly sanitizing user-supplied input before using it in an SQL query. An attacker can exploit this vulnerability to gain access to unauthorized data or to modify existing data within the application's database.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL queries in a way that would allow an attacker to access or modify data. Parameterized queries should be used to ensure that user-supplied input is treated as a literal value rather than as executable code.