PYSEC-2021-425
Matrix is an ecosystem for open federated Instant Messaging and Voice over IP. In versions 1.41.0 and prior, unauthorised users can access the membership (list of members, with their display names) of a room if they know the ID of the room. The vulnerability is limited to rooms with `shared` history visibility. Furthermore, the unauthorised user must be using an account on a vulnerable homeserver that is in the room. Server administrators should upgrade to 1.41.1 or later in order to receive the patch. One workaround is available. Administrators of servers that use a reverse proxy could, with potentially unacceptable loss of functionality, block the endpoints: `/_matrix/client/r0/rooms/{room_id}/members` with `at` query parameter, and `/_matrix/client/unstable/rooms/{room_id}/members` with `at` query parameter.
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| PyPI | matrix-synapse | 0, 0, 0.33.5.1 |
Timeline
- Aug 31, 2021 CVE Published
- Feb 26, 2026 CVE Updated
References
- https://github.com/matrix-org/synapse/security/advisories/GHSA-3x4c-pq33-4w3q advisory
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/PXT7ID7DNBRN2TVTETU3SYQHJKEG6PXN/ url
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2VHDEPCZ22GJFMZCWA2XZAGPOEV72POF/ url
- https://github.com/matrix-org/synapse/commit/cb35df940a fix
- https://github.com/matrix-org/synapse/releases/tag/v1.41.1 fix