<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

  <title>Roundcube Webmail Project News</title>
  <link href="https://roundcube.net/feeds/atom.xml" rel="self" />
  <link href="https://roundcube.net" />
  <updated>2026-09-06T10:42:30+00:00</updated>
  <id>https://roundcube.net</id>
  <author>
    <name>Roundcube Webmail Dev Team</name>
  </author>

  
  <entry>
    <title>Security updates 1.6.19 and 1.7.4 released</title>
    <link href="https://roundcube.net/news/2026/09/06/security-updates-1.6.19-and-1.7.4" />
    <updated>2026-09-06T00:00:00+00:00</updated>
    <id>https://roundcube.net/news/2026/09/06/security-updates-1.6.19-and-1.7.4</id>
    <content type="html">&lt;p&gt;We just published security updates to the 1.6 LTS and 1.7 versions of Roundcube Webmail.
They both contain fixes for recently reported security vulnerabilities.&lt;/p&gt;

&lt;h2 id=&quot;security-fixes&quot;&gt;Security fixes&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Fix CSS declaration smuggling via un-encoded ampersand emission, reported by Zach Hanley of Horizon3.ai&lt;/li&gt;
  &lt;li&gt;Fix CSS property injection via body &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;background&lt;/code&gt; attribute, reported by zenithhostingevan&lt;/li&gt;
  &lt;li&gt;Fix email header injection via bare CR in the subject field, reported by CVE-Hunter-Leo&lt;/li&gt;
  &lt;li&gt;Fix email header injection via C-escape \r in the recipient display name, reported by dogeshark&lt;/li&gt;
  &lt;li&gt;Fix email header injection via identity’s organization field, reported by dogeshark&lt;/li&gt;
  &lt;li&gt;Fix zero-click stored XSS via TNEF MIME tag injection in the attachment URL, reported by nakko&lt;/li&gt;
  &lt;li&gt;Fix XSS in the HTML editor using text/enriched part content, reported by Joshua Rogers&lt;/li&gt;
  &lt;li&gt;Fix cross-user access in contact group membership (add/remove) in the SQL address book, reported by Joshua Rogers&lt;/li&gt;
  &lt;li&gt;Fix is_local_url() bypass via trailing-dot FQDN in stylesheet URL, reported by nept1337&lt;/li&gt;
  &lt;li&gt;Fix remote content blocking bypass via CSS escapes in FuncIRI attributes, reported by Wahab KHADIR&lt;/li&gt;
  &lt;li&gt;Fix remote-content blocker bypass via SVG SMIL src animation&lt;/li&gt;
  &lt;li&gt;Fix SSRF bypass in Roundcube CSS proxy via hexadecimal IPv6-mapped IPv4 addresses, reported by faceless0x7 and Harish Annavisamy&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;See the full changelogs in the release notes on the Github download pages for the updated versions
&lt;a href=&quot;https://github.com/roundcube/roundcubemail/releases/tag/1.6.19&quot;&gt;1.6.19&lt;/a&gt; and &lt;a href=&quot;https://github.com/roundcube/roundcubemail/releases/tag/1.7.4&quot;&gt;1.7.4&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;We strongly recommend to update all productive installations of Roundcube 1.6.x and 1.7.x with this new versions.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Security updates 1.6.18 and 1.7.3 released</title>
    <link href="https://roundcube.net/news/2026/08/09/security-updates-1.6.18-and-1.7.3" />
    <updated>2026-08-09T00:00:00+00:00</updated>
    <id>https://roundcube.net/news/2026/08/09/security-updates-1.6.18-and-1.7.3</id>
    <content type="html">&lt;p&gt;We just published security updates to the 1.6 LTS and 1.7 versions of Roundcube Webmail.
They both contain fixes for recently reported security vulnerabilities.&lt;/p&gt;

&lt;h2 id=&quot;security-fixes&quot;&gt;Security fixes&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Add basic validation for content proxied by the css proxy&lt;/li&gt;
  &lt;li&gt;Fix SSRF bypass via specific local address URLs using 100.64.0.0/10 and fe80::/10 nets, reported by Dmytro Ivanenko&lt;/li&gt;
  &lt;li&gt;Fix SSRF filter bypass via various forms of nip.io/sslip.io hostnames evading is_local_url() check, reported by Milan Hoppe&lt;/li&gt;
  &lt;li&gt;Fix remote content blocking bypass via unclosed url() in a FuncIRI attribute, reported by Milan Hoppe&lt;/li&gt;
  &lt;li&gt;Fix LDAP filter injection via unescaped %u/%fu/%d substitution into the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;search_filter&lt;/code&gt;, reported by Milan Hoppe&lt;/li&gt;
  &lt;li&gt;Fix arbitrary Sieve script injection via a filter rule name bypassing &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;managesieve_disabled_actions&lt;/code&gt;, reported by Milan Hoppe&lt;/li&gt;
  &lt;li&gt;Fix RCE via cmd_learn driver of markasjunk plugin, reported by nept1337&lt;/li&gt;
  &lt;li&gt;Fix IMAP command injection via mail search and LITERAL+ byte-count desynchronization, reported by Zach Hanley of Horizon3.ai&lt;/li&gt;
  &lt;li&gt;Fix password’s modoboa driver leak of an authentication token to a user-controlled host, reported by &lt;a href=&quot;https://github.com/meifukun&quot;&gt;meifukun&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Fix stored XSS in “Add to address book” action, reported by Paulos Yibelo from &lt;a href=&quot;https://pwn.ai&quot;&gt;pwn.ai&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;Fix HTML/CSS sanitization bypass via SVG animate &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;by&lt;/code&gt; attribute, reported by vectrain&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;See the full changelogs in the release notes on the Github download pages for the updated versions
&lt;a href=&quot;https://github.com/roundcube/roundcubemail/releases/tag/1.6.18&quot;&gt;1.6.18&lt;/a&gt; and &lt;a href=&quot;https://github.com/roundcube/roundcubemail/releases/tag/1.7.3&quot;&gt;1.7.3&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;We strongly recommend to update all productive installations of Roundcube 1.6.x and 1.7.x with this new versions.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Security updates 1.6.17 and 1.7.2 released</title>
    <link href="https://roundcube.net/news/2026/07/05/security-updates-1.6.17-and-1.7.2" />
    <updated>2026-07-05T00:00:00+00:00</updated>
    <id>https://roundcube.net/news/2026/07/05/security-updates-1.6.17-and-1.7.2</id>
    <content type="html">&lt;p&gt;We just published security updates to the 1.6 LTS and 1.7 versions of Roundcube Webmail.
They both contain fixes for recently reported security vulnerabilities.&lt;/p&gt;

&lt;h2 id=&quot;security-fixes&quot;&gt;Security fixes&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Fix an infinite loop in TNEF (winmail.dat) decoder (#10193), reported by stafra.&lt;/li&gt;
  &lt;li&gt;Fix various vulnerabilities in the password plugin using session-injected username, reported by Glendaenri and peppersghost.&lt;/li&gt;
  &lt;li&gt;Fix stored XSS via unescaped attachment MIME type on the attachment-validation warning page [CVE-2026-54432], reported by Bohdan Kurinnoy, Samsung R&amp;amp;D Institute Ukraine (SRUKR).&lt;/li&gt;
  &lt;li&gt;Fix SSRF bypass via specific local address URLs - two new cases, reported by Leenear.&lt;/li&gt;
  &lt;li&gt;Fix zero-click stored XSS in plain-text rendering [CVE-2026-54433], reported by Bohdan Kurinnoy, Samsung R&amp;amp;D Institute Ukraine (SRUKR).&lt;/li&gt;
  &lt;li&gt;Fix DoS via crafted compressed-RTF size in the TNEF (winmail.dat) file, reported by h0rk1p.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;See the full changelogs in the release notes on the Github download pages for the updated versions
&lt;a href=&quot;https://github.com/roundcube/roundcubemail/releases/tag/1.6.17&quot;&gt;1.6.17&lt;/a&gt; and &lt;a href=&quot;https://github.com/roundcube/roundcubemail/releases/tag/1.7.2&quot;&gt;1.7.2&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;We strongly recommend to update all productive installations of Roundcube 1.6.x and 1.7.x with this new versions.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Security updates 1.6.16 and 1.7.1 released</title>
    <link href="https://roundcube.net/news/2026/05/24/security-updates-1.6.16-and-1.7.1" />
    <updated>2026-05-24T00:00:00+00:00</updated>
    <id>https://roundcube.net/news/2026/05/24/security-updates-1.6.16-and-1.7.1</id>
    <content type="html">&lt;p&gt;We just published security updates to the 1.6 LTS and 1.7 versions of Roundcube Webmail.
They both contain fixes for recently reported security vulnerabilities.&lt;/p&gt;

&lt;h2 id=&quot;security-fixes&quot;&gt;Security fixes&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Fix stored XSS/HTML/CSS injection in subject field of the draft restore dialog, reported by Anand Jogawade (zazy)&lt;/li&gt;
  &lt;li&gt;Fix CSS injection bypass in HTML sanitizer via SVG &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;&amp;lt;animate attributeName=&quot;style&quot;&amp;gt;&lt;/code&gt;, reported by wooseokdotkim&lt;/li&gt;
  &lt;li&gt;Fix pre-auth SQL injection in virtuser_query plugin via preg_replace backslash escape bypass, reported by skull&lt;/li&gt;
  &lt;li&gt;Fix SSRF bypass via specific local address URLs&lt;/li&gt;
  &lt;li&gt;Fix local/private URL fetch bypass when remote resources were not allowed, reported by Orange Cyberdefense Vulnerability Disclosure Team&lt;/li&gt;
  &lt;li&gt;Fix bypass of remote image blocking via CSS var(), reported by Geame&lt;/li&gt;
  &lt;li&gt;Fix pre-auth arbitrary file delete via redis/memcache session poisoning bypass, reported by valent1&lt;/li&gt;
  &lt;li&gt;Fix code injection vulnerability - remove support for code evaluation in LDAP &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;autovalues&lt;/code&gt; option, reported by Glendaenri&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;See the full changelogs in the release notes on the Github download pages for the updated versions
&lt;a href=&quot;https://github.com/roundcube/roundcubemail/releases/tag/1.6.16&quot;&gt;1.6.16&lt;/a&gt; and &lt;a href=&quot;https://github.com/roundcube/roundcubemail/releases/tag/1.7.1&quot;&gt;1.7.1&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;We strongly recommend to update all productive installations of Roundcube 1.6.x and 1.7.x with this new versions.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Roundcube 1.7.0 released</title>
    <link href="https://roundcube.net/news/2026/05/10/roundcube-1.7.0-released" />
    <updated>2026-05-10T00:00:00+00:00</updated>
    <id>https://roundcube.net/news/2026/05/10/roundcube-1.7.0-released</id>
    <content type="html">&lt;p&gt;This is the stable release of the next major version 1.7 of Roundcube Webmail.&lt;/p&gt;

&lt;p&gt;After almost four years of development we introduce a few breaking changes, some new features, and bring support for recent PHP versions. With automated code style and quality checks, removed code bloat and updated dependencies, we hope for even more codebase quality.&lt;/p&gt;

&lt;p&gt;Some noteworthy changes are:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Mandatory public_html/ entry-point for HTTP servers, protecting all installations better.&lt;/li&gt;
  &lt;li&gt;Improved OAuth2/OIDC support (e.g. support for OIDC discovery, OIDC logout).&lt;/li&gt;
  &lt;li&gt;Markdown mail rendering and composing.&lt;/li&gt;
  &lt;li&gt;A quick actions mouse-over menu on the messages list.&lt;/li&gt;
  &lt;li&gt;Advanced mail search syntax.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Breaking Changes:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Dropped support for PHP &amp;lt; 8.1.&lt;/li&gt;
  &lt;li&gt;Dropped support for Internet Explorer.&lt;/li&gt;
  &lt;li&gt;Dropped support for MS SQL Server and Oracle.&lt;/li&gt;
  &lt;li&gt;public_html/ entry-point made mandatory, all static resources are served via public_html/static.php.&lt;/li&gt;
  &lt;li&gt;Removed apc cache driver (replaced by apcu cache driver).&lt;/li&gt;
  &lt;li&gt;Changed smtp_log option default value to false.&lt;/li&gt;
  &lt;li&gt;Removed contact_search_name option in favor of contactlist_name_template.&lt;/li&gt;
  &lt;li&gt;Replaced session property changed by expires_at.&lt;/li&gt;
  &lt;li&gt;Removed the (insecure) virtualmin password driver.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This release is considered stable and we encourage you to update your productive installations 
after carefully testing the upgrade scenario. Download it from &lt;a href=&quot;https://roundcube.net/download&quot;&gt;roundcube.net&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;With the release of Roundcube 1.7.0, the previous stable release branch 1.6.x changes into an LTS (low maintenance) mode which means it will only receive important security updates. The 1.5.x series is no longer supported and maintained.&lt;/p&gt;

&lt;p&gt;See the full changelog in the &lt;a href=&quot;https://github.com/roundcube/roundcubemail/releases/tag/1.7.0&quot;&gt;release notes&lt;/a&gt;
on the Github download page, but don’t forget about previous release canditate and beta releases.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Security updates 1.7-rc6, 1.6.15 and 1.5.15 released</title>
    <link href="https://roundcube.net/news/2026/03/29/security-updates-1.7-rc6-1.6.15-1.5.15" />
    <updated>2026-03-29T00:00:00+00:00</updated>
    <id>https://roundcube.net/news/2026/03/29/security-updates-1.7-rc6-1.6.15-1.5.15</id>
    <content type="html">&lt;p&gt;We just published security updates to the 1.6 and 1.5 LTS versions of Roundcube Webmail, as well as a release candidate for coming 1.7.
They contain fixes for recently reported set of security vulnerabilities.&lt;/p&gt;

&lt;h2 id=&quot;security-fixes&quot;&gt;Security fixes&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;SVG Animate FUNCIRI Attribute Bypass — Remote Image Loading via fill/filter/stroke, reported by class_nzm.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;See the full changelogs in the release notes on the Github download pages for the updated versions&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/roundcube/roundcubemail/releases/tag/1.7-rc6&quot;&gt;1.7-rc6&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/roundcube/roundcubemail/releases/tag/1.6.15&quot;&gt;1.6.15&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/roundcube/roundcubemail/releases/tag/1.5.15&quot;&gt;1.5.15&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We strongly recommend to update your productive installations of Roundcube with this new versions.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Security updates 1.7-rc5, 1.6.14 and 1.5.14 released</title>
    <link href="https://roundcube.net/news/2026/03/18/security-updates-1.7-rc5-1.6.14-1.5.14" />
    <updated>2026-03-18T00:00:00+00:00</updated>
    <id>https://roundcube.net/news/2026/03/18/security-updates-1.7-rc5-1.6.14-1.5.14</id>
    <content type="html">&lt;p&gt;We just published security updates to the 1.6 and 1.5 LTS versions of Roundcube Webmail, as well as a release candidate for coming 1.7.
They contain fixes for recently reported set of security vulnerabilities.&lt;/p&gt;

&lt;h2 id=&quot;security-fixes&quot;&gt;Security fixes&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Fix pre-auth arbitrary file write via unsafe deserialization in redis/memcache session handler, reported by y0us.&lt;/li&gt;
  &lt;li&gt;Fix bug where a password could get changed without providing the old password, reported by flydragon777.&lt;/li&gt;
  &lt;li&gt;Fix IMAP Injection + CSRF bypass in mail search, reported by Martila Security Research Team.&lt;/li&gt;
  &lt;li&gt;Fix remote image blocking bypass via various SVG animate attributes, reported by nullcathedral.&lt;/li&gt;
  &lt;li&gt;Fix remote image blocking bypass via a crafted body background attribute, reported by nullcathedral.&lt;/li&gt;
  &lt;li&gt;Fix fixed position mitigation bypass via use of !important, reported by nullcathedral.&lt;/li&gt;
  &lt;li&gt;Fix XSS issue in a HTML attachment preview, reported by aikido_security.&lt;/li&gt;
  &lt;li&gt;Fix SSRF + Information Disclosure via stylesheet links to a local network hosts, reported by Georgios Tsimpidas (aka Frey), Security Researcher at https://i0.rs/.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;See the full changelogs in the release notes on the Github download pages for the updated versions&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/roundcube/roundcubemail/releases/tag/1.7-rc5&quot;&gt;1.7-rc5&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/roundcube/roundcubemail/releases/tag/1.6.14&quot;&gt;1.6.14&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://github.com/roundcube/roundcubemail/releases/tag/1.5.14&quot;&gt;1.5.14&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We strongly recommend to update your productive installations of Roundcube with this new versions.&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Roundcube 1.7 RC4 released</title>
    <link href="https://roundcube.net/news/2026/02/13/roundcube-1.7-rc4-released" />
    <updated>2026-02-13T00:00:00+00:00</updated>
    <id>https://roundcube.net/news/2026/02/13/roundcube-1.7-rc4-released</id>
    <content type="html">&lt;p&gt;We just published the fourth release candidate for the next major version 1.7 of Roundcube webmail.&lt;/p&gt;

&lt;p&gt;This release fixes two minor issues, it’s mostly published to fix a file permission problem in the previous release v1.7-rc3.&lt;/p&gt;

&lt;p&gt;The changes are:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Ensure correct file permissions when building a release.&lt;/li&gt;
  &lt;li&gt;Installer: Fix broken link to download the created configuration file (#10092)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The tarballs can be downloaded &lt;a href=&quot;https://roundcube.net/download/&quot;&gt;from roundcube.net/download&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Or directly from &lt;a href=&quot;https://github.com/roundcube/roundcubemail/releases/tag/1.7-rc4&quot;&gt;the release page at github.com&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;We believe it is production ready, but we recommend to test it on a separate environment.&lt;/p&gt;

&lt;p&gt;Migrate existing configs with either the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;installto.sh&lt;/code&gt; or the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;update.sh&lt;/code&gt; scripts.&lt;/p&gt;

&lt;p&gt;And don’t forget to backup your data before installing it!&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Roundcube 1.7 RC3 released</title>
    <link href="https://roundcube.net/news/2026/02/09/roundcube-1.7-rc3-released" />
    <updated>2026-02-09T00:00:00+00:00</updated>
    <id>https://roundcube.net/news/2026/02/09/roundcube-1.7-rc3-released</id>
    <content type="html">&lt;p&gt;We just published the third release candidate for the next major version 1.7 of Roundcube webmail.&lt;/p&gt;

&lt;p&gt;This release fixes two security issues, and contains a few more fixes for several issues.&lt;/p&gt;

&lt;p&gt;The security fixes are:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Fix CSS injection vulnerability reported by CERT Polska.&lt;/li&gt;
  &lt;li&gt;Fix remote image blocking bypass via SVG content reported by nullcathedral.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For the full changelog please see &lt;a href=&quot;https://github.com/roundcube/roundcubemail/releases/tag/1.7-rc3&quot;&gt;the release page&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The tarballs can be downloaded &lt;a href=&quot;https://roundcube.net/download/&quot;&gt;via roundcube.net&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Or directly from &lt;a href=&quot;https://github.com/roundcube/roundcubemail/releases/tag/1.7-rc3&quot;&gt;the release page at github.com&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;We believe it is production ready, but we recommend to test it on a separate environment.&lt;/p&gt;

&lt;p&gt;Migrate existing configs with either the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;installto.sh&lt;/code&gt; or the &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;update.sh&lt;/code&gt; scripts.&lt;/p&gt;

&lt;p&gt;And don’t forget to backup your data before installing it!&lt;/p&gt;
</content>
  </entry>
  
  <entry>
    <title>Security updates 1.6.13 and 1.5.13 released</title>
    <link href="https://roundcube.net/news/2026/02/08/security-updates-1.6.13-and-1.5.13" />
    <updated>2026-02-08T00:00:00+00:00</updated>
    <id>https://roundcube.net/news/2026/02/08/security-updates-1.6.13-and-1.5.13</id>
    <content type="html">&lt;p&gt;We just published security updates to the 1.6 and 1.5 LTS versions of Roundcube Webmail.
They both contain fixes for recently reported two security vulnerabilities.&lt;/p&gt;

&lt;h2 id=&quot;security-fixes&quot;&gt;Security fixes&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;Fix CSS injection vulnerability reported by CERT Polska.&lt;/li&gt;
  &lt;li&gt;Fix remote image blocking bypass via SVG content reported by nullcathedral.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;See the full changelogs in the release notes on the Github download pages for the updated versions
&lt;a href=&quot;https://github.com/roundcube/roundcubemail/releases/tag/1.6.13&quot;&gt;1.6.13&lt;/a&gt; and &lt;a href=&quot;https://github.com/roundcube/roundcubemail/releases/tag/1.5.13&quot;&gt;1.5.13&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;We strongly recommend to update all productive installations of Roundcube 1.6.x and 1.5.x with this new versions.&lt;/p&gt;
</content>
  </entry>
  

</feed>
