cscli appsec-rules install crowdsecurity/vpatch-CVE-2007-08851## autogenerated on 2025-04-25 12:34:002name: crowdsecurity/vpatch-CVE-2007-08853description: 'Detects XSS vulnerability in Jira Rainbow.Zen via the id parameter in BrowseProject.jspa.'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 - urldecode11 match:12 type: contains13 value: /jira/secure/browseproject.jspa14 - zones:15 - ARGS16 variables:17 - id18 transform:19 - lowercase20 - urldecode21 match:22 type: contains23 value: <2425labels:26 type: exploit27 service: http28 confidence: 329 spoofable: 030 behavior: 'http:exploit'31 label: 'Jira Rainbow.Zen - XSS'32 classification:33 - cve.CVE-2007-088534 - attack.T105935 - cwe.CWE-7936