cscli appsec-rules install crowdsecurity/vpatch-CVE-2023-6553
1name: crowdsecurity/vpatch-CVE-2023-65532description: "Backup Migration plugin for WordPress RCE (CVE-2023-6553)"3rules:4 - and:5 - zones:6 - URI7 transform:8 - lowercase9 match:10 type: endsWith11 value: /wp-content/plugins/backup-backup/includes/backup-heart.php12 - zones:13 - HEADERS14 variables:15 - content-dir16 match:17 type: startsWith18 value: "php://filter"19labels:20 type: exploit21 service: http22 confidence: 323 spoofable: 024 behavior: "http:exploit"25 label: "Backup Migration plugin for WordPress RCE"26 classification:27 - cve.CVE-2023-655328 - attack.T159529 - attack.T119030 - cwe.CWE-287