Skip to content

Commit 6814e20

Browse files
1 parent 392bc86 commit 6814e20

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-jj6p-3m75-g2p3",
4+
"modified": "2025-12-08T22:07:47Z",
5+
"published": "2025-12-08T22:07:47Z",
6+
"aliases": [
7+
"CVE-2025-66622"
8+
],
9+
"summary": " matrix-sdk-base denial of service via custom m.room.join_rules event values",
10+
"details": "The matrix-sdk-base crate is unable to handle responses that include custom m.room.join_rules values due to a serialization bug.\n\nThis 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.\n\n### Patches\nThe issue is fixed in matrix-sdk-base 0.16.0.\n\n### Workarounds\n\nUsers can leave affected rooms on another client to mitigate the issue.\n\n### References\n\nThe issue was fixed in https://github.com/matrix-org/matrix-rust-sdk/pull/5924.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:U"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "crates.io",
21+
"name": "matrix-sdk-base"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "0.16.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/matrix-org/matrix-rust-sdk/security/advisories/GHSA-jj6p-3m75-g2p3"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/matrix-org/matrix-rust-sdk/pull/5924"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/matrix-org/matrix-rust-sdk/commit/4ea0418abefab2aa93f8851a4d39c723e703e6b0"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/matrix-org/matrix-rust-sdk"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://rustsec.org/advisories/RUSTSEC-2025-0135.html"
58+
}
59+
],
60+
"database_specific": {
61+
"cwe_ids": [
62+
"CWE-755"
63+
],
64+
"severity": "LOW",
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-12-08T22:07:47Z",
67+
"nvd_published_at": null
68+
}
69+
}

0 commit comments

Comments
 (0)