cscli appsec-rules install crowdsecurity/vpatch-CVE-2022-35914
1name: crowdsecurity/vpatch-CVE-2022-359142description: "GLPI RCE (CVE-2022-35914)"3rules:4 - and:5 - zones:6 - URI7 transform:8 - lowercase9 match:10 type: endsWith11 value: /vendor/htmlawed/htmlawed/htmlawedtest.php1213labels:14 type: exploit15 service: http16 confidence: 317 spoofable: 018 behavior: "http:exploit"19 label: "GLPI RCE"20 classification:21 - cve.CVE-2022-3591422 - attack.T159523 - attack.T119024 - cwe.CWE-74