• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved Roundcube vulnerability CVE-2025-49113

Hi, @Laurent_Chouraki . Thank you for the question. Our team is already working on updating Roundcube to 1.6.13 and backporting patches to 1.4. The plan is to introduce the changes along with Plesk Obsidian 18.0.76, which is scheduled for release on the 17th of February.
 
I am not entirely sure what exactly the impact is. There hasn't been an extensive investigation on it. Rather than that our team focused on delivering the update and the backport patches as quickly as possible.
 
Hi, @Kaspar . At his point, there is no plan to backport the changes to version 18.0.75. However, the decision can be reconsidered based on the CVE score and exploitability.
 
If you like to hold off on upgrading to Plesk 18.0.76 for a while to not get surprised by any yet unknown bugs or product issues, like I do, you can manually patch Roundcube with the attached patch file.

Code:
tar -cvf backup-psa-roundcube.tar /usr/share/psa-roundcube/
wget -cO - https://talk.plesk.com/attachments/patch-roundcube-1-6-13-zip.29152/?hash=bc8b34c520188ef5247789512361b506 > patch.roundcube-1.6.13.zip
unzip patch.roundcube-1.6.13.zip
patch -p1 -d /usr/share/psa-roundcube < patch.roundcube-1.6.13
 

Attachments

  • patch.roundcube-1.6.13.zip
    2.6 KB · Views: 3
Back
Top