2022-03-06 01:38:26 +00:00
id : CVE-2022-23779
info :
2022-03-06 08:17:52 +00:00
name : Zoho ManageEngine - Internal Hostname Disclosure
2022-03-06 01:38:26 +00:00
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
metadata :
2022-03-06 08:17:52 +00:00
fofa-query : app="ZOHO-ManageEngine-Desktop"
tags : cve,cve2022,zoho,exposure
2022-03-10 10:28:37 +00:00
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.30
cve-id : CVE-2022-23779
cwe-id : CWE-200
2022-03-06 01:38:26 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/themes"
matchers-condition : and
matchers :
- type : status
status :
- 301
- type : word
part : header
words :
2022-03-06 08:17:52 +00:00
- '/themes/'
- 'text/html'
condition : and
- type : dsl
dsl :
- '!contains(location,host)'
extractors :
- type : regex
part : header
group : 1
regex :
- 'https?:\/\/(.*):'