The Wayback Machine - https://web.archive.org/web/20201018050213/https://github.com/advisories/GHSA-3x8c-fmpc-5rmq
Skip to content

Cross-site scripting (XSS) vulnerability in the fallback authentication endpoint

moderate severity CVE-2020-26891 published Oct 16, 2020 • updated Oct 16, 2020
Repository
@matrix-org matrix-org/synapse
Packages Affected versions Patched versions
matrix-synapse (pip) < 1.21.0 1.21.0

Impact

The fallback authentication endpoint served via Synapse were vulnerable to cross-site scripting (XSS) attacks. The impact depends on the configuration of the domain that Synapse is deployed on, but may allow access to cookies and other browser data, CSRF vulnerabilities, and access to other resources served on the same domain or parent domains.

Patches

This is fixed by #8444, which is included in Synapse v1.21.0.

Workarounds

If the homeserver is not configured to use reCAPTCHA, consent (terms of service), or single sign-on then the affected endpoint can be blocked at a reverse proxy:

  • /_matrix/client/r0/auth/.*/fallback/web
  • /_matrix/client/unstable/auth/.*/fallback/web

References

Credits

@clokep clokep published the maintainer security advisory Oct 16, 2020
You can’t perform that action at this time.