CVE-2022-36009

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-36009
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-36009.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-36009
Aliases
Published
2022-08-19T20:35:09Z
Modified
2025-10-27T03:34:24Z
Severity
  • 5.0 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L CVSS Calculator
Summary
Incorrect parsing of access level in gomatrixserverlib and dendrite
Details

gomatrixserverlib is a Go library for matrix protocol federation. Dendrite is a Matrix homeserver written in Go, an alternative to Synapse. 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. Power levels are the matrix terminology for user access level. 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. Users are advised to upgrade. There are no known workarounds for this issue.

Database specific
{
    "cwe_ids": [
        "CWE-863"
    ]
}
References

Affected packages

Git / github.com/matrix-org/dendrite

Affected ranges

Type
GIT
Repo
https://github.com/matrix-org/dendrite
Events
Introduced
0 Unknown introduced commit / All previous commits are affected

Git / github.com/matrix-org/gomatrixserverlib

Affected ranges

Type
GIT
Repo
https://github.com/matrix-org/gomatrixserverlib
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed