cscli appsec-rules install crowdsecurity/vpatch-CVE-2024-6205
12name: crowdsecurity/vpatch-CVE-2024-62053description: "PayPlus Payment Gateway WordPress plugin - SQL Injection (CVE-2024-6205)"4rules:5 - and:6 - zones:7 - ARGS8 variables:9 - wc-api10 transform:11 - lowercase12 match:13 type: "contains"14 value: "payplus_gateway"15 - zones:16 - ARGS17 variables:18 - more_info19 transform:20 - lowercase21 match:22 type: libinjectionSQL23labels:24 type: exploit25 service: http26 confidence: 327 spoofable: 028 behavior: "http:exploit"29 label: "PayPlus Payment Gateway WordPress plugin - SQL Injection"30 classification:31 - cve.CVE-2024-620532 - attack.T159533 - attack.T119034 - cwe.CWE-89