cscli appsec-rules install crowdsecurity/vpatch-CVE-2021-260721## autogenerated on 2025-10-29 15:23:062name: crowdsecurity/vpatch-CVE-2021-260723description: 'Detects SSRF in Atlassian Confluence via WidgetConnector plugin (CVE-2021-26072)'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 - urldecode11 match:12 type: contains13 value: /rest/sharelinks/1.0/link14 - zones:15 - ARGS16 variables:17 - url18 transform:19 - lowercase20 - urldecode21 match:22 type: contains23 value: 'http'2425labels:26 type: exploit27 service: http28 confidence: 329 spoofable: 030 behavior: 'http:exploit'31 label: 'Atlassian Confluence - SSRF'32 classification:33 - cve.CVE-2021-2607234 - attack.T119035 - cwe.CWE-91836