CVE-2022-31711: VMware vRealize Log Insight < v8.10.2 - Information Disclosure

日期: 2025-08-01 | 影响软件: VMware vRealize Log Insight | POC: 已公开

漏洞描述

VMware vRealize Log Insight contains an Information Disclosure Vulnerability. A malicious actor can remotely collect sensitive session and application information without authentication.

PoC代码[已公开]

id: CVE-2022-31711

info:
  name: VMware vRealize Log Insight < v8.10.2 - Information Disclosure
  author: DhiyaneshDK
  severity: medium
  description: |
    VMware vRealize Log Insight contains an Information Disclosure Vulnerability. A malicious actor can remotely collect sensitive session and application information without authentication.
  impact: |
    Attackers can access sensitive session and application data, leading to potential information leakage and security breaches."
  remediation: |
    Apply the latest security patches and updates provided by VMware to mitigate this vulnerability.
  reference:
    - http://packetstormsecurity.com/files/174606/VMware-vRealize-Log-Insight-Unauthenticated-Remote-Code-Execution.html
    - https://github.com/horizon3ai/vRealizeLogInsightRCE
  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-31711
    epss-score: 0.79528
    epss-percentile: 0.99033
    cpe: cpe:2.3:a:vmware:vrealize_log_insight:*:*:*:*:*:*:*:*
  metadata:
    vendor: vmware
    product: vrealize_log_insight
    shodan-query: http.title:"vrealize log insight"
    fofa-query: title="vrealize log insight"
    google-query: intitle:"vrealize log insight"
  tags: cve,cve2022,vmware,exposure,passive,vkev,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/i18n/component/JS?locale=en-US"
      - "{{BaseURL}}/api/v1/version"

    stop-at-first-match: true
    matchers-condition: and
    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_any(body, "logInsight", "releaseName\":")'
        condition: and

      - type: dsl
        dsl:
          - "compare_versions(version, '>= 8.0.0', '< 8.10.2')"
          - "compare_versions(version, '>= 3.0', '< 4.8')"
        condition: or

    extractors:
      - type: regex
        part: body
        name: version
        group: 1
        regex:
          - 'version"\s*:\s*"([0-9.]+)'
# digest: 4a0a00473045022073d6a7d2b25081da41af5e6bf1cd3da8bf53e69512aadcc8053136e6f2a011aa022100e461de4e7206e78acc8987cf9a142d54d3c6e0d3c2e6d07d940529fdb0e1f3bd:922c64590222798bb761d5b6d8e72950

相关漏洞推荐