cscli appsec-rules install crowdsecurity/vpatch-CVE-2024-1071
1name: crowdsecurity/vpatch-CVE-2024-10712description: "WordPress Ultimate Member - SQL Injection (CVE-2024-1071)"3rules:4 - and:5 - zones:6 - METHOD7 match:8 type: equals9 value: POST10 - zones:11 - URI12 transform:13 - lowercase14 match:15 type: contains16 value: /wp-admin/admin-ajax.php17 - zones:18 - ARGS19 variables:20 - action21 transform:22 - lowercase23 match:24 type: equals25 value: um_get_members26 - zones:27 - BODY_ARGS28 variables:29 - sorting30 match:31 type: libinjectionSQL3233labels:34 type: exploit35 service: http36 confidence: 337 spoofable: 038 behavior: "http:exploit"39 label: "WordPress Ultimate Member - SQL Injection"40 classification:41 - cve.CVE-2024-107142 - attack.T159543 - attack.T119044 - cwe.CWE-89