cscli appsec-rules install crowdsecurity/vpatch-CVE-2021-43798
1## autogenerated on 2025-03-28 15:30:482name: crowdsecurity/vpatch-CVE-2021-437983description: 'Grafana - Arbitrary File Read (CVE-2021-43798)'4rules:5 - and:6 - zones:7 - URI8 transform:9 - lowercase10 match:11 type: contains12 value: /public/plugins/13 - zones:14 - URI15 transform:16 - lowercase17 match:18 type: contains19 value: '../'2021labels:22 type: exploit23 service: http24 confidence: 325 spoofable: 026 behavior: 'http:exploit'27 label: 'Grafana - LFI'28 classification:29 - cve.CVE-2021-4379830 - attack.T119031 - cwe.CWE-2232