cscli appsec-rules install crowdsecurity/vpatch-CVE-2025-644461name: crowdsecurity/vpatch-CVE-2025-644462description: 'Detects FortiWeb authentication bypass via path traversal and CGIINFO header with admin impersonation'3rules:4 - and:5 - zones:6 - URI7 transform:8 - urldecode9 - lowercase10 match:11 type: contains12 value: '/api/v2.0/cmdb/system/admin'13 - zones:14 - URI15 transform:16 - urldecode17 - lowercase18 match:19 type: contains20 value: '../'21 - zones:22 - URI23 transform:24 - urldecode25 - lowercase26 match:27 type: contains28 value: '/cgi-bin/fwbcgi'29 - zones:30 - HEADERS31 variables:32 - CGIINFO33 transform:34 - b64decode35 - lowercase36 match:37 type: contains38 value: 'admin'3940labels:41 type: exploit42 service: http43 confidence: 344 spoofable: 045 behavior: 'http:exploit'46 label: 'FortiWeb - Authentication Bypass'47 classification:48 - cve.CVE-2025-6444649 - attack.T119050 - cwe.CWE-23