CVE-2026-63097 PUBLISHED

Dendrite 0.13.8 syncapi /context Endpoint Post-Leave State Exposure

Assigner: VulnCheck
Reserved: 15.07.2026 Published: 17.07.2026 Updated: 17.07.2026

Dendrite through 0.13.8 contains an improper access control vulnerability in the syncapi /context endpoint (syncapi/routing/context.go) that allows authenticated local users to access post-leave room state events by exploiting a flawed membership check that evaluates only the RoomExists field while ignoring IsInRoom, HasBeenInRoom, and Membership fields. Attackers who have left a room can call the rooms context API endpoint for a previously permitted event and receive unfiltered current room state that the /messages and /sync endpoints correctly withhold.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
CVSS Score: 5.3

Product Status

Vendor matrix-org
Product dendrite
Versions Default: affected
  • affected from 0 to 0.13.8 (incl.)

Credits

  • George Chen finder

References

Problem Types

  • Incorrect Authorization CWE