cscli appsec-rules install crowdsecurity/vpatch-CVE-2023-23489
1name: crowdsecurity/vpatch-CVE-2023-234892description: "WordPress Easy Digital Downloads plugin SQL injection (CVE-2023-23489)"3rules:4 - and:5 - zones:6 - METHOD7 match:8 type: equals9 value: GET10 - zones:11 - URI12 transform:13 - lowercase14 match:15 type: equals16 value: /wp-admin/admin-ajax.php17 - zones:18 - ARGS19 variables:20 - action21 transform:22 - lowercase23 match:24 type: equals25 value: "edd_download_search"26 - zones:27 - ARGS28 variables:29 - s30 match:31 type: libinjectionSQL32labels:33 type: exploit34 service: http35 confidence: 336 spoofable: 037 behavior: "http:exploit"38 label: "WordPress Easy Digital Downloads plugin SQL injection"39 classification:40 - cve.CVE-2023-2348941 - attack.T159542 - attack.T119043 - cwe.CWE-89