Skip to content

Commit 5492eaa

Browse files
committed
Security releases
1 parent 9d257ce commit 5492eaa

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.12",
4+
"version": "1.6.13",
55
"sources": [
66
{
77
"package": "Dependent",
8-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.12/roundcubemail-1.6.12.tar.gz",
8+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.13/roundcubemail-1.6.13.tar.gz",
99
"size": "3.7 MB",
10-
"checksum": "265afb0851cdcee94a26f6042c32b7ec599bb3b079bbd5dd5335f05cd6ffa722"
10+
"checksum": "1ee6a0877024b6ee73bda5050686487af7bc88301b2af3355a46c4ce8e327180"
1111
},
1212
{
1313
"package": "Complete",
14-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.12/roundcubemail-1.6.12-complete.tar.gz",
14+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.13/roundcubemail-1.6.13-complete.tar.gz",
1515
"size": "5.6 MB",
16-
"checksum": "180b485dfde1898b2f1ac8046b34063898d263d7605fc64c41e230e3418f2a30"
16+
"checksum": "bdd1bafe79149a6b63f699fa94e7626189ec60e2c37954de7e84ee685dbbf5bb"
1717
},
1818
{
1919
"package": "Framework",
20-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.12/roundcube-framework-1.6.12.tar.gz",
20+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.13/roundcube-framework-1.6.13.tar.gz",
2121
"size": "1.1 MB",
22-
"checksum": "926c61d570843c5b30e4c0c7779f45e2a58f7f0668294d3ff6d1a597080ee904"
22+
"checksum": "61a92c3152293f0e8401406e855a57ad8bea5b3f4b647565babe42658bbcddf8"
2323
}
2424
]
2525
},
@@ -33,10 +33,10 @@
3333
"name": "LTS versions",
3434
"sources": [
3535
{
36-
"package": "1.5.12 - Complete",
37-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.5.12/roundcubemail-1.5.12-complete.tar.gz",
36+
"package": "1.5.13 - Complete",
37+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.5.13/roundcubemail-1.5.13-complete.tar.gz",
3838
"size": "7.2 MB",
39-
"checksum": "f2c850f537fba8c9b9674f957a7fd54bd1f00a4edc256c1b52806df8ed0581a3"
39+
"checksum": "37a8309882d782fa0b39d0f6e1efaa443b96e720e9e2c51106fb230926cca2f9"
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.13 and 1.5.13 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 two security vulnerabilities.
9+
10+
## Security fixes
11+
12+
- Fix CSS injection vulnerability reported by CERT Polska.
13+
- Fix remote image blocking bypass via SVG content reported by nullcathedral.
14+
15+
See the full changelogs in the release notes on the Github download pages for the updated versions
16+
[1.6.13](https://github.com/roundcube/roundcubemail/releases/tag/1.6.13) and [1.5.13](https://github.com/roundcube/roundcubemail/releases/tag/1.5.13).
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)