vendor:
CMS
by:
SecurityFocus
7.5
CVSS
HIGH
Cross-Site Scripting and SQL Injection
89, 89, 89
CWE
Product Name: 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
2005
PluggedOut CMS Multiple Cross-Site Scripting and SQL Injection Vulnerabilities
PluggedOut CMS is prone to multiple cross-site scripting and SQL injection vulnerabilities. Exploitation could allow for theft of cookie-based authentication credentials or unauthorized access to database data. Examples of vulnerable URLs include: http://www.example.com/admin.php?action=content_edit&contentid=[XSS-Code], http://www.example.com/admin.php?action=report_statistics&report=visitors&&s=[XSS-Code], http://www.example.com/admin.php?action=report_statistics&report=visitors&&s=[SQL-Injection].
Mitigation:
Ensure that user-supplied input is properly sanitized and validated before being used in database queries.