header-logo
Suggest Exploit
vendor:
Rialto
by:
SecurityFocus
7.5
CVSS
HIGH
SQL-injection and Cross-site Scripting
89, 79
CWE
Product Name: Rialto
Affected Version From: 1.6
Affected Version To: 1.6
Patch Exists: YES
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
2006

Grandora Rialto Multiple Input Validation Vulnerabilities

Grandora Rialto is prone to multiple input-validation vulnerabilities, including SQL-injection and cross-site scripting issues, because it fails to sufficiently sanitize user-supplied data. Exploiting this issue could allow an attacker to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database implementation.

Mitigation:

Input validation should be used to ensure that untrusted data is not used to execute unintended commands or access data that is not intended to be accessed.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/21191/info
     
Grandora Rialto is prone to multiple input-validation vulnerabilities, including SQL-injection and cross-site scripting issues, because it fails to sufficiently sanitize user-supplied data.
     
Exploiting this issue could allow an attacker to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database implementation.
     
Version 1.6 is vulnerable; other versions may also be affected.

http://www.example.com/searchmain.asp?I1=1&area='[sql]
http://www.example.com/searchmain.asp?I1=1&area=all&cat='[sql]