cscli appsec-rules install crowdsecurity/vpatch-CVE-2025-31161
1## autogenerated on 2025-05-09 09:01:452name: crowdsecurity/vpatch-CVE-2025-311613description: 'Detects authentication bypass in CrushFTP via crafted Authorization header and specific endpoint access.'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 match:11 type: contains12 value: /webinterface/function/13 - zones:14 - ARGS15 variables:16 - command17 transform:18 - lowercase19 match:20 type: equals21 value: getuserlist22 - zones:23 - HEADERS24 variables:25 - authorization26 transform:27 - lowercase28 match:29 type: equals30 value: aws4-hmac-sha256 credential=crushadmin/3132labels:33 type: exploit34 service: http35 confidence: 336 spoofable: 037 behavior: 'http:exploit'38 label: 'CrushFTP - Authentication Bypass'39 classification:40 - cve.CVE-2025-3116141 - attack.T119042 - cwe.CWE-28743