cscli appsec-rules install crowdsecurity/vpatch-CVE-2020-17496
1name: crowdsecurity/vpatch-CVE-2020-174962description: "vBulletin RCE (CVE-2020-17496)"3rules:4 - and:5 - zones:6 - URI7 transform:8 - lowercase9 match:10 type: endsWith11 value: /ajax/render/widget_tabbedcontainer_tab_panel12 - zones:13 - METHOD14 match:15 type: equals16 value: POST17 - zones:18 - BODY_ARGS19 variables:20 - /subwidgets\[[0-9]+\]\[template\]/21 match:22 type: equals23 value: widget_php24 - zones:25 - BODY_ARGS_NAMES26 match:27 type: regex28 value: subWidgets\[[0-9]+\]\[config\]\[code\]2930labels:31 type: exploit32 service: http33 confidence: 334 spoofable: 035 behavior: "http:exploit"36 label: "vBulletin RCE"37 classification:38 - cve.CVE-2020-1749639 - attack.T159540 - attack.T119041 - cwe.CWE-74