vendor:
iMoveis
by:
EraGoN
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: iMoveis
Affected Version From: 1.1
Affected Version To: 1.1
Patch Exists: NO
Related CWE: N/A
CPE: a:imoveis:imoveis:1.1
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 XP
2010
iMoveis SQL Injection Vulnerability
A SQL injection vulnerability exists in the iMoveis software, which allows an attacker to inject malicious SQL queries into the application. The vulnerability is triggered when an attacker sends a specially crafted HTTP request containing malicious SQL queries to the vulnerable application. This can result in the execution of arbitrary SQL commands on the underlying database, allowing the attacker to gain unauthorized access to sensitive data.
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. Additionally, parameterized queries should be used to prevent SQL injection attacks.