cscli appsec-rules install crowdsecurity/vpatch-CVE-2024-34081## autogenerated on 2026-03-30 12:55:252name: crowdsecurity/vpatch-CVE-2024-34083description: 'Detects authentication bypass and remote code execution in D-Tale via forged session cookie and malicious query parameter.'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 match:11 type: contains12 value: /dtale/test-filter/13 - zones:14 - ARGS15 variables:16 - query17 transform:18 - lowercase19 - urldecode20 match:21 type: contains22 value: '__import__('23 - zones:24 - HEADERS25 variables:26 - cookie27 transform:28 - lowercase29 match:30 type: contains31 value: session=3233labels:34 type: exploit35 service: http36 confidence: 337 spoofable: 038 behavior: 'http:exploit'39 label: 'D-Tale - Auth Bypass & RCE'40 classification:41 - cve.CVE-2024-340842 - attack.T119043 - cwe.CWE-9444