vendor:
Pixie CMS
by:
5.5
CVSS
MEDIUM
Cross Site Scripting (XSS), SQL Injection
79, 89
CWE
Product Name: Pixie CMS
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Pixie CMS Multiple Vulnerabilities
The Pixie CMS is vulnerable to multiple vulnerabilities including Cross Site Scripting (XSS) and SQL Injection. The XSS vulnerability can be exploited by tampering with the blog post URL variables, specifically the 'x=' variable. By injecting HTML code into the page display, an attacker can redirect users to a specified URL. The SQL Injection vulnerability occurs in the 'referer' client request, allowing an attacker to manipulate the referer and perform SQL Injection attacks.
Mitigation:
To mitigate the XSS vulnerability, input validation and output encoding should be implemented to prevent the injection of malicious code. To mitigate the SQL Injection vulnerability, proper sanitization and validation of user input should be performed.