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

Denial of service (via resource exhaustion) due to improper input validation on groups/communities endpoints

Low
richvdh published GHSA-jrh7-mhhx-6h88 Apr 12, 2021

Package

pip matrix-synapse (pip)

Affected versions

> 0.24.0

Patched versions

>= 1.28.0

Description

Impact

Missing input validation of some parameters on the groups (also known as communities) endpoints could cause excessive use of disk space and memory leading to resource exhaustion. Additionally clients may have issues rendering large fields.

Patches

This issue is fixed by #9321 and #9393.

Workarounds

The groups feature can be disabled (by setting enable_group_creation to False) to mitigate this issue. Note that it is disabled by default.

Other information

Note that the groups feature is not part of the Matrix specification and the chosen maximum lengths are arbitrary. Not all clients might abide by them.

Severity

Low

CVE ID

CVE-2021-21393

Weaknesses