cscli appsec-rules install crowdsecurity/vpatch-CVE-2026-419401name: crowdsecurity/vpatch-CVE-2026-419402description: 'Detects cPanel & WHM authentication bypass (CVE-2026-41940) by identifying a whostmgrsession cookie with a stripped ob segment (no comma separator)'3rules:4 - and:5 - zones:6 - COOKIES7 variables:8 - whostmgrsession9 transform:10 - lowercase11 - urldecode12 - trim13 match:14 type: regex15 value: '^:[a-z0-9_]+,?$'1617labels:18 type: exploit19 service: http20 confidence: 321 spoofable: 022 behavior: 'http:exploit'23 label: 'cPanel WHM - Authentication Bypass'24 classification:25 - cve.CVE-2026-4194026 - attack.T119027 - cwe.CWE-30628