cscli appsec-rules install crowdsecurity/vpatch-CVE-2023-6623
1name: crowdsecurity/vpatch-CVE-2023-66232description: "Wordpress Essential Blocks plugin LFI (CVE-2023-6623)"3rules:4 - and:5 - zones:6 - METHOD7 match:8 type: equals9 value: GET10 - zones:11 - URI12 transform:13 - lowercase14 match:15 type: equals16 value: /index.php17 - zones:18 - ARGS19 variables:20 - rest_route21 transform:22 - lowercase23 match:24 type: contains25 value: essential-blocks26 - zones:27 - ARGS28 variables:29 - attributes30 transform:31 - lowercase32 match:33 type: contains34 value: "__file"35labels:36 type: exploit37 service: http38 confidence: 339 spoofable: 040 behavior: "http:exploit"41 label: "Wordpress Essential Blocks plugin LFI"42 classification:43 - cve.CVE-2023-662344 - attack.T121145 - attack.T119046 - cwe.CWE-22