vendor:
RealtyScript
by:
Gjoko 'LiquidWorm' Krstic
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: RealtyScript
Affected Version From: 4.0.2
Affected Version To: 4.0.2
Patch Exists: YES
Related CWE: N/A
CPE: a:next_click_ventures:realtyscript:4.0.2
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Apache/2.4.6 (CentOS), PHP/5.4.16, MariaDB-5.5.41
2015
RealtyScript v4.0.2 Multiple Time-based Blind SQL Injection Vulnerabilities
RealtyScript suffers from multiple SQL Injection vulnerabilities. Input passed via the GET parameter 'u_id' and the POST parameter 'agent[]' is not properly sanitised before being returned to the user or used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
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.