vendor:
Template CMS
by:
High-Tech Bridge Security Research Lab
2.67.6
CVSS
HIGH
Cross-Site Scripting [CWE-79], Cross-Site Request Forgery [CWE-352]
79, 352
CWE
Product Name: Template CMS
Affected Version From: 2.1.1
Affected Version To: 2.1.1
Patch Exists: YES
Related CWE: CVE-2012-4901, CVE-2012-4902
CPE: template-cms.ru
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2012
Advisory ID: HTB23115
Input passed via the "themes_editor" POST parameter to /admin/index.php is not properly sanitised before being returned to the user. This can be exploited to execute arbitrary HTML and script code in administrator's browser session in context of an affected website. The application allows authorized administrator to perform certain actions via HTTP requests without making proper validity checks to verify the source of the requests. This can be exploited to add, delete or modify sensitive information, for example to create new administrator or execute arbitrary PHP code.
Mitigation:
Input validation and proper source verification should be implemented to prevent XSS and CSRF attacks.