cscli appsec-rules install crowdsecurity/vpatch-CVE-2022-27926
1name: crowdsecurity/vpatch-CVE-2022-279262description: "Zimbra Collaboration XSS (CVE-2022-27926)"3rules:4 - and:5 - zones:6 - URI7 transform:8 - lowercase9 match:10 type: endsWith11 value: /public/error.jsp12 - zones:13 - ARGS14 variables:15 - errCode16 transform:17 - lowercase18 match:19 type: libinjectionXSS20labels:21 type: exploit22 service: http23 confidence: 324 spoofable: 025 behavior: "http:exploit"26 label: "Zimbra Collaboration (ZCS) - XSS"27 classification:28 - cve.CVE-2022-2792629 - attack.T159530 - attack.T119031 - cwe.CWE-79