cscli appsec-rules install crowdsecurity/vpatch-CVE-2024-66711## autogenerated on 2026-03-30 12:59:522name: crowdsecurity/vpatch-CVE-2024-66713description: 'WhatsUp Gold GetStatisticalMonitorList SQL Injection - Authentication Bypass'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 match:11 type: contains12 value: /nmconsole/platform/filter/devicestatisticalmonitors13 - zones:14 - BODY_ARGS15 variables:16 - json.statisticalMonitorTable17 transform:18 - urldecode19 - lowercase20 match:21 type: contains22 value: ';'2324labels:25 type: exploit26 service: http27 confidence: 328 spoofable: 029 behavior: 'http:exploit'30 label: 'WhatsUp Gold - Authentication Bypass'31 classification:32 - cve.CVE-2024-667133 - attack.T119034 - cwe.CWE-8935