Skip to content

Commit 527e831

Browse files
committed
1.138.3
1 parent 7069636 commit 527e831

File tree

5 files changed

+20
-3
lines changed

5 files changed

+20
-3
lines changed

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Synapse 1.138.3 (2025-10-07)
2+
3+
## Security Fixes
4+
5+
- Fix [CVE-2025-61672](https://www.cve.org/CVERecord?id=CVE-2025-61672) / [GHSA-fh66-fcv5-jjfr](https://github.com/element-hq/synapse/security/advisories/GHSA-fh66-fcv5-jjfr). Lack of validation for device keys in Synapse before 1.139.1 allows an attacker registered on the victim homeserver to degrade federation functionality, unpredictably breaking outbound federation to other homeservers. ([\#17097](https://github.com/element-hq/synapse/issues/17097))
6+
7+
## Deprecations and Removals
8+
9+
- Drop support for unstable field names from the long-accepted [MSC2732](https://github.com/matrix-org/matrix-spec-proposals/pull/2732) (Olm fallback keys) proposal. This change allows unit tests to pass following the security patch above. ([\#18996](https://github.com/element-hq/synapse/issues/18996))
10+
11+
12+
13+
114
# Synapse 1.138.2 (2025-09-24)
215

316
## Internal Changes

changelog.d/17097.misc

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

changelog.d/18996.removal

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.138.3) stable; urgency=medium
2+
3+
* New Synapse release 1.138.3.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 07 Oct 2025 12:54:18 +0100
6+
17
matrix-synapse-py3 (1.138.2) stable; urgency=medium
28

39
* New Synapse release 1.138.2.

pyproject.toml

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

102102
[tool.poetry]
103103
name = "matrix-synapse"
104-
version = "1.138.2"
104+
version = "1.138.3"
105105
description = "Homeserver for the Matrix decentralised comms protocol"
106106
authors = ["Matrix.org Team and Contributors <[email protected]>"]
107107
license = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)