First published: Tue Dec 03 2024(Updated: )
### Impact Synapse versions before 1.106 are vulnerable to a disk fill attack, where an unauthenticated adversary can induce Synapse to download and cache large amounts of remote media. The default rate limit strategy is insufficient to mitigate this. This can lead to a denial of service, ranging from further media uploads/downloads failing to completely unavailability of the Synapse process, depending on how Synapse was deployed. ### Patches Synapse 1.106 introduces a new "leaky bucket" rate limit on remote media downloads to reduce the amount of data a user can request at a time. This does not fully address the issue, but does limit an unauthenticated user's ability to request large amounts of data to be cached. ### Workarounds Synapse deployments can currently decrease the maximum file size allowed, as well as increase request rate limits. However, this does not as effectively address the issue as a dedicated rate limit on remote media downloads. Server operators may also wish to consider putting media on a dedicated disk or volume, reducing the impact of a disk fill condition. ### References * https://en.wikipedia.org/wiki/Leaky_bucket#As_a_meter ### For more information If you have any questions or comments about this advisory, please email us at [security at element.io](mailto:security@element.io).
Credit: security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
pip/matrix-synapse | <1.106 | 1.106 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.