cscli appsec-rules install crowdsecurity/vpatch-CVE-2025-578191## autogenerated on 2025-09-19 09:07:382name: crowdsecurity/vpatch-CVE-2025-578193description: 'Detects unauthenticated SQL injection and RCE in FreePBX via vulnerable brand parameter in ajax.php endpoint.'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 - urldecode11 match:12 type: contains13 value: /admin/ajax.php14 - zones:15 - ARGS16 variables:17 - module18 transform:19 - lowercase20 - urldecode21 match:22 type: contains23 value: "freepbx\\modules\\endpoint\\ajax"24 - zones:25 - ARGS26 variables:27 - brand28 transform:29 - lowercase30 - urldecode31 match:32 type: contains33 value: "'"3435labels:36 type: exploit37 service: http38 confidence: 339 spoofable: 040 behavior: 'http:exploit'41 label: 'FreePBX - RCE'42 classification:43 - cve.CVE-2025-5781944 - attack.T119045 - cwe.CWE-8946