vendor:
LotusCMS
by:
High-Tech Bridge SA - Ethical Hacking & Penetration Testing
3.3
CVSS
LOW
CSRF & Stored XSS
352 & 79
CWE
Product Name: LotusCMS
Affected Version From: 3.0.3
Affected Version To: 3.0.3
Patch Exists: YES
Related CWE: N/A
CPE: a:arboroia_network:lotuscms
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
2011
HTB22886 & HTB22887
The vulnerability exists due to failure in the 'core/model/UsersModel.php' script to properly verify the source of HTTP request. Successful exploitation of this vulnerability could result in a compromise of the application, theft of cookie-based authentication credentials, disclosure or modification of sensitive data. User can execute arbitrary JavaScript code within the vulnerable application. The vulnerability exists due to failure in the 'modules/Menu/MenuModuleAdmin.php' script to properly sanitize user-supplied input in 'title' variable. Successfuly exploitation of this vulnerability can result in session hijacking, non-persistent phishing attacks, malicious redirects, etc.
Mitigation:
Input validation and output encoding should be used to prevent XSS attacks. Use of anti-CSRF tokens should be used to prevent CSRF attacks.