cscli appsec-rules install crowdsecurity/vpatch-CVE-2025-93161## autogenerated on 2025-12-17 15:02:232name: crowdsecurity/vpatch-CVE-2025-93163description: 'Detects unauthenticated session ID generation in N-central via ServerUI SOAP endpoint.'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 match:11 type: contains12 value: /dms/services/serverui13 - zones:14 - RAW_BODY15 transform:16 - lowercase17 match:18 type: contains19 value: '<sessionhello>'2021labels:22 type: exploit23 service: http24 confidence: 325 spoofable: 026 behavior: 'http:exploit'27 label: 'N-central - Authentication Bypass'28 classification:29 - cve.CVE-2025-931630 - attack.T119031 - cwe.CWE-28732