Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:npm/matrix-js-sdk@31.3.0-rc.2
purl pkg:npm/matrix-js-sdk@31.3.0-rc.2
Next non-vulnerable version 38.2.0
Latest non-vulnerable version 38.2.0
Risk 4.0
Vulnerabilities affecting this package (4)
Vulnerability Summary Fixed by
VCID-6szy-r2cd-9kfw
Aliases:
CVE-2024-50336
GHSA-xvg8-m4x3-w6xr
matrix-js-sdk has insufficient MXC URI validation which allows client-side path traversal ### 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
34.11.1
Affected by 1 other vulnerability.
VCID-9uwh-r958-gyg3
Aliases:
CVE-2024-42369
GHSA-vhr5-g3pm-49fm
matrix-js-sdk will freeze when a user sets a room with itself as a its predecessor ### Impact A malicious homeserver can craft a room or room structure such that the predecessors form a cycle. The matrix-js-sdk's `getRoomUpgradeHistory` function will infinitely recurse in this case, causing the code to hang. This method is public but also called by the 'leaveRoomChain()' method, so leaving a room will also trigger the bug. Even if the CVSS score would be 4.1 ([AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:N/A:L](https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:N/A:L&version=3.1)) we classify this as High severity issue. ### Patches This was patched in matrix-js-sdk 34.3.1. ### Workarounds Sanity check rooms before passing them to the matrix-js-sdk or avoid calling either `getRoomUpgradeHistory` or `leaveRoomChain`. ### References N/A.
34.3.1
Affected by 3 other vulnerabilities.
VCID-qetp-58nm-4fes
Aliases:
CVE-2024-47080
GHSA-4jf8-g8wp-cx7c
Matrix JavaScript SDK's key history sharing could share keys to malicious devices ### Impact In matrix-js-sdk versions 9.11.0 through 34.7.0, the method `MatrixClient.sendSharedHistoryKeys` is vulnerable to interception by malicious homeservers. The method implements functionality proposed in [MSC3061](https://github.com/matrix-org/matrix-spec-proposals/pull/3061) and can be used by clients to share historical message keys with newly invited users, granting them access to past messages in the room. However, it unconditionally sends these "shared" keys to all of the invited user's devices, regardless of whether the user's cryptographic identity is verified or whether the user's devices are signed by that identity. This allows the attacker to potentially inject its own devices to receive sensitive historical keys without proper security checks. Note that this only affects clients running the SDK with the legacy crypto stack. Clients using the new Rust cryptography stack (i.e. those that call `MatrixClient.initRustCrypto()` instead of `MatrixClient.initCrypto()`) are unaffected by this vulnerability, because `MatrixClient.sendSharedHistoryKeys()` raises an exception in such environments. ### Patches Fixed in matrix-js-sdk 34.8.0 by removing the vulnerable functionality. ### Workarounds Remove use of affected functionality from clients. ### References - [MSC3061](https://github.com/matrix-org/matrix-spec-proposals/pull/3061) ### For more information If you have any questions or comments about this advisory, please email us at [security at matrix.org](mailto:security@matrix.org).
34.8.0
Affected by 2 other vulnerabilities.
VCID-tj5a-r7hy-zfer
Aliases:
CVE-2025-59160
GHSA-mp7c-m3rh-r56v
matrix-js-sdk has insufficient validation when considering a room to be upgraded by another matrix-js-sdk before 38.2.0 has insufficient validation of room predecessor links in `MatrixClient::getJoinedRooms`, allowing a remote attacker to attempt to replace a tombstoned room with an unrelated attacker-supplied room.
38.2.0
Affected by 0 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T23:42:56.444181+00:00 GitLab Importer Affected by VCID-tj5a-r7hy-zfer https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2025-59160.yml 38.4.0
2026-04-16T23:14:11.688542+00:00 GitLab Importer Affected by VCID-6szy-r2cd-9kfw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-50336.yml 38.4.0
2026-04-16T23:11:48.297864+00:00 GitLab Importer Affected by VCID-qetp-58nm-4fes https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-47080.yml 38.4.0
2026-04-16T23:06:22.245776+00:00 GitLab Importer Affected by VCID-9uwh-r958-gyg3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-42369.yml 38.4.0
2026-04-12T01:03:50.308854+00:00 GitLab Importer Affected by VCID-tj5a-r7hy-zfer https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2025-59160.yml 38.3.0
2026-04-12T00:32:44.995883+00:00 GitLab Importer Affected by VCID-6szy-r2cd-9kfw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-50336.yml 38.3.0
2026-04-12T00:30:13.722487+00:00 GitLab Importer Affected by VCID-qetp-58nm-4fes https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-47080.yml 38.3.0
2026-04-12T00:24:22.703725+00:00 GitLab Importer Affected by VCID-9uwh-r958-gyg3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-42369.yml 38.3.0
2026-04-03T01:12:09.746496+00:00 GitLab Importer Affected by VCID-tj5a-r7hy-zfer https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2025-59160.yml 38.1.0
2026-04-03T00:40:27.325689+00:00 GitLab Importer Affected by VCID-6szy-r2cd-9kfw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-50336.yml 38.1.0
2026-04-03T00:37:53.269760+00:00 GitLab Importer Affected by VCID-qetp-58nm-4fes https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-47080.yml 38.1.0
2026-04-03T00:31:58.075929+00:00 GitLab Importer Affected by VCID-9uwh-r958-gyg3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-42369.yml 38.1.0