Skip to content

Commit e357c2f

Browse files
committed
Release 1.5.8 and 1.6.8
1 parent d81256a commit e357c2f

2 files changed

Lines changed: 33 additions & 12 deletions

File tree

_data/releases.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
"stable": {
33
"name": "Stable version",
4-
"version": "1.6.7",
4+
"version": "1.6.8",
55
"sources": [
66
{
77
"package": "Dependent",
8-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.7/roundcubemail-1.6.7.tar.gz",
8+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.8/roundcubemail-1.6.8.tar.gz",
99
"size": "3.8 MB",
10-
"checksum": "b12c4f9f84890830ce10e470ac0d698b7de00d29f432a9326b4cf8c590e558de"
10+
"checksum": "939c9cd46281bf5bfb2dd932680b18ee1706035a5806dc08d8b414971cea91f7"
1111
},
1212
{
1313
"package": "Complete",
14-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.7/roundcubemail-1.6.7-complete.tar.gz",
14+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.8/roundcubemail-1.6.8-complete.tar.gz",
1515
"size": "5.6 MB",
16-
"checksum": "cf52515e65b2818cb02fd7a202c766367b8c54d8b7fea27dda9c81aa7ce1d3a6"
16+
"checksum": "8468be0204a734c574adef4be01578c7dc4fab9c2fe34003bf341a2bd20efd2a"
1717
},
1818
{
1919
"package": "Framework",
20-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.7/roundcube-framework-1.6.7.tar.gz",
21-
"size": "1.8 MB",
22-
"checksum": "8c2934fbc9951f886305de84534822eaab1bd6a59e96a98dab380ad42ee5f30f"
20+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.8/roundcube-framework-1.6.8.tar.gz",
21+
"size": "1.1 MB",
22+
"checksum": "0adb5599d4640b8dcdd8ce1c4e27264a7cd009084fe2659aada5fbd33b591d94"
2323
}
2424
]
2525
},
@@ -33,10 +33,10 @@
3333
"name": "LTS versions",
3434
"sources": [
3535
{
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",
38-
"size": "7.5 MB",
39-
"checksum": "e7ed921c0b1774a3b7d7e375d8b8916393f2cbcd62e91fb4d8eb69e6ec528fd2"
36+
"package": "1.5.8 - Complete",
37+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.5.8/roundcubemail-1.5.8-complete.tar.gz",
38+
"size": "7.4 MB",
39+
"checksum": "f3b51374d85d9f8eb9976d7184797ac71a5e1520d47f819c5ba669ca6d6903c9"
4040
}
4141
]
4242
},
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: article
3+
title: Security updates 1.6.8 and 1.5.8 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 XSS vulnerability in post-processing of sanitized HTML content [CVE-2024-42009]
13+
- Fix XSS vulnerability in serving of attachments other than HTML or SVG [CVE-2024-42008]
14+
- Fix information leak (access to remote content) via insufficient CSS filtering [CVE-2024-42010]
15+
16+
Credits to Oskar Zeino-Mahmalat ([Sonar](https://www.sonarsource.com/)) for all these findings and thanks for providing a very detailed report in a private communication.
17+
18+
See the full changelogs in the release notes on the Github download pages for the updated versions
19+
[1.6.8](https://github.com/roundcube/roundcubemail/releases/tag/1.6.8) and [1.5.8](https://github.com/roundcube/roundcubemail/releases/tag/1.5.8).
20+
21+
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)