vendor:
phpMyRealty
by:
Koller
N/A
CVSS
N/A
SQL Injection
89
CWE
Product Name: phpMyRealty
Affected Version From: 1.0
Affected Version To: 1.0.x
Patch Exists: NO
Related CWE:
CPE: a:phpmyrealty:phpmyrealty:1.0
Platforms Tested:
2007
phpMyRealty 1.0.x
The phpMyRealty 1.0.x script is vulnerable to SQL Injection. An attacker can exploit this vulnerability by injecting malicious SQL queries into the 'type' parameter in the search.php file and the 'listing_updated_days' parameter in the findlistings.php file. This allows the attacker to retrieve sensitive information such as login credentials from the pmr_admins and pmr_users tables.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user input before using it in SQL queries. Additionally, implementing prepared statements or parameterized queries can help prevent SQL Injection attacks.