cscli appsec-rules install crowdsecurity/vpatch-CVE-2023-0900
1name: crowdsecurity/vpatch-CVE-2023-09002description: "AP Pricing Tables Lite - SQL Injection (CVE-2023-0900)"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 - BODY_ARGS19 variables:20 - action21 transform:22 - lowercase23 match:24 type: equals25 value: backend_ajax26 - zones:27 - BODY_ARGS28 variables:29 - _action30 transform:31 - lowercase32 match:33 type: equals34 value: copy_table35 - zones:36 - BODY_ARGS37 variables:38 - table_id39 match:40 type: libinjectionSQL4142labels:43 type: exploit44 service: http45 confidence: 346 spoofable: 047 behavior: "http:exploit"48 label: "AP Pricing Tables Lite - SQL Injection"49 classification:50 - cve.CVE-2023-090051 - attack.T159552 - attack.T119053 - cwe.CWE-89