cscli appsec-rules install crowdsecurity/vpatch-CVE-2021-26294
1## autogenerated on 2025-04-23 13:04:532name: crowdsecurity/vpatch-CVE-2021-262943description: 'Detects unauthorized access to AfterLogic Aurora/WebMail Pro WebDAV endpoint using default caldav_public_user credentials and path traversal.'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 - urldecode11 match:12 type: contains13 value: /dav/server.php/files/personal/14 - zones:15 - URI16 transform:17 - lowercase18 - urldecode19 match:20 type: contains21 value: '..'22labels:23 type: exploit24 service: http25 confidence: 326 spoofable: 027 behavior: 'http:exploit'28 label: 'AfterLogic Aurora/WebMail Pro - Info Disclosure'29 classification:30 - cve.CVE-2021-2629431 - attack.T104032 - cwe.CWE-2233