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

Denial of service due to incorrect application of event authorization rules

Moderate
richvdh published GHSA-jhjh-776m-4765 Aug 31, 2022

Package

pip matrix-synapse (pip)

Affected versions

< 1.62

Patched versions

1.62

Description

Impact

The Matrix specification specifies a list of event authorization rules which must be checked when determining if an event should be accepted into a room.

In versions of Synapse up to and including v1.61, some of these rules are not correctly applied. An attacker could craft events which would be accepted by Synapse but not a spec-conformant server, potentially causing divergence in the room state between servers.

Patches

Administrators of homeservers with federation enabled are advised to upgrade to v1.62.0 or higher.

Workarounds

References

For more information

If you have any questions or comments about this advisory, e-mail us at [email protected].

Severity

Moderate

CVE ID

CVE-2022-31152

Weaknesses

No CWEs