cscli appsec-rules install crowdsecurity/vpatch-CVE-2024-3273
1name: crowdsecurity/vpatch-CVE-2024-32732description: "D-LINK NAS Command Injection (CVE-2024-3273)"3rules:4 - and:5 - zones:6 - URI7 transform:8 - lowercase9 match:10 type: endsWith11 value: cgi-bin/nas_sharing.cgi12 - zones:13 - METHOD14 match:15 type: equals16 value: GET17 - zones:18 - ARGS_NAMES19 transform:20 - lowercase21 match:22 type: contains23 value: system24 - zones:25 - ARGS26 transform:27 - lowercase28 match:29 type: contains30 value: messagebus31labels:32 type: exploit33 service: http34 confidence: 335 spoofable: 036 behavior: "http:exploit"37 label: "D-LINK NAS Command Injection"38 classification:39 - cve.CVE-2024-327340 - attack.T159541 - attack.T1190