Impact
The Sliding Sync feature on Synapse versions between 1.113.0rc1 and 1.120.0 can leak partial room state changes to users no longer in a room. Non-state events, like messages, are unaffected.
Patches
Synapse version 1.120.1 fixes the problem.
Workarounds
Disable Sliding Sync.
References
matrix-org/matrix-spec-proposals#4186
|
# MSC3575 (Sliding Sync) alternate endpoints, c.f. MSC4186. |
|
# |
|
# This is enabled by default as a replacement for the sliding sync proxy. |
|
self.msc3575_enabled: bool = experimental.get("msc3575_enabled", True) |
For more information
If you have any questions or comments about this advisory, please email us at security at element.io.
Impact
The Sliding Sync feature on Synapse versions between 1.113.0rc1 and 1.120.0 can leak partial room state changes to users no longer in a room. Non-state events, like messages, are unaffected.
Patches
Synapse version 1.120.1 fixes the problem.
Workarounds
Disable Sliding Sync.
References
matrix-org/matrix-spec-proposals#4186
synapse/synapse/config/experimental.py
Lines 341 to 344 in d80cd57
For more information
If you have any questions or comments about this advisory, please email us at security at element.io.