vendor:
Xstate Real Estate
by:
Moudi
7,5
CVSS
HIGH
bSQL/XSS
89, 79
CWE
Product Name: Xstate Real Estate
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:xstate:xstate_real_estate
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
2009
Xstate Real Estate 1.0 (bSQL/XSS) Multiples Vulnerability
Xstate Real Estate 1.0 is vulnerable to bSQL and XSS. The vulnerable code is present in page.html (pid) and home.html (/), lands.html (/d). The PoC for bSQL is http://127.0.0.1/page.html?pid=[bSQL] and for XSS is http://127.0.0.1/home.html/[XSS] and http://127.0.0.1/lands.html/[XSS]. The demo URL for bSQL is http://demo.xstate.org/page.html?pid=1 and 1=1 TRUE and http://demo.xstate.org/page.html?pid=1 and 1=2 FALSE. The demo URL for XSS is http://demo.xstate.org/home.html/"><script>alert(document.cookie);</script> and http://demo.xstate.org/lands.html/"><script>alert(document.cookie);</script>.
Mitigation:
Input validation and output encoding should be used to prevent bSQL and XSS.