Cyber Resilience

CVE-2022-31152

Medium

Published: 02 September 2022

Published
02 September 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 6.4 CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:H
EPSS Score 0.0073 73.2th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-31152 is a medium-severity Improper Check or Handling of Exceptional Conditions (CWE-703) vulnerability in Matrix Synapse. Its CVSS base score is 6.4 (Medium).

Operationally, ranked in the top 26.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

EU & UK References

Vulnerability details

Synapse is an open-source Matrix homeserver written and maintained by the Matrix.org Foundation. The Matrix specification specifies a list of [event authorization rules](https://spec.matrix.org/v1.2/rooms/v9/#authorization-rules) which must be checked when determining if an event should be accepted into a room. In versions…

more

of Synapse up to and including version 1.61.0, 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. Administrators of homeservers with federation enabled are advised to upgrade to version 1.62.0 or higher. Federation can be disabled by setting [`federation_domain_whitelist`](https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#federation_domain_whitelist) to an empty list (`[]`) as a workaround.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

matrix
synapse
≤ 1.62.0

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-703 CWE-755

Implements explicit check and handling for the exceptional condition of audit logging process failure.

addresses: CWE-703 CWE-755

Provides a defined response to detected conditions by restricting operation, ensuring exceptional conditions are handled rather than ignored or mishandled.

addresses: CWE-703 CWE-755

Contingency training equips users with defined procedures to check and respond to exceptional conditions during disruptions, reducing exploitation of mishandled errors.

addresses: CWE-703 CWE-755

Regular updates keep contingency procedures aligned with system changes, providing structured handling for exceptional conditions that would otherwise allow unmitigated exploitation.

addresses: CWE-703 CWE-755

Policy defines checks and handling for exceptional conditions arising from security incidents.

addresses: CWE-703 CWE-755

Performing IR tests ensures exceptional conditions are properly checked and handled to enable effective response.

addresses: CWE-703 CWE-755

Supplies advice and assistance on handling incidents, improving checks and responses to exceptional conditions.

addresses: CWE-703 CWE-755

Mandates explicit, predictable handling of exceptional conditions rather than undefined continuation.

References