vendor:
Immo Makler
by:
Easy Laster
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Immo Makler
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
Related CWE: N/A
CPE: N/A
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
2010
Immo Makler <= SQL injection Vulnerability Proof of Concept
A SQL injection vulnerability was discovered in Immo Makler, a PHP script by Easy Laster. The vulnerability allows an attacker to execute arbitrary SQL commands on the vulnerable system. The vulnerable parameter is the 'id' parameter in the 'news.php' script, which can be manipulated to inject malicious SQL code. The malicious code can be used to extract data from the 'user' table, such as the version of the database, userid, name, pass, and email.
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.