Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit ea10cdb

Browse files
committed
1.61.1
1 parent fa13080 commit ea10cdb

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

CHANGES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
Synapse 1.61.1 (2022-06-28)
2+
===========================
3+
4+
This patch release fixes a security issue regarding URL previews, affecting all prior versions of Synapse. Server administrators are encouraged to update Synapse as soon as possible. We are not aware of these vulnerabilities being exploited in the wild.
5+
6+
Server administrators who are unable to update Synapse may use the workarounds described in the linked GitHub Security Advisory below.
7+
8+
## Security advisory
9+
10+
The following issue is fixed in 1.61.1.
11+
12+
* [GHSA-22p3-qrh9-cx32](https://github.com/matrix-org/synapse/security/advisories/GHSA-22p3-qrh9-cx32) / [CVE-2022-31052](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31052)
13+
14+
Synapse instances with the [`url_preview_enabled`](https://matrix-org.github.io/synapse/v1.61/usage/configuration/config_documentation.html#media-store) homeserver config option set to `true` are affected. URL previews of some web pages can lead to unbounded recursion, causing the request to either fail, or in some cases crash the running Synapse process.
15+
16+
Requesting URL previews requires authentication. Nevertheless, it is possible to exploit this maliciously, either by malicious users on the homeserver, or by remote users sending URLs that a local user's client may automatically request a URL preview for.
17+
18+
Homeservers with the `url_preview_enabled` configuration option set to `false` (the default) are unaffected. Instances with the `enable_media_repo` configuration option set to `false` are also unaffected, as this also disables URL preview functionality.
19+
20+
Fixed by fa1308061802ac7b7d20e954ba7372c5ac292333.
21+
122
Synapse 1.61.0 (2022-06-14)
223
===========================
324

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.61.1) stable; urgency=medium
2+
3+
* New Synapse release 1.61.1.
4+
5+
-- Synapse Packaging team <[email protected]> Tue, 28 Jun 2022 14:33:46 +0100
6+
17
matrix-synapse-py3 (1.61.0) stable; urgency=medium
28

39
* New Synapse release 1.61.0.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ skip_gitignore = true
5454

5555
[tool.poetry]
5656
name = "matrix-synapse"
57-
version = "1.61.0"
57+
version = "1.61.1"
5858
description = "Homeserver for the Matrix decentralised comms protocol"
5959
authors = ["Matrix.org Team and Contributors <[email protected]>"]
6060
license = "Apache-2.0"

0 commit comments

Comments
 (0)