GHSA-4822-jvwx-w47h

    Dashboard / Vulnerabilities / GHSA-4822-jvwx-w47h

    GHSA-4822-jvwx-w47h

    Published: 1 Apr 2022Last Modified: 6 Jul 2026

    Summary: Uncontrolled Resource Consumption in Matrix Synapse

    Details: ### 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 [email protected].

    Affected packages

    Package

    Name: matrix-synapse

    Purl: pkg:pypi/matrix-synapse

    Affected ranges

    Type: ECOSYSTEM

    Events:

    Introduced- 0
    Fixed -1.53.0

    Affected versions

    0.33.5
    0.33.5.1
    0.33.6
    0.33.6rc1
    0.33.7
    0.33.7rc1
    0.33.7rc2
    0.33.8
    0.33.8rc2
    0.33.9

    Common Vulnerability Scoring System

    Attack Vector
    Network
    Adjacent
    Local
    Physical
    Privileges Required
    None
    Low
    High
    User Interaction
    None
    Required
    Scope
    Unchanged
    Changed
    Confidentiality
    None
    Low
    High
    Integrity
    None
    Low
    High
    Availability
    None
    Low
    High
    GHSA-4822-jvwx-w47h | CVE-DB