HelpDesk
Root Access via CVE-2014-5301 and Default Admin Credentials
Summary
The machine was running a vulnerable version of ManageEngine, which was misconfigured to allow Admin login with the default password.
Later, I discovered a public authenticated exploit to gain a shell on the box.
🧵Let's Unpack
Enumeration
Enumerating port 8080 that is hosting ManageEngine Service
Misconfiguration found: Manage engine has enabled login using default credentials
administrator: administrator
Initial Foothold
We can use the following exploit to gain a shell on the box. Since it is an authenticated exploit, it requires a username and password, which we already have for this service.
Last updated
Was this helpful?