cscli appsec-rules install crowdsecurity/vpatch-CVE-2026-756501name: crowdsecurity/vpatch-CVE-2026-756502description: Magento "StyleSmuggler" RCE (CVE-2026-75650)34rules:5 - or:6 - zones:7 - URI_FULL8 transform:9 - lowercase10 - urldecode11 match:12 type: regex13 value: '<\?(php|=)|\\u003c\?'14 - zones:15 - HEADERS16 variables:17 - store18 transform:19 - lowercase20 - urldecode21 match:22 type: regex23 value: '<\?|\\u003c\?'2425labels:26 type: exploit27 service: http28 confidence: 329 spoofable: 030 behavior: 'http:exploit'31 label: 'Adobe Commerce & Magento - RCE'32 classification:33 - cve.CVE-2026-7565034 - attack.T119035 - cwe.CWE-133636