cscli appsec-rules install crowdsecurity/vpatch-CVE-2025-36051## autogenerated on 2025-09-24 14:46:432name: crowdsecurity/vpatch-CVE-2025-36053description: 'Detects privilege escalation in WordPress Frontend Login and Registration Blocks plugin via unauthorized email update.'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 match:11 type: contains12 value: /wp-admin/admin-ajax.php13 - zones:14 - BODY_ARGS15 variables:16 - action17 transform:18 - lowercase19 match:20 type: equals21 value: flrblocksusersettingsupdatehandle22 - zones:23 - BODY_ARGS_NAMES24 transform:25 - lowercase26 match:27 type: contains28 value: flr-blocks-email-update2930labels:31 type: exploit32 service: http33 confidence: 334 spoofable: 035 behavior: 'http:exploit'36 label: 'WordPress Frontend Login And Registration Blocks - Privilege Escalation'37 classification:38 - cve.CVE-2025-360539 - attack.T106840 - cwe.CWE-63941