cscli appsec-rules install crowdsecurity/vpatch-CVE-2024-27956
12name: crowdsecurity/vpatch-CVE-2024-279563description: "WordPress Automatic Plugin - SQLi (CVE-2024-27956)"4rules:5 - and:6 - zones:7 - METHOD8 match:9 type: equals10 value: POST11 - zones:12 - URI13 transform:14 - lowercase15 match:16 type: endsWith17 value: /wp-content/plugins/wp-automatic/inc/csv.php18 - zones:19 - BODY_ARGS20 variables:21 - auth22 match:23 type: contains24 value: "\x00"25labels:26 type: exploit27 service: http28 confidence: 329 spoofable: 030 behavior: "http:exploit"31 label: "WordPress Automatic Plugin - SQLi"32 classification:33 - cve.CVE-2024-2795634 - attack.T159535 - attack.T119036 - cwe.CWE-502