cscli appsec-rules install crowdsecurity/vpatch-CVE-2023-47218
1name: crowdsecurity/vpatch-CVE-2023-472182description: "QNAP QTS - RCE (CVE-2023-47218)"3rules:4 - and:5 - zones:6 - METHOD7 match:8 type: equals9 value: POST10 - zones:11 - URI12 transform:13 - lowercase14 match:15 type: endsWith16 value: /cgi-bin/quick/quick.cgi17 - zones:18 - ARGS19 variables:20 - func21 transform:22 - lowercase23 match:24 type: equals25 value: "switch_os"26 - zones:27 - ARGS28 variables:29 - todo30 transform:31 - lowercase32 match:33 type: equals34 value: "uploaf_firmware_image"35labels:36 type: exploit37 service: http38 confidence: 339 spoofable: 040 behavior: "http:exploit"41 label: "QNAP QTS - RCE"42 classification:43 - cve.CVE-2023-4721844 - attack.T159545 - attack.T119046 - cwe.CWE-7847 - cwe.CWE-7748