cscli appsec-rules install crowdsecurity/vpatch-CVE-2024-62351## autogenerated on 2025-11-28 14:43:342name: crowdsecurity/vpatch-CVE-2024-62353description: 'Detects unauthorized access to sensitive NetScaler Console configuration endpoint disclosing ADM_SESSIONID.'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 match:11 type: contains12 value: /internal/v2/config/mps_secret/adm_sessionid13 - zones:14 - HEADERS15 variables:16 - user-name17 transform:18 - lowercase19 match:20 type: equals21 value: nsroot2223labels:24 type: exploit25 service: http26 confidence: 327 spoofable: 028 behavior: 'http:exploit'29 label: 'NetScaler Console - Sensitive Information Disclosure'30 classification:31 - cve.CVE-2024-623532 - attack.T159233 - cwe.CWE-20034