cscli appsec-rules install crowdsecurity/vpatch-CVE-2023-46341name: crowdsecurity/vpatch-CVE-2023-46342description: "Media Library Assistant - RCE 2023 4634"3rules:4 - and:5 - zones:6 - URI7 transform:8 - lowercase9 match:10 type: endsWith11 value: /wp-content/plugins/media-library-assistant/includes/mla-stream-image.php12 - zones:13 - ARGS14 variables:15 - mla_stream_file16 match:17 type: regex18 value: ".*://.*"19labels:20 type: exploit21 service: http22 confidence: 323 spoofable: 024 behavior: "http:exploit"25 label: "Media Library Assistant RCE"26 classification:27 - cve.CVE-2023-463428 - attack.T119029 - cwe.CWE-7330