Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Denial of service attack via incorrect parameters to federation APIs

Moderate
erikjohnston published GHSA-hxmp-pqch-c8mm Dec 9, 2020

Package

pip matrix-synapse (pip)

Affected versions

<= 1.23.0

Patched versions

>= 1.23.1

Description

Impact

A malicious or poorly-implemented homeserver can inject malformed events into a room by specifying a different room id in the path of a /send_join, /send_leave, /invite or /exchange_third_party_invite request.

This can lead to a denial of service in which future events will not be correctly sent to other servers over federation.

This affects any server which accepts federation requests from untrusted servers.

Patches

Issue is resolved by #8776.

Workarounds

Homeserver administrators could limit access to the federation API to trusted servers (for example via federation_domain_whitelist).

Severity

Moderate

CVE ID

CVE-2020-26257

Weaknesses

No CWEs