Vendor Description
“ServiceDesk Plus is a game changer in turning IT teams from daily fire-fighting to delivering awesome customer service. It provides great visibility and central control in dealing with IT issues to ensure that businesses suffer no downtime. For 10 years and running, it has been delivering smiles to millions of IT folks, end users, and stakeholders alike.”
Source: https://www.manageengine.com/products/service-desk/
Business Recommendation
The vendor published a patch for ServiceDesk Plus with service pack 11010. It is recommended to install the patch with the included patcher. An in-depth security analysis performed by security professionals is highly advised, as the software may be affected from further security issues.
Vulnerability Overview / Description
Reflected Cross-Site Scripting (CVE-2020-6843)
A parameter of the module called “geti18nkey” reflects unfiltered user input if it is changed. The corresponding request is frequently sent in the background if a pre-configured network scan was started.
Proof Of Concept
Reflected Cross-Site Scripting (CVE-2020-6843)
To reproduce the issue visit this URL authenticated as administrator:
$IP/CustomReportHandler.do=
<img%20src%20onerror%3dalert(1)>
How the parameter was found:
- Authenticate as administrator and add an IP range in Admin -> Networkscan.
- Click the “play” button next to the created IP range to start the scan.
- To check the status of a started network scan frequent requests like
$IP/CustomReportHandler.do?
module=geti18nkey&key=sdp.admin.network.listview.discoverystatus.scanned&sdpcsrfparam=
<%someUUID%>
are sent to the server. - The value of the “key” parameter will be reflected if you change a single character.
The “sdpcsrfparam” isn’t needed in order to trigger the XSS. - XSS can thus be exploited by calling $IP/CustomReportHandler.do?
module=geti18nkey&key=<img%20src%20onerror%3dalert(1)>"
Vulnerable / Tested Versions
The following versions have been tested which were the latest versions available at the time of the test:
- 10.5
- 11.0 Build 11007