cscli appsec-rules install crowdsecurity/vpatch-CVE-2021-3129
1name: crowdsecurity/vpatch-CVE-2021-31292description: "Laravel with Ignition Debug Mode RCE (CVE-2021-3129)"3rules:4 - and:5 - zones:6 - URI7 transform:8 - lowercase9 match:10 type: endsWith11 value: /_ignition/execute-solution12 - zones:13 - BODY_ARGS14 variables:15 - json.parameters.viewFile16 match:17 type: regex18 value: "php://filter|phar://"19labels:20 type: exploit21 service: http22 confidence: 323 spoofable: 024 behavior: "http:exploit"25 label: "Laravel with Ignition Debug Mode RCE"26 classification:27 - cve.CVE-2021-312928 - attack.T159529 - attack.T119030 - cwe.CWE-98