cscli appsec-rules install crowdsecurity/vpatch-CVE-2025-252571name: crowdsecurity/vpatch-CVE-2025-252572description: "Fortinet FortiWeb Fabric Connector - Pre-Authenticated SQL Injection (CVE-2025-25257)"3#https://labs.watchtowr.com/pre-auth-sql-injection-to-rce-fortinet-fortiweb-fabric-connector-cve-2025-25257/4rules:5 - and:6 - zones:7 - METHOD8 match:9 type: equals10 value: GET11 - zones:12 - URI13 transform:14 - lowercase15 match:16 type: regex17 value: /api/(fabric/device/status|v[0-9]/fabric/widget)18 - zones:19 - HEADERS20 variables:21 - Authorization22 match:23 type: contains24 value: "'"2526labels:27 type: exploit28 service: http29 confidence: 330 spoofable: 031 behavior: "http:exploit"32 label: "Fortinet FortiWeb Fabric Connector - Pre-Authenticated SQL Injection"33 classification:34 - cve.CVE-2025-2525735 - attack.T119036 - cwe.CWE-8937