vendor:
Xforum
by:
j0j0
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Xforum
Affected Version From: 1.4
Affected Version To: 1.4
Patch Exists: NO
Related CWE: N/A
CPE: a:xforum:xforum:1.4
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
Xforum 1.4 Remote SQL Injection
Xforum 1.4 is vulnerable to a remote SQL injection vulnerability. An attacker can exploit this vulnerability to gain access to the database and extract sensitive information such as usernames, passwords, and emails. The vulnerability exists in the liretopic.php file, where the application is not properly sanitizing user-supplied input. An attacker can exploit this vulnerability by sending a specially crafted HTTP request with malicious SQL code to the vulnerable application.
Mitigation:
Ensure that user-supplied input is properly sanitized and validated before being used in SQL queries.