### [CVE-2018-7890](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-7890) ![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen) ### Description A remote code execution issue was discovered in Zoho ManageEngine Applications Manager before 13.6 (build 13640). The publicly accessible testCredential.do endpoint takes multiple user inputs and validates supplied credentials by accessing a specified system. This endpoint calls several internal classes, and then executes a PowerShell script. If the specified system is OfficeSharePointServer, then the username and password parameters to this script are not validated, leading to Command Injection. ### POC #### Reference - https://pentest.blog/advisory-manageengine-applications-manager-remote-code-execution-sqli-and/ - https://www.exploit-db.com/exploits/44274/ #### Github - https://github.com/ARPSyndicate/cvemon