vendor:
TAGWORX.CMS
by:
dun
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: TAGWORX.CMS
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
2008
TAGWORX.CMS Remote SQL Injection Vulnerability
A remote SQL injection vulnerability exists in TAGWORX.CMS. The vulnerability is due to improper sanitization of user-supplied input to the 'cid' and 'nid' parameters of the 'contact.php' and 'news.php' scripts. An attacker can exploit this vulnerability to inject and execute arbitrary SQL commands in the application's back-end database, potentially resulting in the disclosure of sensitive information. The attacker can also leverage this vulnerability to gain administrative access to the application.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to dynamically construct SQL queries. Additionally, the application should use parameterized queries to prevent SQL injection attacks.