cscli appsec-rules install crowdsecurity/vpatch-CVE-2025-524881## autogenerated on 2025-07-16 16:18:102name: crowdsecurity/vpatch-CVE-2025-524883description: "Detects Unicode path normalization NTLM hash disclosure in DNN (DotNetNuke) via crafted file upload filename."4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 match:11 type: contains12 value: /providers/htmleditorproviders/dnnconnect.cke/browser/fileuploader.ashx13 - zones:14 - FILENAMES15 transform:16 - lowercase17 match:18 type: contains19 value: "%ef%bc%bc%ef%bc%bc"2021labels:22 type: exploit23 service: http24 confidence: 325 spoofable: 026 behavior: "http:exploit"27 label: "DNN DotNetNuke - NTLM Hash Disclosure"28 classification:29 - cve.CVE-2025-5248830 - attack.T155731 - cwe.CWE-20032