vendor:
VuBB RC1
by:
Devil-00
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: VuBB RC1
Affected Version From: VuBB RC1
Affected Version To: VuBB RC1
Patch Exists: N/A
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
Unknown
VuBB RC1 SQL Injection
This exploit allows an attacker to gain access to the website's database when the magic_quotes_gpc is OFF. The exploit is done by sending a malicious URL to the website which contains a UNION SELECT statement that retrieves the user's credentials from the members table.
Mitigation:
Ensure that the magic_quotes_gpc is enabled.