nuclei-templates/cves/2022/CVE-2022-23779.yaml

62 lines
1.4 KiB
YAML

id: CVE-2022-23779
info:
name: Zoho ManageEngine - Internal Hostname Disclosure
author: cckuailong
severity: medium
description: Zoho ManageEngine Desktop Central before 10.1.2137.8 exposes the installed server name to anyone. The internal hostname can be discovered by reading HTTP redirect responses.
reference:
- https://www.manageengine.com/products/desktop-central/cve-2022-23779.html
- https://github.com/fbusr/CVE-2022-23779
- https://nvd.nist.gov/vuln/detail/CVE-2022-23779
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cve-id: CVE-2022-23779
cwe-id: CWE-200
metadata:
fofa-query: app="ZOHO-ManageEngine-Desktop"
tags: cve,cve2022,zoho,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/themes"
matchers-condition: and
matchers:
- type: status
status:
- 301
- type: word
part: header
words:
- '/themes/'
- 'text/html'
condition: and
- type: word
part: location
words:
- '{{Host}}'
negative: true
- type: word
words:
- '<center><h1>301 Moved Permanently</h1></center>'
- type: regex
part: location
regex:
- 'https?:\/\/(.*):'
extractors:
- type: regex
part: location
group: 1
regex:
- 'https?:\/\/(.*):'
# Enhanced by mp on 2022/03/28