vendor:
Lunar CMS
by:
Gjoko 'LiquidWorm' Krstic
8,8
CVSS
HIGH
Cross-site request forgery and a stored XSS
352
CWE
Product Name: Lunar CMS
Affected Version From: 3.3
Affected Version To: 3.3
Patch Exists: NO
Related CWE: N/A
CPE: a:lunarcms:lunarcms:3.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: Apache/2.4.7 (Win32), PHP/5.5.6, MySQL 5.6.14
2014
Lunar CMS 3.3 CSRF And Stored XSS Vulnerability
Lunar CMS suffers from a cross-site request forgery and a stored XSS vulnerabilities. The application allows users to perform certain actions via HTTP requests without performing any validity checks to verify the requests. This can be exploited to perform certain actions with administrative privileges if a logged-in user visits a malicious web site. Input passed to the 'subject' and 'email' POST parameters thru the 'Contact Form' extension/module is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in a user's browser session in context of an affected site.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to update a web site in an unsafe way. The application should also perform checks to verify that the request is being made by an authenticated user with appropriate privileges.