vendor:
Home Builder
by:
AlpHaNiX
9
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Home Builder
Affected Version From: V1.0
Affected Version To: V2.0
Patch Exists: NO
Related CWE: N/A
CPE: a:aspsiteware:home_builder
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
2008
Home Builder V1.0 / V2.0
A SQL injection vulnerability exists in Home Builder V1.0 / V2.0. An attacker can send a specially crafted HTTP request to the vulnerable application and execute arbitrary SQL commands in the back-end database, allowing them to access or modify critical application data, compromise the application, and potentially compromise the underlying system.
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.