vendor:
Exponent CMS
by:
T u R c O
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Exponent CMS
Affected Version From: 0.96.3
Affected Version To: 0.96.3
Patch Exists: NO
Related CWE: N/A
CPE: a:exponentcms:exponent_cms:0.96.3
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
Exponent CMS 0.96.3 (articlemodule) Sql Injection Vulnerability
Exponent CMS 0.96.3 is vulnerable to SQL Injection. An attacker can exploit this vulnerability by sending a maliciously crafted HTTP request to the vulnerable server. The malicious request contains a specially crafted SQL query in the 'id' parameter of the 'view_article' action of the 'articlemodule' module. This can allow an attacker to gain access to sensitive information such as usernames and passwords stored in the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.