cscli appsec-rules install crowdsecurity/vpatch-CVE-2023-6567
1name: crowdsecurity/vpatch-CVE-2023-65672description: "LearnPress - SQL Injection (CVE-2023-6567)"3rules:4 - and:5 - zones:6 - METHOD7 match:8 type: equals9 value: GET10 - zones:11 - URI12 transform:13 - lowercase14 match:15 type: contains16 value: /wp-json/lp/v1/courses/archive-course17 - zones:18 - ARGS19 transform:20 - lowercase21 variables:22 - order_by23 match:24 type: libinjectionSQL2526labels:27 type: exploit28 service: http29 confidence: 330 spoofable: 031 behavior: "http:exploit"32 label: "LearnPress - SQL Injection"33 classification:34 - cve.CVE-2023-656735 - attack.T159536 - attack.T119037 - cwe.CWE-89