cscli appsec-rules install crowdsecurity/vpatch-CVE-2020-250781## autogenerated on 2025-09-24 14:17:172name: crowdsecurity/vpatch-CVE-2020-250783description: 'Detects unauthorized access to D-Link camera administrator password disclosure endpoint.'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 - urldecode11 match:12 type: contains13 value: '/config/getuser'14 - zones:15 - ARGS16 variables:17 - 'index'18 transform:19 - lowercase20 - urldecode21 match:22 type: regex23 value: '^[0-9]+$'24labels:25 type: exploit26 service: http27 confidence: 328 spoofable: 029 behavior: 'http:exploit'30 label: 'D-Link - Information Disclosure'31 classification:32 - cve.CVE-2020-2507833 - attack.T159234 - cwe.CWE-20035