cscli appsec-rules install crowdsecurity/vpatch-CVE-2024-465061## autogenerated on 2025-09-24 14:37:362name: crowdsecurity/vpatch-CVE-2024-465063description: 'Detects unauthenticated command injection in NetAlertX via function=savesettings in util.php'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 match:11 type: contains12 value: /php/server/util.php13 - zones:14 - BODY_ARGS15 variables:16 - function17 transform:18 - lowercase19 match:20 type: equals21 value: savesettings22 - zones:23 - BODY_ARGS24 variables:25 - settings26 transform:27 - lowercase28 match:29 type: contains30 value: 'dbclnp_cmd'3132labels:33 type: exploit34 service: http35 confidence: 336 spoofable: 037 behavior: 'http:exploit'38 label: 'Netalertx - RCE'39 classification:40 - cve.CVE-2024-4650641 - attack.T119042 - cwe.CWE-30643