vendor:
Real Estate Manager
by:
Omer Ramić
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Real Estate Manager
Affected Version From: 3.7
Affected Version To: 3.7
Patch Exists: YES
Related CWE: N/A
CPE: a:ordasoft:real_estate_manager
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux/Windows/PHP 5.5.28/Apache 2.4.16
2015
Joomla component com_realestatemanager – SQL injection
This Joomla component is vulnerable to SQL injection via two parameters, order_direction and order_field. An attacker can inject malicious SQL queries into the vulnerable parameters to gain access to the database and potentially execute arbitrary 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 an SQL query.