Security readout for executives and security teams
Plain-English summary
CVE-2021-39163 is a limited information disclosure in Matrix Synapse. On affected servers, a non-admin user who can create groups and knows a room ID may see metadata for a private or unlisted room, including name, avatar, topic, and member count. The sources do not indicate message disclosure.
Executive priority
Treat as low urgency unless private room metadata is highly sensitive or group creation was enabled for untrusted users. Patch during the normal maintenance cycle, with faster action for public or federated deployments using non-default group settings.
Technical view
Synapse before 1.41.1 can expose room metadata through group/community room listing behavior. Impact requires the vulnerable homeserver to be in the room and `enable_group_creation` set to `true`, allowing untrusted users to create groups. The issue is classified as CWE-200 with CVSS 3.1 score 3.1.
Likely exposure
Exposure is narrow: Matrix Synapse deployments below 1.41.1 with non-default `enable_group_creation=true`. Default configurations, where only administrators can create groups, are not meaningfully impacted because administrators can already access this metadata.
Exploitation context
No KEV listing or cited source indicates active exploitation. Abuse requires a low-privileged user, knowledge of the target room ID, and a server configuration that allows untrusted group creation. The disclosed data is metadata, not message contents, integrity, or availability.
Researcher notes
The issue is an unauthorised metadata exposure, not a full room access flaw. Sources identify affected product as matrix-org Synapse before 1.41.1. Evidence does not support broader affected products, message disclosure, active exploitation, or impact beyond confidentiality of room metadata.
Mitigation direction
- Upgrade Matrix Synapse to version 1.41.1 or later.
- Set `enable_group_creation` to `false` unless non-admin group creation is required.
- If upgrading is delayed, review vendor workarounds for reverse proxy endpoint blocking.
- Apply relevant downstream distribution updates where Synapse is installed from packages.
Validation and detection
- Inventory Synapse servers and confirm all are running 1.41.1 or later.
- Check homeserver configuration for `enable_group_creation=true`.
- Confirm group creation is restricted to administrators unless explicitly required.
- Review access logs for unusual requests to the documented group room endpoints.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-200: Information exposure and cloud metadata lookup
Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupDatabase behavior lookup
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2021-39163 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Low
- CVSS
- 3.1 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N1.61.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
3.1LowVector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/matrix-org/synapse/security/advisories/GHSA-jj53-8fmw-f2w2CVE reference · x_refsource_CONFIRM
- https://github.com/matrix-org/synapse/commit/cb35df940aCVE reference · x_refsource_MISC
- https://github.com/matrix-org/synapse/releases/tag/v1.41.1CVE reference · x_refsource_MISC
- FEDORA-2021-2e8ed15b14CVE reference · vendor-advisory, x_refsource_FEDORA
- FEDORA-2021-f12fdca1bfCVE reference · vendor-advisory, x_refsource_FEDORA
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Exposure of Sensitive Information to an Unauthorized Actor
Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
