The power level parsing within gomatrixserverlib was failing to parse the "events_default" key of the m.room.power_levels event, defaulting the event default power level to zero in all cases.
In rooms where the "events_default" power level had been changed, this could result in events either being incorrectly authorised or rejected by Dendrite servers.
gomatrixserverlib contains a fix as of commit 723fd49 and Dendrite 0.9.3 has been updated accordingly.
Matrix rooms where the "events_default" power level has not been changed from the default of zero are not vulnerable.
If you have any questions or comments about this advisory, e-mail us at [email protected].
| Score | Percentile |
|---|---|
| 0.62% | 69.51% |
| Base score | Version | Severity | Vector |
|---|---|---|---|
| 5.0 | 3.1 | — |
|
| Type | Value |
|---|---|
| GHSA | GHSA-grvv-h2f9-7v9c ↗ |
| CVE | CVE-2022-36009 ↗ |
| CWE id | Name |
|---|---|
| CWE-863 | Incorrect Authorization |
Vulnerable version ranges and first patched releases as published by GitHub.
| Ecosystem | Package | Vulnerable range | First patched | Vulnerable functions |
|---|---|---|---|---|
| go | github.com/matrix-org/dendrite | < 0.9.3 | 0.9.3 | — |
| go | github.com/matrix-org/gomatrixserverlib | < 0.0.0-20220815091947-723fd495dde8 | 0.0.0-20220815091947-723fd495dde8 | — |