Search for packages
Package details: pkg:npm/matrix-js-sdk@18.0.0
purl pkg:npm/matrix-js-sdk@18.0.0
Next non-vulnerable version 34.11.1
Latest non-vulnerable version 38.2.0
Risk 4.0
Vulnerabilities affecting this package (10)
Vulnerability Summary Fixed by
VCID-1613-anft-5ubk
Aliases:
CVE-2022-39236
GHSA-hvv8-5v86-r45x
Thunderbird users who use the Matrix chat protocol were vulnerable to a data corruption issue. An adversary could potentially cause data integrity issues by sending specially crafted messages.
19.7.0
Affected by 5 other vulnerabilities.
VCID-6x8d-d7vv-gfd1
Aliases:
CVE-2022-39249
GHSA-6263-x97c-c4gg
Thunderbird users who use the Matrix chat protocol were vulnerable to an impersonation attack. A malicious server administrator could fake encrypted messages to look as if they were sent from another user on that server.
19.7.0
Affected by 5 other vulnerabilities.
VCID-c1j3-dnkk-jyfu
Aliases:
CVE-2023-28427
GHSA-mwq8-fjpf-c2gr
Thunderbird users who use the Matrix chat protocol were vulnerable to a denial-of-service attack.
24.0.0
Affected by 4 other vulnerabilities.
VCID-fmek-2uu1-g7df
Aliases:
CVE-2022-39250
GHSA-5w8r-8pgj-5jmf
Thunderbird users who use the Matrix chat protocol were vulnerable to an impersonation attack. A malicious server administrator could interfere with cross-device verification to authenticate their own device.
19.7.0
Affected by 5 other vulnerabilities.
VCID-jmyx-8tka-93a2
Aliases:
CVE-2022-39251
GHSA-r48r-j8fx-mq2c
Thunderbird users who use the Matrix chat protocol were vulnerable to an impersonation attack. An adversary could spoof historical messages from other users. Additionally, a malicious key backup to the user's account under certain unusual conditions in order to exfiltrate message keys.
19.7.0
Affected by 5 other vulnerabilities.
VCID-ph8d-xhsk-73g2
Aliases:
CVE-2022-36059
GHSA-rfv9-x7hh-xc32
Thunderbird users who use the Matrix chat protocol were vulnerable to a denial-of-service attack. An adversary sharing a room with a user had the ability to carry out an attack against affected clients, making it not show all of a user's rooms or spaces and/or causing minor temporary corruption.
19.4.0
Affected by 9 other vulnerabilities.
VCID-urt4-v2ca-2beg
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 1 other vulnerability.
VCID-ve2n-z3v4-p7gj
Aliases:
CVE-2023-29529
GHSA-6g67-q39g-r79q
matrix-js-sdk vulnerable to invisible eavesdropping in group calls ### Impact An attacker present in a room where an [MSC3401](https://github.com/matrix-org/matrix-spec-proposals/pull/3401) group call is taking place can eavesdrop on the video and audio of participants using matrix-js-sdk, without their knowledge. To affected matrix-js-sdk users, the attacker will not appear to be participating in the call. This attack is possible because matrix-js-sdk's group call implementation accepts incoming direct calls from other users, even if they have not yet declared intent to participate in the group call, as a means of resolving a race condition in call setup. Affected versions do not restrict access to the user's outbound media in this case. Legacy 1:1 calls are unaffected. ### Workarounds Users may hold group calls in private rooms where only the exact users who are expected to participate in the call are present.
24.1.0
Affected by 3 other vulnerabilities.
VCID-xdp5-wxc4-6bbk
Aliases:
CVE-2024-50336
GHSA-xvg8-m4x3-w6xr
The Matrix specification demands homeservers to perform validation 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.
34.11.1
Affected by 0 other vulnerabilities.
VCID-xfav-6f5n-sudb
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 2 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
2025-08-01T12:02:48.373472+00:00 GitLab Importer Affected by VCID-xdp5-wxc4-6bbk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-50336.yml 37.0.0
2025-08-01T11:59:29.075178+00:00 GitLab Importer Affected by VCID-urt4-v2ca-2beg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-47080.yml 37.0.0
2025-08-01T11:53:24.201488+00:00 GitLab Importer Affected by VCID-xfav-6f5n-sudb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-42369.yml 37.0.0
2025-08-01T11:06:35.532659+00:00 GitLab Importer Affected by VCID-ve2n-z3v4-p7gj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-29529.yml 37.0.0
2025-08-01T11:05:17.943750+00:00 GitLab Importer Affected by VCID-ph8d-xhsk-73g2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-36059.yml 37.0.0
2025-08-01T11:05:15.394454+00:00 GitLab Importer Affected by VCID-c1j3-dnkk-jyfu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-28427.yml 37.0.0
2025-08-01T10:49:06.087034+00:00 GitLab Importer Affected by VCID-fmek-2uu1-g7df https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39250.yml 37.0.0
2025-08-01T10:48:52.356616+00:00 GitLab Importer Affected by VCID-jmyx-8tka-93a2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39251.yml 37.0.0
2025-08-01T10:48:50.725918+00:00 GitLab Importer Affected by VCID-1613-anft-5ubk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39236.yml 37.0.0
2025-08-01T10:48:48.055384+00:00 GitLab Importer Affected by VCID-6x8d-d7vv-gfd1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39249.yml 37.0.0