vendor:
Sitecore CMS
by:
Usman Saeed
8.8
CVSS
HIGH
Arbitrary file access, Reflected Cross-site Scripting
22, 79
CWE
Product Name: Sitecore CMS
Affected Version From: 8.2
Affected Version To: 8.2
Patch Exists: YES
Related CWE: N/A
CPE: a:sitecore:sitecore_cms:8.2
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: N/A
2017
Sitecore CMS v8.2 multiple vulnerabilities
The vulnerability lies in the tools which can be accessed via the administrator user. The vulnerability exists because there is no bound check for absolute path in the application, that is, if the absolute path is provided to the vulnerable URL, it reads the path and shows the contents of the file requested. The application does not sanatize the USER input which allows a normal authenticated user to exploit this vulnerability.
Mitigation:
Ensure that all user input is properly sanitized and validated before being used in the application.