summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-10-21 15:13:07 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2020-10-21 15:13:07 +0100
commit91ce65f05dedc6584a80fa35124fe4fadd1b271b (patch)
tree4bbc2e7012ead5e6d80f1ed4bd86e9dc45abe4f7
parentMerge commit '9991aaa49' into anoa/dinsic_release_1_21_x (diff)
parentAdditional tweaks. (diff)
downloadsynapse-91ce65f05dedc6584a80fa35124fe4fadd1b271b.tar.xz
Merge commit '9b8a53c7b' into anoa/dinsic_release_1_21_x
* commit '9b8a53c7b':
  Additional tweaks.
  Clarify authlib changes.
  Fix typo.
  Add additional release notes.
-rw-r--r--CHANGES.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md

index 6ef499bd9e..38a0814bbf 100644 --- a/CHANGES.md +++ b/CHANGES.md
@@ -1,10 +1,25 @@ Synapse 1.21.2 (2020-10-15) =========================== +Debian packages and Docker images have been rebuilt using the latest versions of dependency libraries, including authlib 0.15.1. Please see bugfixes below. + +Security advisory +----------------- + +* HTML pages served via Synapse were vulnerable to cross-site scripting (XSS) + attacks. All server administrators are encouraged to upgrade. + ([\#8444](https://github.com/matrix-org/synapse/pull/8444)) + ([CVE-2020-26891](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-26891)) + + This fix was originally included in v1.21.0 but was missing a security advisory. + + This was reported by [Denis Kasak](https://github.com/dkasak). + Bugfixes -------- - Fix rare bug where sending an event would fail due to a racey assertion. ([\#8530](https://github.com/matrix-org/synapse/issues/8530)) +- An updated version of the authlib dependency is included in the Docker and Debian images to fix an issue using OpenID Connect. See [\#8534](https://github.com/matrix-org/synapse/issues/8534) for details. Synapse 1.21.1 (2020-10-13)