cscli appsec-rules install crowdsecurity/vpatch-CVE-2025-366041## autogenerated on 2025-10-09 10:57:262name: crowdsecurity/vpatch-CVE-2025-366043description: 'Detects OS command injection in Dell UnityVSA via crafted path in /misc/ endpoint (CVE-2025-36604)'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 - urldecode11 match:12 type: contains13 value: /misc/14 - zones:15 - URI16 transform:17 - urldecode18 match:19 type: regex20 value: '[`|;$]'2122labels:23 type: exploit24 service: http25 confidence: 326 spoofable: 027 behavior: 'http:exploit'28 label: 'Dell UnityVSA - RCE'29 classification:30 - cve.CVE-2025-3660431 - attack.T119032 - cwe.CWE-7833