Denial of service (via resource exhaustion) due to improper input validation on groups/communities endpoints
Moderate severity
GitHub Reviewed
Published
Apr 12, 2021
in
matrix-org/synapse
•
Updated Sep 30, 2024
Description
Reviewed
Apr 12, 2021
Published by the National Vulnerability Database
Apr 12, 2021
Published to the GitHub Advisory Database
Apr 13, 2021
Last updated
Sep 30, 2024
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
toFalse
) 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.
References