cscli appsec-rules install crowdsecurity/vpatch-CVE-2023-23488
1name: crowdsecurity/vpatch-CVE-2023-234882description: "Wordpress Paid Memberships Pro Blind SQLi (CVE-2023-23488)"3rules:4 - and:5 - zones:6 - METHOD7 match:8 type: equals9 value: GET10 - zones:11 - ARGS12 variables:13 - rest_route14 transform:15 - lowercase16 match:17 type: contains18 value: /pmpro/v1/order19 - zones:20 - ARGS21 transform:22 - lowercase23 variables:24 - code25 match:26 type: libinjectionSQL27labels:28 type: exploit29 service: http30 confidence: 331 spoofable: 032 behavior: "http:exploit"33 label: "Wordpress Paid Memberships Pro Blind SQLi"34 references:35 - https://nvd.nist.gov/vuln/detail/CVE-2023-2348836 classification:37 - cve.CVE-2023-2348838 - attack.T159539 - attack.T119040 - cwe.CWE-89