---
id: CVE-2022-41952
aliases:
  - GHSA-4822-jvwx-w47h
  - PYSEC-2026-663
title: Uncontrolled Resource Consumption in Matrix Synapse
summary: Uncontrolled Resource Consumption in Matrix Synapse
severity: medium
cvss: 5.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L'
vendor: matrix-synapse
product: matrix-synapse
ecosystem: pip
affected:
  - matrix-synapse < 1.53.0
patched:
  - matrix-synapse 1.53.0
published: '2022-04-01'
updated: '2026-07-06'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-4822-jvwx-w47h'
references:
  - url: >-
      https://github.com/matrix-org/synapse/security/advisories/GHSA-4822-jvwx-w47h
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2022-41952'
  - url: 'https://github.com/matrix-org/synapse/pull/11784'
  - url: 'https://github.com/matrix-org/synapse/pull/11936'
  - url: 'https://github.com/matrix-org/synapse'
  - url: 'https://github.com/matrix-org/synapse/releases/tag/v1.52.0'
  - url: 'https://github.com/matrix-org/synapse/releases/tag/v1.53.0'
tags:
  - osv
  - pip
epss: 0.00905
epssPercentile: 0.58349
ingestedAt: '2026-07-08T18:25:45.283Z'
---

## Overview

### Impact

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.

### Patches
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.

We recommend upgrading to 1.53.0 to fully resolve the issue.

### Workarounds
Turn off URL preview functionality by setting `url_preview_enabled: false` in the Synapse configuration file.

### References
- Patch (timeout): https://github.com/matrix-org/synapse/pull/11784
- Patch (content type allow list): https://github.com/matrix-org/synapse/pull/11936

### For more information
If you have any questions or comments about this advisory, e-mail us at security@matrix.org.


## Affected packages

- `matrix-synapse < 1.53.0`

## Remediation

Upgrade to a patched release:

- `matrix-synapse 1.53.0`
