Brendan Abolivier
6355ca39ad
Merge tag 'v1.41.1' into babolivier/dinsic_1.41.0
Synapse 1.41.1 (2021-08-31)
===========================
Due to the two security issues highlighted below, server administrators are encouraged to update Synapse. We are not aware of these vulnerabilities being exploited in the wild.
Security advisory
-----------------
The following issues are fixed in v1.41.1.
- **[GHSA-3x4c-pq33-4w3q](https://github.com/matrix-org/synapse/security/advisories/GHSA-3x4c-pq33-4w3q) / [CVE-2021-39164](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39164): Enumerating a private room's list of members and their display names.**
If an unauthorized user both knows the Room ID of a private room *and* that room's history visibility is set to `shared`, then they may be able to enumerate the room's members, including their display names.
The unauthorized user must be on the same homeserver as a user who is a member of the target room.
Fixed by [52c7a51cf](https://github.com/matrix-org/synapse/commit/52c7a51cf).
- **[GHSA-jj53-8fmw-f2w2](https://github.com/matrix-org/synapse/security/advisories/GHSA-jj53-8fmw-f2w2) / [CVE-2021-39163](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-39163): Disclosing a private room's name, avatar, topic, and number of members.**
If an unauthorized user knows the Room ID of a private room, then its name, avatar, topic, and number of members may be disclosed through Group / Community features.
The unauthorized user must be on the same homeserver as a user who is a member of the target room, and their homeserver must allow non-administrators to create groups (`enable_group_creation` in the Synapse configuration; off by default).
Fixed by [cb35df940a](https://github.com/matrix-org/synapse/commit/cb35df940a), [\#10723](https://github.com/matrix-org/synapse/issues/10723).
Bugfixes
--------
- Fix a regression introduced in Synapse 1.41 which broke email transmission on systems using older versions of the Twisted library. ([\#10713](https://github.com/matrix-org/synapse/issues/10713))
2021-09-02 17:43:22 +01:00
..
2020-05-14 12:06:59 +01:00
2020-06-10 17:40:28 +01:00
2020-06-19 16:17:13 +01:00
2020-06-19 16:14:37 +01:00
2020-06-22 12:47:09 +01:00
2020-06-24 13:13:59 +01:00
2020-07-02 11:01:02 +01:00
2020-08-03 18:44:01 -07:00
2020-08-18 11:41:23 +01:00
2020-08-18 19:17:57 +02:00
2020-09-18 16:49:36 +01:00
2020-10-13 15:49:50 +01:00
2020-09-18 11:35:41 +01:00
2020-09-11 15:47:09 +01:00
2020-09-10 19:04:34 +01:00
2020-09-18 11:30:36 +01:00
2020-09-18 11:37:21 +01:00
2020-09-29 12:02:21 +01:00
2020-10-14 11:18:29 +01:00
2020-10-21 15:46:43 +01:00
2020-10-29 10:48:29 +00:00
2020-12-11 14:41:02 +00:00
2020-12-11 12:32:49 +00:00
2021-06-23 09:38:27 +01:00
2021-03-22 17:48:42 +00:00
2021-08-27 16:33:41 +01:00
2021-08-31 12:56:22 +01:00