Skip to content

Commit 56c7684

Browse files
committed
1.6.7 and 1.5.7 release
1 parent b671532 commit 56c7684

2 files changed

Lines changed: 32 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.6",
4+
"version": "1.6.7",
55
"sources": [
66
{
77
"package": "Dependent",
8-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.6/roundcubemail-1.6.6.tar.gz",
8+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.7/roundcubemail-1.6.7.tar.gz",
99
"size": "3.8 MB",
10-
"checksum": "40e4d7505b01f401e757f7439930ed96b1245ffc3863dd326fcf21e0e5847c74"
10+
"checksum": "b12c4f9f84890830ce10e470ac0d698b7de00d29f432a9326b4cf8c590e558de"
1111
},
1212
{
1313
"package": "Complete",
14-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.6/roundcubemail-1.6.6-complete.tar.gz",
14+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.7/roundcubemail-1.6.7-complete.tar.gz",
1515
"size": "5.6 MB",
16-
"checksum": "c1b93a3edbe297457396b0a031d8b13c8a5dc30c9370704dfb9b2c1225017d52"
16+
"checksum": "cf52515e65b2818cb02fd7a202c766367b8c54d8b7fea27dda9c81aa7ce1d3a6"
1717
},
1818
{
1919
"package": "Framework",
20-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.6/roundcube-framework-1.6.6.tar.gz",
20+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.7/roundcube-framework-1.6.7.tar.gz",
2121
"size": "1.8 MB",
22-
"checksum": "1ab36f7ce9cb96fc49eb2bde41d2023a421b8832fdf58e4cd1b6907401436ce9"
22+
"checksum": "8c2934fbc9951f886305de84534822eaab1bd6a59e96a98dab380ad42ee5f30f"
2323
}
2424
]
2525
},
@@ -33,10 +33,10 @@
3333
"name": "LTS versions",
3434
"sources": [
3535
{
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",
36+
"package": "1.5.7 - Complete",
37+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.5.7/roundcubemail-1.5.7-complete.tar.gz",
3838
"size": "7.5 MB",
39-
"checksum": "9ef369a9259680be095fee0b688a47ebda5c950edf5660239e39d4e80b3b8a54"
39+
"checksum": "e7ed921c0b1774a3b7d7e375d8b8916393f2cbcd62e91fb4d8eb69e6ec528fd2"
4040
}
4141
]
4242
},
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
layout: article
3+
title: Security updates 1.6.7 and 1.5.7 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 both contain fixes for recently reported security vulnerabilities.
9+
10+
## Security fixes
11+
12+
- Fix cross-site scripting (XSS) vulnerability in handling SVG animate attributes.
13+
Credits for this finding to Valentin T. and Lutz Wolf of CrowdStrike.
14+
- Fix cross-site scripting (XSS) vulnerability in handling list columns from user preferences.
15+
Credits for this finding to Huy Nguyễn Phạm Nhật.
16+
- Fix command injection via crafted im_convert_path/im_identify_path on Windows.
17+
Credits for this finding to Huy Nguyễn Phạm Nhật.
18+
19+
See the full changelogs in the release notes on the Github download pages for the updated versions
20+
[1.6.7](https://github.com/roundcube/roundcubemail/releases/tag/1.6.7) and [1.5.7](https://github.com/roundcube/roundcubemail/releases/tag/1.5.7).
21+
22+
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)