cscli appsec-rules install crowdsecurity/vpatch-CVE-2023-6360
1name: crowdsecurity/vpatch-CVE-2023-63602description: "WordPress My Calendar - SQL Injection (CVE-2023-6360)"3rules:4 - and:5 - zones:6 - METHOD7 match:8 type: equals9 value: GET10 - zones:11 - ARGS12 variables:13 - rest_route14 match:15 type: contains16 value: my-calendar/v1/events17 - zones:18 - ARGS19 variables:20 - from21 match:22 type: libinjectionSQL2324labels:25 type: exploit26 service: http27 confidence: 328 spoofable: 029 behavior: "http:exploit"30 label: "WordPress My Calendar - SQL Injection"31 references:32 - https://medium.com/tenable-techblog/wordpress-mycalendar-plugin-unauthenticated-sql-injection-cve-2023-6360-d272887ddf1233 classification:34 - cve.CVE-2023-636035 - attack.T159536 - attack.T119037 - cwe.CWE-89