cscli appsec-rules install crowdsecurity/vpatch-CVE-2023-22515
1name: crowdsecurity/vpatch-CVE-2023-225152description: "Atlassian Confluence Privesc (CVE-2023-22515)"3rules:4 - and:5 - zones:6 - URI7 transform:8 - lowercase9 match:10 type: endsWith11 value: /setup/setupadministrator.action12 - zones:13 - METHOD14 match:15 type: equals16 value: POST17 - zones:18 - HEADERS19 variables:20 - x-atlassian-token21 transform:22 - lowercase23 match:24 type: equals25 value: "no-check"26labels:27 type: exploit28 service: http29 confidence: 330 spoofable: 031 behavior: "http:exploit"32 label: "Atlassian Confluence Privesc"33 classification:34 - cve.CVE-2023-2251535 - attack.T159536 - attack.T119037 - cwe.CWE-284