cscli appsec-rules install crowdsecurity/vpatch-CVE-2020-5902
12name: crowdsecurity/vpatch-CVE-2020-59023description: "F5 BIG-IP TMUI - RCE (CVE-2020-5902)"4rules:5 - and:6 - zones:7 - METHOD8 match:9 type: equals10 value: GET11 - zones:12 - URI13 transform:14 - lowercase15 - urldecode16 match:17 type: contains18 value: /tmui/login.jsp/..;/tmui/19labels:20 type: exploit21 service: http22 confidence: 323 spoofable: 024 behavior: "http:exploit"25 label: "F5 BIG-IP TMUI - RCE"26 classification:27 - cve.CVE-2020-590228 - attack.T159529 - attack.T119030 - cwe.CWE-2231