Skip to content

Commit 20c9e19

Browse files
committed
1.105.1
1 parent 55b0aa8 commit 20c9e19

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Synapse 1.105.1 (2024-04-23)
2+
3+
## Security advisory
4+
5+
The following issues are fixed in 1.105.1.
6+
7+
- [GHSA-3h7q-rfh9-xm4v](https://github.com/element-hq/synapse/security/advisories/GHSA-3h7q-rfh9-xm4v) / [CVE-2024-31208](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-31208) — High Severity
8+
9+
Weakness in auth chain indexing allows DoS from remote room members through disk fill and high CPU usage.
10+
11+
See the advisories for more details. If you have any questions, email [email protected].
12+
13+
14+
115
# Synapse 1.105.0 (2024-04-16)
216

317
No significant changes since 1.105.0rc1.

changelog.d/17044.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.105.1) stable; urgency=medium
2+
3+
* New Synapse release 1.105.1.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 23 Apr 2024 15:56:18 +0100
6+
17
matrix-synapse-py3 (1.105.0) stable; urgency=medium
28

39
* New Synapse release 1.105.0.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
9696

9797
[tool.poetry]
9898
name = "matrix-synapse"
99-
version = "1.105.0"
99+
version = "1.105.1"
100100
description = "Homeserver for the Matrix decentralised comms protocol"
101101
authors = ["Matrix.org Team and Contributors <[email protected]>"]
102102
license = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)