cscli appsec-rules install crowdsecurity/vpatch-CVE-2024-38816
12name: crowdsecurity/vpatch-CVE-2024-388163description: "Spring - Path Traversal (CVE-2024-38816)"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: "/static/link/../"19labels:20 type: exploit21 service: http22 confidence: 323 spoofable: 024 behavior: "http:exploit"25 label: "Spring - Path Traversal"26 classification:27 - cve.CVE-2024-3881628 - attack.T159529 - attack.T119030 - cwe.CWE-22