0 Members and 1 Guest are viewing this topic.
cd /usr/local/cwpsrv/var/servicescp -R roundcube roundcube_backupwget https://github.com/roundcube/roundcubemail/releases/download/1.5.11/roundcubemail-1.5.11-complete.tar.gztar -xvzf roundcubemail-1.5.11-complete.tar.gzcd roundcubemail-1.5.11bin/installto.sh /usr/local/cwpsrv/var/services/roundcubecd ..chown -R cwpsvc:cwpsvc roundcuberm -rf roundcubemail-1.5.11*
Yes, saw that a couple of weeks ago. Other updating directions are here, just update the version number from 1.5.8 to 1.5.11 (LTS version):https://www.alphagnu.com/topic/33-update-cwp-roundcube-mail-version-158-%E2%80%93-control-web-panel/#comment-35
A new security vulnerability was found in Roundcube:https://nvd.nist.gov/vuln/detail/CVE-2025-49113The effected versions:all versions before 1.5.10all 1.6.x versions before 1.6.11The most recent versions of Roundcube include the patch:https://roundcube.net/news/2025/06/01/security-updates-1.6.11-and-1.5.10CWP uses Roundcube 1.4.x therefore it is highly recommended to update RoundcubeInstructions how to update Roundcube to 1.5.11:Code: [Select]cd /usr/local/cwpsrv/var/servicescp -R roundcube roundcube_backupwget https://github.com/roundcube/roundcubemail/releases/download/1.5.11/roundcubemail-1.5.11-complete.tar.gztar -xvzf roundcubemail-1.5.11-complete.tar.gzcd roundcubemail-1.5.11bin/installto.sh /usr/local/cwpsrv/var/services/roundcubecd ..chown -R cwpsvc:cwpsvc roundcuberm -rf roundcubemail-1.5.11*Please note you do it on your own risk.