vendor:
phpWebSite
by:
SnIpEr_SA and str0ke
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: phpWebSite
Affected Version From: N/A
Affected Version To: N/A
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
phpWebSite topic SQL-Injection
This exploit allows an attacker to gain access to the user's credentials by exploiting a SQL injection vulnerability in the topics.php file of phpWebSite. The attacker can use the URL http://[server][path]/topics.php?op=viewtopic&topic=-1+Union+select+name,name,pass,name+From+users+where+uid=[uid] to gain access to the user's credentials.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in a SQL query.