cscli appsec-rules install crowdsecurity/vpatch-CVE-2023-240001## autogenerated on 2026-03-30 12:50:012name: crowdsecurity/vpatch-CVE-2023-240003description: 'Detects SQL injection attempts in WordPress GamiPress plugin via trigger_type[] parameter.'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 - urldecode11 match:12 type: contains13 value: /wp-json/wp/v2/gamipress-logs14 - zones:15 - ARGS16 variables:17 - trigger_type[]18 transform:19 - lowercase20 - urldecode21 match:22 type: regex23 value: "[^a-z0-9_-]"2425labels:26 type: exploit27 service: http28 confidence: 329 spoofable: 030 behavior: 'http:exploit'31 label: 'GamiPress - SQLI'32 classification:33 - cve.CVE-2023-2400034 - attack.T119035 - cwe.CWE-8936