cscli appsec-rules install crowdsecurity/vpatch-CVE-2022-22954
1name: crowdsecurity/vpatch-CVE-2022-229542description: "VMWare Workspace ONE Access RCE (CVE-2022-22954)"3rules:4 - and:5 - zones:6 - URI7 transform:8 - lowercase9 match:10 type: contains11 value: /catalog-portal/ui/oauth/verify12 - zones:13 - ARGS14 variables:15 - deviceUdid16 transform:17 - lowercase18 match:19 type: contains20 value: ${2122labels:23 type: exploit24 service: http25 confidence: 326 spoofable: 027 behavior: "http:exploit"28 label: "VMWare Workspace ONE RCE"29 references:30 - https://www.rapid7.com/blog/post/2022/04/29/widespread-exploitation-of-vmware-workspace-one-access-cve-2022-22954/31 - https://unit42.paloaltonetworks.com/cve-2022-22954-vmware-vulnerabilities/32 - https://nvd.nist.gov/vuln/detail/cve-2022-2295433 classification:34 - cve.CVE-2022-2295435 - attack.T159536 - attack.T1190