CVE-2024-50336
EPSS 0.88%matrix-js-sdk has insufficient MXC URI validation which allows client-side path traversal
Description
### Summary matrix-js-sdk before 34.11.0 is vulnerable to client-side path traversal via crafted MXC URIs. A malicious room member can trigger clients based on the matrix-js-sdk to issue arbitrary authenticated GET requests to the client's homeserver. ### Details The Matrix specification demands homeservers to [perform validation](https://spec.matrix.org/v1.12/client-server-api/#security-considerations-5) of the `server-name` and `media-id` components of MXC URIs with the intent to prevent path traversal. However, it is not mentioned that a similar check must also be performed on the client to prevent *client-side* path traversal. matrix-js-sdk fails to perform this validation. ### Patches Fixed in matrix-js-sdk 34.11.1. ### Workarounds None. ### References - https://spec.matrix.org/v1.12/client-server-api/#security-considerations-5 - https://blog.doyensec.com/2024/07/02/cspt2csrf.html
Affected packages (5)
- Debian/node-matrix-js-sdkfrom 0
- Debian/thunderbirdfrom 0, < 1:128.6.0esr-1~deb11u1
- Debian/thunderbirdfrom 0, < 1:128.6.0esr-1~deb11u1
- Debian/thunderbirdfrom 0, < 1:128.6.0esr-1~deb12u1
- npm/matrix-js-sdkfrom 0, < 34.11.1
CVSS scores
| Source | Version | Severity | Vector |
|---|---|---|---|
| osv | CVSS 4.0 | — | CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N |
References (6)
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2024-50336
- ADVISORYhttps://security-tracker.debian.org/tracker/CVE-2024-50336
- PATCHhttps://github.com/matrix-org/matrix-js-sdk
- WEBhttps://github.com/matrix-org/matrix-js-sdk/security/advisories/GHSA-xvg8-m4x3-w6xr
- WEBhttps://lists.debian.org/debian-lts-announce/2025/01/msg00004.html
- WEBhttps://spec.matrix.org/v1.12/client-server-api/#security-considerations-5