vendor:
Real Estate Classified Script
by:
Meisam Monsef
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Real Estate Classified Script
Affected Version From: 3.6.0
Affected Version To: 3.6.0
Patch Exists: NO
Related CWE: N/A
CPE: a:phpscriptsmall:real-estate_classified_script
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
2015
real-estate classified script Sql Injection
An attacker can exploit a SQL injection vulnerability in the contact_view.php script of the real-estate classified script. By sending a specially crafted request, an attacker can execute arbitrary SQL commands on the underlying database. The vulnerable parameter is contact. The exploit code is provided in the text.
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.