cscli appsec-rules install crowdsecurity/vpatch-CVE-2021-260861name: crowdsecurity/vpatch-CVE-2021-260862description: "Atlassian Jira Server/Data Center 8.4.0 - Limited Remote File Read/Include (CVE-2021-26086)"3rules:4 - or:5 - zones:6 - URI7 transform:8 - lowercase9 match:10 type: contains11 value: /;/web-inf/12 - zones:13 - URI14 transform:15 - lowercase16 match:17 type: contains18 value: /;/meta-inf/1920labels:21 type: exploit22 service: http23 confidence: 324 spoofable: 025 behavior: "http:exploit"26 label: "Atlassian Jira Server/Data Center 8.4.0 File Read"27 references:28 - https://github.com/ColdFusionX/CVE-2021-2608629 - https://nvd.nist.gov/vuln/detail/CVE-2021-2608630 classification:31 - cve.CVE-2021-2608632 - CWE.2233 - attack.T159534 - attack.T1190