cscli appsec-rules install crowdsecurity/vpatch-CVE-2024-4577
1name: crowdsecurity/vpatch-CVE-2024-45772description: "PHP CGI Command Injection - CVE-2024-4577"3rules:4 - and:5 - zones:6 - URI_FULL7 transform:8 - lowercase9 match:10 type: contains11 value: "?%ad"12labels:13 type: exploit14 service: http15 confidence: 316 spoofable: 017 behavior: "http:exploit"18 label: "PHP CGI Command Injection - CVE-2024-4577"19 classification:20 - cve.CVE-2024-457721 - attack.T159522 - attack.T119023 - attack.T105924 - cwe.CWE-7425 - cwe.CWE-8826 - cwe.CWE-707272829