URL previews of some web pages can exhaust the available stack space for the Synapse process due to unbounded recursion. This is sometimes recoverable and leads to an error for the request causing the problem, but in other cases the Synapse process may crash altogether.
It is possible to exploit this maliciously, either by malicious users on the homeserver, or by remote users sending URLs that a local user's client may automatically request a URL preview for. Remote users are not able to exploit this directly, because the URL preview endpoint is authenticated.
url_preview_enabled: false
set in configuration are not affected.url_preview_enabled: true
set in configuration are affected.url_preview_enabled
are not affected, because the default is false
.Administrators of homeservers with URL previews enabled are advised to upgrade to v1.61.1 or higher.
url_preview_enabled: false
.If you have any questions or comments about this advisory, e-mail us at security@matrix.org.
{ "nvd_published_at": "2022-06-28T17:15:00Z", "cwe_ids": [ "CWE-674" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2022-06-29T21:51:23Z" }