MatrixSynapse/synapse/handlers
Amber Brown 4a5fb548b6 Synapse 1.2.1 (2019-07-26)
==========================
 
 Security update
 ---------------
 
 This release includes *four* security fixes:
 
 - Prevent an attack where a federated server could send redactions for arbitrary events in v1 and v2 rooms. ([\#5767](https://github.com/matrix-org/synapse/issues/5767))
 - Prevent a denial-of-service attack where cycles of redaction events would make Synapse spin infinitely. Thanks to `@lrizika:matrix.org` for identifying and responsibly disclosing this issue. ([0f2ecb961](https://github.com/matrix-org/synapse/commit/0f2ecb961))
 - Prevent an attack where users could be joined or parted from public rooms without their consent. Thanks to @Dylanger for identifying and responsibly disclosing this issue. ([\#5744](https://github.com/matrix-org/synapse/issues/5744))
 - Fix a vulnerability where a federated server could spoof read-receipts from
   users on other servers. Thanks to @Dylanger for identifying this issue too. ([\#5743](https://github.com/matrix-org/synapse/issues/5743))
 
 Additionally, the following fix was in Synapse **1.2.0**, but was not correctly
 identified during the original release:
 
 - It was possible for a room moderator to send a redaction for an `m.room.create` event, which would downgrade the room to version 1. Thanks to `/dev/ponies` for identifying and responsibly disclosing this issue! ([\#5701](https://github.com/matrix-org/synapse/issues/5701))
 -----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCAAdFiEEv27Axt/F4vrTL/8QOSor00I9eP8FAl063MwACgkQOSor00I9
 eP//tQgAhktuhIWwt2w/kvlBm1kCWMC0crl4i0zxdBwcWU71su++e3xarBEOsi3j
 Sz71tigzK/16n2wAXzEMTtr67WH8SC1f/JM78TUO65WdV0On9Il0ezIVB1I+OgG8
 yzgPx05wwFm51MoTpKJNCFKrFHsrBWvwASRbwc3sv900KpJUVVUmZ2cZBQIxry6/
 tIIxGK6OBSZKpBiBfSDozRtK4eIC79rBCHQEnfwd+RVrMLNy2Wn3RxyOYtznkYuZ
 wC+/VRUf6DNyNSwhCRAuIRrasRIbzFcJMjYecNFOABo2j5YqpvkRqX4YxWrfMCus
 wS+b4ou+tAVp8PJBdzuaiGbHPgHFXw==
 =CLSx
 -----END PGP SIGNATURE-----

Merge tag 'v1.2.1' into shhs

Synapse 1.2.1 (2019-07-26)
==========================

Security update
---------------

This release includes *four* security fixes:

- Prevent an attack where a federated server could send redactions for arbitrary events in v1 and v2 rooms. ([\#5767](https://github.com/matrix-org/synapse/issues/5767))
- Prevent a denial-of-service attack where cycles of redaction events would make Synapse spin infinitely. Thanks to `@lrizika:matrix.org` for identifying and responsibly disclosing this issue. ([0f2ecb961](https://github.com/matrix-org/synapse/commit/0f2ecb961))
- Prevent an attack where users could be joined or parted from public rooms without their consent. Thanks to @Dylanger for identifying and responsibly disclosing this issue. ([\#5744](https://github.com/matrix-org/synapse/issues/5744))
- Fix a vulnerability where a federated server could spoof read-receipts from
  users on other servers. Thanks to @Dylanger for identifying this issue too. ([\#5743](https://github.com/matrix-org/synapse/issues/5743))

Additionally, the following fix was in Synapse **1.2.0**, but was not correctly
identified during the original release:

- It was possible for a room moderator to send a redaction for an `m.room.create` event, which would downgrade the room to version 1. Thanks to `/dev/ponies` for identifying and responsibly disclosing this issue! ([\#5701](https://github.com/matrix-org/synapse/issues/5701))
2019-07-26 20:59:41 +10:00
..
__init__.py
_base.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
account_data.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
account_validity.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
acme.py Allow configuration of the path used for ACME account keys. 2019-06-24 13:51:22 +01:00
acme_issuing_service.py Allow configuration of the path used for ACME account keys. 2019-06-24 13:51:22 +01:00
admin.py pep8 2019-07-05 14:41:29 +01:00
appservice.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
auth.py Return a different error from Invalid Password when a user is deactivated (#5674) 2019-07-15 11:45:29 +01:00
deactivate_account.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
device.py Rename get_users_whose_devices_changed 2019-06-26 19:39:19 +01:00
devicemessage.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
directory.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
e2e_keys.py remove unused and unnecessary check for FederationDeniedError (#5645) 2019-07-09 18:37:39 +01:00
e2e_room_keys.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
events.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
federation.py Synapse 1.2.1 (2019-07-26) 2019-07-26 20:59:41 +10:00
groups_local.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
identity.py Typo 2019-07-10 15:56:21 +01:00
initial_sync.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
message.py Ignore redactions of m.room.create events (#5701) 2019-07-17 19:08:02 +01:00
pagination.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
presence.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
profile.py Allow newly-registered users to lookup their own profiles 2019-07-08 17:31:00 +01:00
read_marker.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
receipts.py Log when we receive receipt from a different origin 2019-07-26 07:55:25 +01:00
register.py Implement access token expiry (#5660) 2019-07-12 17:26:02 +01:00
room.py Prevent multiple upgrades on the same room at once (#5051) 2019-06-25 14:19:21 +01:00
room_list.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
room_member.py No changes since v1.2.0rc2. 2019-07-26 01:48:50 +10:00
room_member_worker.py Remove support for invite_3pid_guest. (#5625) 2019-07-05 16:47:58 +01:00
saml_handler.py Address review comments 2019-07-01 12:13:22 +01:00
search.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
set_password.py Added possibilty to disable local password authentication (#5092) 2019-06-27 18:37:29 +01:00
state_deltas.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
stats.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
sync.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
typing.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
user_directory.py Fix grammar and document get_current_users_in_room (#4998) 2019-04-03 14:32:20 +01:00