Skip to content

Commit cfb2925

Browse files
committed
Release 1.6.5 and 1.5.6
1 parent 2bc728c commit cfb2925

2 files changed

Lines changed: 28 additions & 10 deletions

File tree

_data/releases.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
"stable": {
33
"name": "Stable version",
4-
"version": "1.6.4",
4+
"version": "1.6.5",
55
"sources": [
66
{
77
"package": "Dependent",
8-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.4/roundcubemail-1.6.4.tar.gz",
8+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.5/roundcubemail-1.6.5.tar.gz",
99
"size": "3.8 MB",
10-
"checksum": "f116dc5e874ca10e73d04efcb4a5ca90e3ca2a2923c0f0fa5b0f478192677656"
10+
"checksum": "6c830faa0674d917c426d9b694793743c51f8bf649cd6e7fc605957bcccd1730"
1111
},
1212
{
1313
"package": "Complete",
14-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.4/roundcubemail-1.6.4-complete.tar.gz",
14+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.5/roundcubemail-1.6.5-complete.tar.gz",
1515
"size": "5.7 MB",
16-
"checksum": "a5eabc7e0828e0261879aec90a9d4a6dc0203e988e14de2f93d6c061e64891c8"
16+
"checksum": "164b72cb78de89d104741ee9090f4024e63bfada43949034844365f3fa70b5fd"
1717
},
1818
{
1919
"package": "Framework",
20-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.4/roundcube-framework-1.6.4.tar.gz",
20+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.5/roundcube-framework-1.6.5.tar.gz",
2121
"size": "1.8 MB",
22-
"checksum": "beb955a590c66016a8d0ba707998353bcfef978b44c45812ae1182e8866e8735"
22+
"checksum": "739691630e4d52c1d2088630cc28beddba7d9806a6621ad0d0c9b51253985193"
2323
}
2424
]
2525
},
@@ -33,10 +33,10 @@
3333
"name": "LTS versions",
3434
"sources": [
3535
{
36-
"package": "1.5.5 - Complete",
37-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.5.5/roundcubemail-1.5.5-complete.tar.gz",
36+
"package": "1.5.6 - Complete",
37+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.5.6/roundcubemail-1.5.6-complete.tar.gz",
3838
"size": "7.5 MB",
39-
"checksum": "8f75cf700ba8bd202c943b3fc231d7878f809751cda41102b7f5c44ad2fca33d"
39+
"checksum": "9ef369a9259680be095fee0b688a47ebda5c950edf5660239e39d4e80b3b8a54"
4040
}
4141
]
4242
},
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: article
3+
title: Security updates 1.6.5 and 1.5.6 released
4+
tags: releases updates security
5+
---
6+
7+
We just published security updates to the 1.6 and 1.5 LTS versions of Roundcube Webmail.
8+
They all contain a fix for recently reported security vulnerability.
9+
10+
## Security fix
11+
12+
Fix cross-site scripting (XSS) vulnerability in setting Content-Type/Content-Disposition for attachment preview/download.
13+
Credits for this finding go to Rene Rehme (rehme.infosec).
14+
15+
See the full changelogs in the release notes on the Github download pages for the updated versions
16+
[1.6.5](https://github.com/roundcube/roundcubemail/releases/tag/1.6.5) and [1.5.6](https://github.com/roundcube/roundcubemail/releases/tag/1.5.6).
17+
18+
We strongly recommend to update all productive installations of Roundcube 1.6.x and 1.5.x with this new versions.

0 commit comments

Comments
 (0)