The matrix-sdk-base crate is unable to handle responses that include custom m.room.join_rules values due to a serialization bug.
This can be exploited to cause a denial-of-service condition, if a user is invited to a room with non-standard join rules, the crate's sync process will stall, preventing further processing for all rooms.
The issue is fixed in matrix-sdk-base 0.16.0.
Users can leave affected rooms on another client to mitigate the issue.
The issue was fixed in https://github.com/matrix-org/matrix-rust-sdk/pull/5924.
{
"github_reviewed_at": "2025-12-08T22:07:47Z",
"cwe_ids": [
"CWE-755"
],
"severity": "LOW",
"nvd_published_at": "2025-12-09T16:18:21Z",
"github_reviewed": true
}