Roundcube recently released 1.6.11
which mitigates a security issue that could allow arbitrary code execution. As I understand it, a valid mailbox login is required for the exploit to work.
https://roundcube.net/news/2025/06/01/security-updates-1.6.11-and-1.5.10
Enhance automatically updates any central Roundcube installations running on your control panel server.
The per-server Roundcube that runs on each mail server to provide webmail at mail
.customerdomain.com
needs to be updated manually. To do this, run on each mail server:
su - roundcubelocal
wget https://github.com/roundcube/roundcubemail/releases/download/1.6.11/roundcubemail-1.6.11-complete.tar.gz
tar -xzf roundcubemail-1.6.11-complete.tar.gz
cd roundcubemail-1.6.11
./bin/installto.sh ../public_html