vendor:
XOOPS
by:
[]0iZy5
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: XOOPS
Affected Version From: 2.0.14
Affected Version To: 2.0.14
Patch Exists: NO
Related CWE: N/A
CPE: a:xoops:xoops:2.0.14
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
XOOPS 2.0.14 (article.php) SQL Injection Vulnerability
SQL injection is a code injection technique that exploits a security vulnerability occurring in the database layer of an application. The vulnerability is present when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and thereby unexpectedly executed.
Mitigation:
Input validation and proper sanitization of user input should be done to prevent SQL injection attacks.