vendor:
Real Estate Portal
by:
Ahmet Ümit BAYRAM
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Real Estate Portal
Affected Version From: 5.0
Affected Version To: 5.0
Patch Exists: NO
Related CWE: N/A
CPE: a:netartmedia:real_estate_portal:5.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux
2019
Netartmedia Real Estate Portal 5.0 – Multiple SQL Injection
The real estate portal software is made to be multi-language, the main site can show multiple languages and let the site visitors choose their preferred language. The vulnerability exists due to improper validation of user-supplied input in the 'user_email' and 'page' parameters of the 'index.php' script. A remote attacker can send a specially crafted request with malicious SQL statements to the vulnerable script and execute arbitrary SQL commands in application's database. This can allow the attacker to bypass authentication, access, modify and delete data within the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. The application should also use stored procedures to access the database. Additionally, the application should use a least privileged account with the database.