vendor:
Celepar Module Qas
by:
Moudi
8,8
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: Celepar Module Qas
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
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
2009
Xoops Celepar Module Qas (bSQL/XSS) Multiple Remote Vulnerabilities
A Blind SQL Injection vulnerability exists in Xoops Celepar Module Qas, which allows an attacker to execute arbitrary SQL commands on the vulnerable system. This vulnerability is due to the improper sanitization of user-supplied input in the 'cod_categoria' and 'codigo' parameters of the 'categoria.php', 'imprimir.php' and 'aviso.php' scripts. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing malicious SQL statements to the vulnerable server. Successful exploitation of this vulnerability can result in unauthorized access to sensitive information stored in the database, as well as the execution of arbitrary SQL commands on the vulnerable system.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL commands. Additionally, parameterized queries should be used to prevent SQL injection attacks.