vendor:
Ultimate Regnow Affiliate
by:
Chip D3 Bi0s
7,5
CVSS
HIGH
SQL injection
89
CWE
Product Name: Ultimate Regnow Affiliate
Affected Version From: URA 3.0
Affected Version To: URA 3.0
Patch Exists: NO
Related CWE: N/A
CPE: a:phpsugar:ultimate_regnow_affiliate
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
URA 3.0 (cat) remote SQL injection Vulnerability
A vulnerability exists in URA 3.0 (cat) due to improper sanitization of user-supplied input in the 'cat' parameter of the 'rss.php' script. An attacker can exploit this vulnerability to inject arbitrary SQL commands and gain access to sensitive information from the database.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL commands that are passed to the database. Additionally, parameterized queries should be used to help prevent SQL injection.