Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. matrix-synapse
  4. ›
  5. CVE-2022-41952

CVE-2022-41952: Uncontrolled Resource Consumption

November 22, 2022 (updated July 6, 2023)

Synapse before 1.52.0 with URL preview functionality enabled will attempt to generate URL previews for media stream URLs without properly limiting connection time. Connections will only be terminated after max_spider_size (default: 10M) bytes have been downloaded, which can in some cases lead to long-lived connections towards the streaming media server (for instance, Icecast). This can cause excessive traffic and connections toward such servers if their stream URL is, for example, posted to a large room with many Synapse instances with URL preview enabled. Version 1.52.0 implements a timeout mechanism which will terminate URL preview connections after 30 seconds. Since generating URL previews for media streams is not supported and always fails, 1.53.0 additionally implements an allow list for content types for which Synapse will even attempt to generate a URL preview. Upgrade to 1.53.0 to fully resolve the issue. As a workaround, turn off URL preview functionality by setting url_preview_enabled: false in the Synapse configuration file.

References

  • github.com/matrix-org/synapse/pull/11784
  • github.com/matrix-org/synapse/pull/11936
  • github.com/matrix-org/synapse/releases/tag/v1.52.0
  • github.com/matrix-org/synapse/releases/tag/v1.53.0
  • github.com/matrix-org/synapse/security/advisories/GHSA-4822-jvwx-w47h
  • nvd.nist.gov/vuln/detail/CVE-2022-41952

Code Behaviors & Features

Detect and mitigate CVE-2022-41952 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.53.0

Fixed versions

  • 1.53.0

Solution

Upgrade to version 1.53.0 or above.

Impact 5.3 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

Learn more about CVSS

Weakness

  • CWE-772: Missing Release of Resource after Effective Lifetime

Source file

pypi/matrix-synapse/CVE-2022-41952.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:14:51 +0000.