cscli appsec-rules install crowdsecurity/vpatch-CVE-2024-29973
1name: crowdsecurity/vpatch-CVE-2024-299732description: "Zyxel - RCE (CVE-2024-29973)"3rules:4 - and:5 - zones:6 - URI7 transform:8 - lowercase9 match:10 type: equals11 value: /cmd,/simzysh/register_main/setcookie12 - zones:13 - ARGS14 - BODY_ARGS15 variables:16 - c017 transform:18 - lowercase19 match:20 type: contains21 value: "storage_ext_cgi"22labels:23 type: exploit24 service: http25 confidence: 326 spoofable: 027 behavior: "http:exploit"28 label: "Zyxel - RCE"29 classification:30 - cve.CVE-2024-2997331 - attack.T159532 - attack.T119033 - cwe.CWE-7834