Skip to content

Commit 94f5575

Browse files
committed
Security release
1 parent 5654c01 commit 94f5575

2 files changed

Lines changed: 34 additions & 12 deletions

File tree

_data/downloads.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@
55
"packages": [
66
{
77
"package": "Dependent",
8-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.7.1/roundcubemail-1.7.1.tar.gz",
9-
"version": "1.7.1",
8+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.7.2/roundcubemail-1.7.2.tar.gz",
9+
"version": "1.7.2",
1010
"size": "4.0 MB",
11-
"checksum": "b302db11a30b99870dc5c9475cc7c4cce197acb89b8c35f51d08276fdd0d2de8"
11+
"checksum": "18ea0458ef7212155979dd76cb00aec35f92e1e94a54263fb939adec28138da0"
1212
},
1313
{
1414
"package": "Complete",
15-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.7.1/roundcubemail-1.7.1-complete.tar.gz",
16-
"version": "1.7.1",
15+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.7.2/roundcubemail-1.7.2-complete.tar.gz",
16+
"version": "1.7.2",
1717
"size": "6.0 MB",
18-
"checksum": "1e0382bcefd627ab0b6285d3181ddfba5b444fdcf6d49f33f5ea15fbf97864ef"
18+
"checksum": "01bf9ede1665e507db94bab1361ebed20ee353dba04bc628b00fb6eca05af3d1"
1919
},
2020
{
2121
"package": "Framework",
22-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.7.1/roundcube-framework-1.7.1.tar.gz",
23-
"version": "1.7.1",
22+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.7.2/roundcube-framework-1.7.2.tar.gz",
23+
"version": "1.7.2",
2424
"size": "1.0 MB",
25-
"checksum": "ca73d8709fc5c8fe0a748f49dc10db3554c35ab6a0cf5f9bf91e9edadb5513e2"
25+
"checksum": "990e82b1e7377b7cc85e622d77732c9508ca207a26ebbe770192bd57920f2b8f"
2626
}
2727
]
2828
},
@@ -39,10 +39,10 @@
3939
"packages": [
4040
{
4141
"package": "Complete",
42-
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.16/roundcubemail-1.6.16-complete.tar.gz",
43-
"version": "1.6.16",
42+
"url": "https://github.com/roundcube/roundcubemail/releases/download/1.6.17/roundcubemail-1.6.17-complete.tar.gz",
43+
"version": "1.6.17",
4444
"size": "5.6 MB",
45-
"checksum": "554f88f642d2d709916e9fd674239a83189a956e7258ce72a1d927c84ecd7e1a"
45+
"checksum": "e1f6c437959cb8dffda1a3e59f0c0a2160b3d669948db69bb02edb218c8e69a1"
4646
},
4747
]
4848
},
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.17 and 1.7.2 released
4+
tags: releases updates security
5+
---
6+
7+
We just published security updates to the 1.6 LTS and 1.7 versions of Roundcube Webmail.
8+
They both contain fixes for recently reported security vulnerabilities.
9+
10+
## Security fixes
11+
12+
- Fix an infinite loop in TNEF (winmail.dat) decoder (#10193), reported by stafra.
13+
- Fix various vulnerabilities in the password plugin using session-injected username, reported by Glendaenri and peppersghost.
14+
- Fix stored XSS via unescaped attachment MIME type on the attachment-validation warning page [CVE-2026-54432], reported by Bohdan Kurinnoy, Samsung R&D Institute Ukraine (SRUKR).
15+
- Fix SSRF bypass via specific local address URLs - two new cases, reported by Leenear.
16+
- Fix zero-click stored XSS in plain-text rendering [CVE-2026-54433], reported by Bohdan Kurinnoy, Samsung R&D Institute Ukraine (SRUKR).
17+
- Fix DoS via crafted compressed-RTF size in the TNEF (winmail.dat) file, reported by h0rk1p.
18+
19+
See the full changelogs in the release notes on the Github download pages for the updated versions
20+
[1.6.17](https://github.com/roundcube/roundcubemail/releases/tag/1.6.17) and [1.7.2](https://github.com/roundcube/roundcubemail/releases/tag/1.7.2).
21+
22+
We strongly recommend to update all productive installations of Roundcube 1.6.x and 1.7.x with this new versions.

0 commit comments

Comments
 (0)