Search for packages
Package details: pkg:npm/matrix-js-sdk@0.12.0-rc.1
purl pkg:npm/matrix-js-sdk@0.12.0-rc.1
Next non-vulnerable version 34.11.1
Latest non-vulnerable version 34.11.1
Risk 4.0
Vulnerabilities affecting this package (9)
Vulnerability Summary Fixed by
VCID-4auq-kdk4-aaad
Aliases:
CVE-2022-39249
GHSA-6263-x97c-c4gg
Key Exchange without Entity Authentication Matrix Javascript SDK is the Matrix Client-Server SDK for JavaScript. Prior to version 19.7.0, an attacker cooperating with a malicious homeserver can construct messages appearing to have come from another person. Such messages will be marked with a grey shield on some platforms, but this may be missing in others. This attack is possible due to the matrix-js-sdk implementing a too permissive key forwarding strategy on the receiving end. Starting with version 19.7.0, the default policy for accepting key forwards has been made more strict in the matrix-js-sdk. matrix-js-sdk will now only accept forwarded keys in response to previously issued requests and only from own, verified devices. The SDK now sets a `trusted` flag on the decrypted message upon decryption, based on whether the key used to decrypt the message was received from a trusted source. Clients need to ensure that messages decrypted with a key with `trusted = false` are decorated appropriately, for example, by showing a warning for such messages. This attack requires coordination between a malicious homeserver and an attacker, and those who trust your homeservers do not need a workaround.
19.7.0
Affected by 5 other vulnerabilities.
VCID-gutu-2p41-h7hg
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 0 other vulnerabilities.
VCID-jsvy-z8yh-aaag
Aliases:
CVE-2022-39250
GHSA-5w8r-8pgj-5jmf
Key Exchange without Entity Authentication Matrix JavaScript SDK is the Matrix Client-Server software development kit (SDK) for JavaScript. Prior to version 19.7.0, an attacker cooperating with a malicious homeserver could interfere with the verification flow between two users, injecting its own cross-signing user identity in place of one of the users’ identities. This would lead to the other device trusting/verifying the user identity under the control of the homeserver instead of the intended one. The vulnerability is a bug in the matrix-js-sdk, caused by checking and signing user identities and devices in two separate steps, and inadequately fixing the keys to be signed between those steps. Even though the attack is partly made possible due to the design decision of treating cross-signing user identities as Matrix devices on the server side (with their device ID set to the public part of the user identity key), no other examined implementations were vulnerable. Starting with version 19.7.0, the matrix-js-sdk has been modified to double check that the key signed is the one that was verified instead of just referencing the key by ID. An additional check has been made to report an error when one of the device ID matches a cross-signing key. As this attack requires coordination between a malicious homeserver and an attacker, those who trust their homeservers do not need a particular workaround.
19.7.0
Affected by 5 other vulnerabilities.
VCID-qkdy-epqa-aaas
Aliases:
CVE-2023-28427
GHSA-mwq8-fjpf-c2gr
Prototype pollution in matrix-js-sdk (part 2)
24.0.0
Affected by 4 other vulnerabilities.
VCID-tmux-yjb2-aaan
Aliases:
CVE-2023-29529
GHSA-6g67-q39g-r79q
matrix-js-sdk vulnerable to invisible eavesdropping in group calls
24.1.0
Affected by 3 other vulnerabilities.
VCID-wq91-ffgu-aaar
Aliases:
CVE-2022-36059
GHSA-rfv9-x7hh-xc32
matrix-js-sdk is a Matrix messaging protocol Client-Server SDK for JavaScript. In versions prior to 19.4.0 events sent with special strings in key places can temporarily disrupt or impede the matrix-js-sdk from functioning properly, potentially impacting the consumer's ability to process data safely. Note that the matrix-js-sdk can appear to be operating normally but be excluding or corrupting runtime data presented to the consumer. This issue has been fixed in matrix-js-sdk 19.4.0 and users are advised to upgrade. Users unable to upgrade may mitigate this issue by redacting applicable events, waiting for the sync processor to store data, and restarting the client. Alternatively, redacting the applicable events and clearing all storage will often fix most perceived issues. In some cases, no workarounds are possible.
19.4.0
Affected by 9 other vulnerabilities.
VCID-xfrf-skay-4qf8
Aliases:
CVE-2024-42369
GHSA-vhr5-g3pm-49fm
matrix-js-sdk is a Matrix messaging protocol Client-Server SDK for JavaScript. 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. This was patched in matrix-js-sdk 34.3.1.
34.3.1
Affected by 2 other vulnerabilities.
VCID-y524-aq48-aaaa
Aliases:
CVE-2021-40823
GHSA-23cm-x6j7-6hq3
A logic error in the room key sharing functionality of matrix-js-sdk (aka Matrix Javascript SDK) before 12.4.1 allows a malicious Matrix homeserver present in an encrypted room to steal room encryption keys (via crafted Matrix protocol messages) that were originally sent by affected Matrix clients participating in that room. This allows the homeserver to decrypt end-to-end encrypted messages sent by affected clients.
12.4.1
Affected by 10 other vulnerabilities.
12.5.0-rc.1
Affected by 10 other vulnerabilities.
VCID-zwy3-fcfv-aaap
Aliases:
CVE-2022-39251
GHSA-r48r-j8fx-mq2c
Key Exchange without Entity Authentication Matrix Javascript SDK is the Matrix Client-Server SDK for JavaScript. Prior to version 19.7.0, an attacker cooperating with a malicious homeserver can construct messages that legitimately appear to have come from another person, without any indication such as a grey shield. Additionally, a sophisticated attacker cooperating with a malicious homeserver could employ this vulnerability to perform a targeted attack in order to send fake to-device messages appearing to originate from another user. This can allow, for example, to inject the key backup secret during a self-verification, to make a targeted device start using a malicious key backup spoofed by the homeserver. These attacks are possible due to a protocol confusion vulnerability that accepts to-device messages encrypted with Megolm instead of Olm. Starting with version 19.7.0, matrix-js-sdk has been modified to only accept Olm-encrypted to-device messages. Out of caution, several other checks have been audited or added. This attack requires coordination between a malicious home server and an attacker, so those who trust their home servers do not need a workaround.
19.7.0
Affected by 5 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-06-20T17:11:57.841623+00:00 GitLab Importer Affected by VCID-gutu-2p41-h7hg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-50336.yml 36.1.3
2025-06-20T17:06:34.727234+00:00 GitLab Importer Affected by VCID-xfrf-skay-4qf8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-42369.yml 36.1.3
2025-06-20T16:28:24.150194+00:00 GitLab Importer Affected by VCID-tmux-yjb2-aaan None 36.1.3
2025-06-20T16:28:23.211728+00:00 GitLab Importer Affected by VCID-tmux-yjb2-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-29529.yml 36.1.3
2025-06-20T16:27:04.719767+00:00 GitLab Importer Affected by VCID-wq91-ffgu-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-36059.yml 36.1.3
2025-06-20T16:27:04.028833+00:00 GitLab Importer Affected by VCID-wq91-ffgu-aaar None 36.1.3
2025-06-20T16:27:02.135488+00:00 GitLab Importer Affected by VCID-qkdy-epqa-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-28427.yml 36.1.3
2025-06-20T16:26:58.224706+00:00 GitLab Importer Affected by VCID-qkdy-epqa-aaas None 36.1.3
2025-06-20T16:08:07.850177+00:00 GitLab Importer Affected by VCID-4auq-kdk4-aaad None 36.1.3
2025-06-20T16:08:03.610689+00:00 GitLab Importer Affected by VCID-zwy3-fcfv-aaap None 36.1.3
2025-06-20T16:07:57.942990+00:00 GitLab Importer Affected by VCID-jsvy-z8yh-aaag None 36.1.3
2025-06-20T16:07:57.243539+00:00 GitLab Importer Affected by VCID-jsvy-z8yh-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39250.yml 36.1.3
2025-06-20T16:07:46.155155+00:00 GitLab Importer Affected by VCID-zwy3-fcfv-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39251.yml 36.1.3
2025-06-20T16:07:43.183527+00:00 GitLab Importer Affected by VCID-4auq-kdk4-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39249.yml 36.1.3
2025-06-20T15:16:37.772459+00:00 GitLab Importer Affected by VCID-y524-aq48-aaaa None 36.1.3
2025-06-20T15:16:37.013214+00:00 GitLab Importer Affected by VCID-y524-aq48-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2021-40823.yml 36.1.3
2025-06-03T23:47:43.371604+00:00 GitLab Importer Affected by VCID-gutu-2p41-h7hg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-50336.yml 36.1.0
2025-06-03T23:42:45.051298+00:00 GitLab Importer Affected by VCID-xfrf-skay-4qf8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-42369.yml 36.1.0
2025-06-03T23:07:39.931325+00:00 GitLab Importer Affected by VCID-tmux-yjb2-aaan None 36.1.0
2025-06-03T23:07:38.989530+00:00 GitLab Importer Affected by VCID-tmux-yjb2-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-29529.yml 36.1.0
2025-06-03T23:06:22.372004+00:00 GitLab Importer Affected by VCID-wq91-ffgu-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-36059.yml 36.1.0
2025-06-03T23:06:21.691950+00:00 GitLab Importer Affected by VCID-wq91-ffgu-aaar None 36.1.0
2025-06-03T23:06:19.892714+00:00 GitLab Importer Affected by VCID-qkdy-epqa-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-28427.yml 36.1.0
2025-06-03T23:06:16.275066+00:00 GitLab Importer Affected by VCID-qkdy-epqa-aaas None 36.1.0
2025-06-03T22:48:11.156617+00:00 GitLab Importer Affected by VCID-4auq-kdk4-aaad None 36.1.0
2025-06-03T22:48:07.173499+00:00 GitLab Importer Affected by VCID-zwy3-fcfv-aaap None 36.1.0
2025-06-03T22:48:01.569393+00:00 GitLab Importer Affected by VCID-jsvy-z8yh-aaag None 36.1.0
2025-06-03T22:48:00.897174+00:00 GitLab Importer Affected by VCID-jsvy-z8yh-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39250.yml 36.1.0
2025-06-03T22:47:50.600156+00:00 GitLab Importer Affected by VCID-zwy3-fcfv-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39251.yml 36.1.0
2025-06-03T22:47:47.763003+00:00 GitLab Importer Affected by VCID-4auq-kdk4-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39249.yml 36.1.0
2025-06-03T21:58:44.962123+00:00 GitLab Importer Affected by VCID-y524-aq48-aaaa None 36.1.0
2025-06-03T21:58:44.413995+00:00 GitLab Importer Affected by VCID-y524-aq48-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2021-40823.yml 36.1.0
2025-06-02T23:46:19.927926+00:00 GitLab Importer Affected by VCID-gutu-2p41-h7hg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-50336.yml 36.1.2
2025-06-02T23:41:01.760745+00:00 GitLab Importer Affected by VCID-xfrf-skay-4qf8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-42369.yml 36.1.2
2025-06-02T23:04:24.624427+00:00 GitLab Importer Affected by VCID-tmux-yjb2-aaan None 36.1.2
2025-06-02T23:04:23.691961+00:00 GitLab Importer Affected by VCID-tmux-yjb2-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-29529.yml 36.1.2
2025-06-02T23:03:02.779574+00:00 GitLab Importer Affected by VCID-wq91-ffgu-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-36059.yml 36.1.2
2025-06-02T23:03:01.953381+00:00 GitLab Importer Affected by VCID-wq91-ffgu-aaar None 36.1.2
2025-06-02T23:02:59.981461+00:00 GitLab Importer Affected by VCID-qkdy-epqa-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-28427.yml 36.1.2
2025-06-02T23:02:56.229179+00:00 GitLab Importer Affected by VCID-qkdy-epqa-aaas None 36.1.2
2025-06-02T22:37:39.555970+00:00 GitLab Importer Affected by VCID-4auq-kdk4-aaad None 36.1.2
2025-06-02T22:37:35.047576+00:00 GitLab Importer Affected by VCID-zwy3-fcfv-aaap None 36.1.2
2025-06-02T22:37:28.054908+00:00 GitLab Importer Affected by VCID-jsvy-z8yh-aaag None 36.1.2
2025-06-02T22:37:27.376440+00:00 GitLab Importer Affected by VCID-jsvy-z8yh-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39250.yml 36.1.2
2025-06-02T22:37:14.072732+00:00 GitLab Importer Affected by VCID-zwy3-fcfv-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39251.yml 36.1.2
2025-06-02T22:37:10.798866+00:00 GitLab Importer Affected by VCID-4auq-kdk4-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39249.yml 36.1.2
2025-06-02T21:44:38.020697+00:00 GitLab Importer Affected by VCID-y524-aq48-aaaa None 36.1.2
2025-06-02T21:44:37.350478+00:00 GitLab Importer Affected by VCID-y524-aq48-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2021-40823.yml 36.1.2
2025-04-03T22:32:33.978883+00:00 GitLab Importer Affected by VCID-gutu-2p41-h7hg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-50336.yml 36.0.0
2025-04-03T22:20:49.831888+00:00 GitLab Importer Affected by VCID-xfrf-skay-4qf8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-42369.yml 36.0.0
2025-04-03T21:05:49.942098+00:00 GitLab Importer Affected by VCID-tmux-yjb2-aaan None 36.0.0
2025-04-03T21:05:47.488671+00:00 GitLab Importer Affected by VCID-tmux-yjb2-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-29529.yml 36.0.0
2025-04-03T21:03:00.099411+00:00 GitLab Importer Affected by VCID-wq91-ffgu-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-36059.yml 36.0.0
2025-04-03T21:02:58.120742+00:00 GitLab Importer Affected by VCID-wq91-ffgu-aaar None 36.0.0
2025-04-03T21:02:53.045128+00:00 GitLab Importer Affected by VCID-qkdy-epqa-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-28427.yml 36.0.0
2025-04-03T21:02:44.925704+00:00 GitLab Importer Affected by VCID-qkdy-epqa-aaas None 36.0.0
2025-04-03T20:26:17.778674+00:00 GitLab Importer Affected by VCID-4auq-kdk4-aaad None 36.0.0
2025-04-03T20:26:09.101726+00:00 GitLab Importer Affected by VCID-zwy3-fcfv-aaap None 36.0.0
2025-04-03T20:25:57.101452+00:00 GitLab Importer Affected by VCID-jsvy-z8yh-aaag None 36.0.0
2025-04-03T20:25:55.350998+00:00 GitLab Importer Affected by VCID-jsvy-z8yh-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39250.yml 36.0.0
2025-04-03T20:25:29.369171+00:00 GitLab Importer Affected by VCID-zwy3-fcfv-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39251.yml 36.0.0
2025-04-03T20:25:21.167198+00:00 GitLab Importer Affected by VCID-4auq-kdk4-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39249.yml 36.0.0
2025-04-03T18:51:05.777652+00:00 GitLab Importer Affected by VCID-y524-aq48-aaaa None 36.0.0
2025-04-03T18:51:04.269223+00:00 GitLab Importer Affected by VCID-y524-aq48-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2021-40823.yml 36.0.0
2025-02-18T04:12:53.548104+00:00 GitLab Importer Affected by VCID-gutu-2p41-h7hg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-50336.yml 35.1.0
2025-02-18T04:05:04.120200+00:00 GitLab Importer Affected by VCID-xfrf-skay-4qf8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-42369.yml 35.1.0
2025-02-18T03:16:52.009436+00:00 GitLab Importer Affected by VCID-tmux-yjb2-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-29529.yml 35.1.0
2025-02-18T03:16:50.072792+00:00 GitLab Importer Affected by VCID-tmux-yjb2-aaan None 35.1.0
2025-02-18T03:15:07.153575+00:00 GitLab Importer Affected by VCID-qkdy-epqa-aaas None 35.1.0
2025-02-18T03:15:05.265316+00:00 GitLab Importer Affected by VCID-qkdy-epqa-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-28427.yml 35.1.0
2025-02-18T02:56:40.020727+00:00 GitLab Importer Affected by VCID-zwy3-fcfv-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39251.yml 35.1.0
2025-02-18T02:56:38.307588+00:00 GitLab Importer Affected by VCID-zwy3-fcfv-aaap None 35.1.0
2025-02-18T02:56:36.498897+00:00 GitLab Importer Affected by VCID-jsvy-z8yh-aaag None 35.1.0
2025-02-18T02:56:33.283300+00:00 GitLab Importer Affected by VCID-jsvy-z8yh-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39250.yml 35.1.0
2025-02-18T02:56:31.568368+00:00 GitLab Importer Affected by VCID-4auq-kdk4-aaad None 35.1.0
2025-02-18T02:56:28.310753+00:00 GitLab Importer Affected by VCID-4auq-kdk4-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39249.yml 35.1.0
2025-02-18T02:54:48.345570+00:00 GitLab Importer Affected by VCID-wq91-ffgu-aaar None 35.1.0
2025-02-18T02:54:46.623403+00:00 GitLab Importer Affected by VCID-wq91-ffgu-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-36059.yml 35.1.0
2025-02-18T00:27:57.780035+00:00 GitLab Importer Affected by VCID-y524-aq48-aaaa None 35.1.0
2025-02-18T00:27:56.333956+00:00 GitLab Importer Affected by VCID-y524-aq48-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2021-40823.yml 35.1.0
2024-11-21T01:13:31.140652+00:00 GitLab Importer Affected by VCID-xfrf-skay-4qf8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-42369.yml 35.0.0
2024-11-21T00:45:09.489524+00:00 GitLab Importer Affected by VCID-tmux-yjb2-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-29529.yml 35.0.0
2024-11-21T00:44:30.867146+00:00 GitLab Importer Affected by VCID-qkdy-epqa-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-28427.yml 35.0.0
2024-11-21T00:37:50.775640+00:00 GitLab Importer Affected by VCID-zwy3-fcfv-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39251.yml 35.0.0
2024-11-21T00:37:49.170325+00:00 GitLab Importer Affected by VCID-jsvy-z8yh-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39250.yml 35.0.0
2024-11-21T00:37:47.485415+00:00 GitLab Importer Affected by VCID-4auq-kdk4-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39249.yml 35.0.0
2024-11-21T00:37:11.225059+00:00 GitLab Importer Affected by VCID-wq91-ffgu-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-36059.yml 35.0.0
2024-11-20T23:12:50.945307+00:00 GitLab Importer Affected by VCID-y524-aq48-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2021-40823.yml 35.0.0
2024-11-19T01:02:01.412776+00:00 GitLab Importer Affected by VCID-xfrf-skay-4qf8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-42369.yml 34.3.2
2024-11-19T00:31:03.291206+00:00 GitLab Importer Affected by VCID-tmux-yjb2-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-29529.yml 34.3.2
2024-11-19T00:30:26.889608+00:00 GitLab Importer Affected by VCID-qkdy-epqa-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-28427.yml 34.3.2
2024-11-19T00:23:32.511437+00:00 GitLab Importer Affected by VCID-zwy3-fcfv-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39251.yml 34.3.2
2024-11-19T00:23:30.802483+00:00 GitLab Importer Affected by VCID-jsvy-z8yh-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39250.yml 34.3.2
2024-11-19T00:23:29.064912+00:00 GitLab Importer Affected by VCID-4auq-kdk4-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39249.yml 34.3.2
2024-11-19T00:22:53.628187+00:00 GitLab Importer Affected by VCID-wq91-ffgu-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-36059.yml 34.3.2
2024-11-18T23:00:26.456750+00:00 GitLab Importer Affected by VCID-y524-aq48-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2021-40823.yml 34.3.2
2024-10-08T01:39:43.976132+00:00 GitLab Importer Affected by VCID-xfrf-skay-4qf8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-42369.yml 34.0.2
2024-10-08T01:13:10.284366+00:00 GitLab Importer Affected by VCID-tmux-yjb2-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-29529.yml 34.0.2
2024-10-08T01:12:34.491185+00:00 GitLab Importer Affected by VCID-qkdy-epqa-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-28427.yml 34.0.2
2024-10-08T01:06:16.984543+00:00 GitLab Importer Affected by VCID-zwy3-fcfv-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39251.yml 34.0.2
2024-10-08T01:06:15.161959+00:00 GitLab Importer Affected by VCID-jsvy-z8yh-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39250.yml 34.0.2
2024-10-08T01:06:13.378918+00:00 GitLab Importer Affected by VCID-4auq-kdk4-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39249.yml 34.0.2
2024-10-08T01:05:37.084971+00:00 GitLab Importer Affected by VCID-wq91-ffgu-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-36059.yml 34.0.2
2024-10-07T23:59:22.467044+00:00 GitLab Importer Affected by VCID-y524-aq48-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2021-40823.yml 34.0.2
2024-10-07T22:20:01.103168+00:00 GHSA Importer Affected by VCID-xfrf-skay-4qf8 https://github.com/advisories/GHSA-vhr5-g3pm-49fm 34.0.2
2024-10-07T21:23:18.456375+00:00 GHSA Importer Affected by VCID-tmux-yjb2-aaan https://github.com/advisories/GHSA-6g67-q39g-r79q 34.0.2
2024-10-07T21:14:11.834015+00:00 GHSA Importer Affected by VCID-qkdy-epqa-aaas https://github.com/advisories/GHSA-mwq8-fjpf-c2gr 34.0.2
2024-10-07T20:52:09.382501+00:00 GHSA Importer Affected by VCID-zwy3-fcfv-aaap https://github.com/advisories/GHSA-r48r-j8fx-mq2c 34.0.2
2024-10-07T20:52:07.626593+00:00 GHSA Importer Affected by VCID-jsvy-z8yh-aaag https://github.com/advisories/GHSA-5w8r-8pgj-5jmf 34.0.2
2024-10-07T20:52:05.865849+00:00 GHSA Importer Affected by VCID-4auq-kdk4-aaad https://github.com/advisories/GHSA-6263-x97c-c4gg 34.0.2
2024-10-07T20:42:49.287845+00:00 GHSA Importer Affected by VCID-wq91-ffgu-aaar https://github.com/advisories/GHSA-rfv9-x7hh-xc32 34.0.2
2024-10-07T19:48:10.624178+00:00 GHSA Importer Affected by VCID-y524-aq48-aaaa https://github.com/advisories/GHSA-23cm-x6j7-6hq3 34.0.2
2024-09-23T01:43:04.175490+00:00 GitLab Importer Affected by VCID-xfrf-skay-4qf8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2024-42369.yml 34.0.1
2024-09-23T01:20:01.048844+00:00 GitLab Importer Affected by VCID-tmux-yjb2-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-29529.yml 34.0.1
2024-09-23T01:19:26.798190+00:00 GitLab Importer Affected by VCID-qkdy-epqa-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-28427.yml 34.0.1
2024-09-23T01:07:11.407990+00:00 GitLab Importer Affected by VCID-zwy3-fcfv-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39251.yml 34.0.1
2024-09-23T01:07:09.722725+00:00 GitLab Importer Affected by VCID-jsvy-z8yh-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39250.yml 34.0.1
2024-09-23T01:07:08.027368+00:00 GitLab Importer Affected by VCID-4auq-kdk4-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39249.yml 34.0.1
2024-09-23T01:06:34.692471+00:00 GitLab Importer Affected by VCID-wq91-ffgu-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-36059.yml 34.0.1
2024-09-23T00:13:24.779339+00:00 GitLab Importer Affected by VCID-y524-aq48-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2021-40823.yml 34.0.1
2024-09-22T22:46:03.615888+00:00 GHSA Importer Affected by VCID-xfrf-skay-4qf8 https://github.com/advisories/GHSA-vhr5-g3pm-49fm 34.0.1
2024-09-22T21:50:48.932820+00:00 GHSA Importer Affected by VCID-tmux-yjb2-aaan https://github.com/advisories/GHSA-6g67-q39g-r79q 34.0.1
2024-09-22T21:49:18.299390+00:00 GHSA Importer Affected by VCID-qkdy-epqa-aaas https://github.com/advisories/GHSA-mwq8-fjpf-c2gr 34.0.1
2024-09-22T21:29:27.199916+00:00 GHSA Importer Affected by VCID-zwy3-fcfv-aaap https://github.com/advisories/GHSA-r48r-j8fx-mq2c 34.0.1
2024-09-22T21:29:25.438367+00:00 GHSA Importer Affected by VCID-jsvy-z8yh-aaag https://github.com/advisories/GHSA-5w8r-8pgj-5jmf 34.0.1
2024-09-22T21:29:23.653052+00:00 GHSA Importer Affected by VCID-4auq-kdk4-aaad https://github.com/advisories/GHSA-6263-x97c-c4gg 34.0.1
2024-09-22T21:21:38.105033+00:00 GHSA Importer Affected by VCID-wq91-ffgu-aaar https://github.com/advisories/GHSA-rfv9-x7hh-xc32 34.0.1
2024-09-22T20:28:45.921695+00:00 GHSA Importer Affected by VCID-y524-aq48-aaaa https://github.com/advisories/GHSA-23cm-x6j7-6hq3 34.0.1
2024-04-24T03:43:44.563123+00:00 GitLab Importer Affected by VCID-tmux-yjb2-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-29529.yml 34.0.0rc4
2024-04-24T03:43:42.652650+00:00 GitLab Importer Affected by VCID-tmux-yjb2-aaan None 34.0.0rc4
2024-04-24T03:42:35.281625+00:00 GitLab Importer Affected by VCID-qkdy-epqa-aaas None 34.0.0rc4
2024-04-24T03:42:33.385661+00:00 GitLab Importer Affected by VCID-qkdy-epqa-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-28427.yml 34.0.0rc4
2024-04-24T03:31:08.066384+00:00 GitLab Importer Affected by VCID-zwy3-fcfv-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39251.yml 34.0.0rc4
2024-04-24T03:31:06.358622+00:00 GitLab Importer Affected by VCID-zwy3-fcfv-aaap None 34.0.0rc4
2024-04-24T03:31:04.002800+00:00 GitLab Importer Affected by VCID-jsvy-z8yh-aaag None 34.0.0rc4
2024-04-24T03:31:02.275795+00:00 GitLab Importer Affected by VCID-jsvy-z8yh-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39250.yml 34.0.0rc4
2024-04-24T03:31:00.577276+00:00 GitLab Importer Affected by VCID-4auq-kdk4-aaad None 34.0.0rc4
2024-04-24T03:30:58.850378+00:00 GitLab Importer Affected by VCID-4auq-kdk4-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39249.yml 34.0.0rc4
2024-04-24T03:29:47.796111+00:00 GitLab Importer Affected by VCID-wq91-ffgu-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-36059.yml 34.0.0rc4
2024-04-24T03:29:46.076987+00:00 GitLab Importer Affected by VCID-wq91-ffgu-aaar None 34.0.0rc4
2024-04-24T02:17:12.080731+00:00 GitLab Importer Affected by VCID-y524-aq48-aaaa None 34.0.0rc4
2024-04-24T02:17:10.618780+00:00 GitLab Importer Affected by VCID-y524-aq48-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2021-40823.yml 34.0.0rc4
2024-04-24T00:18:28.939279+00:00 GHSA Importer Affected by VCID-tmux-yjb2-aaan https://github.com/advisories/GHSA-6g67-q39g-r79q 34.0.0rc4
2024-04-24T00:18:26.999706+00:00 GHSA Importer Affected by VCID-tmux-yjb2-aaan None 34.0.0rc4
2024-04-24T00:14:37.935518+00:00 GHSA Importer Affected by VCID-qkdy-epqa-aaas https://github.com/advisories/GHSA-mwq8-fjpf-c2gr 34.0.0rc4
2024-04-24T00:14:32.967982+00:00 GHSA Importer Affected by VCID-qkdy-epqa-aaas None 34.0.0rc4
2024-04-23T23:34:13.786204+00:00 GHSA Importer Affected by VCID-zwy3-fcfv-aaap None 34.0.0rc4
2024-04-23T23:34:12.061022+00:00 GHSA Importer Affected by VCID-zwy3-fcfv-aaap https://github.com/advisories/GHSA-r48r-j8fx-mq2c 34.0.0rc4
2024-04-23T23:34:10.341685+00:00 GHSA Importer Affected by VCID-jsvy-z8yh-aaag None 34.0.0rc4
2024-04-23T23:34:08.635165+00:00 GHSA Importer Affected by VCID-jsvy-z8yh-aaag https://github.com/advisories/GHSA-5w8r-8pgj-5jmf 34.0.0rc4
2024-04-23T23:34:06.912525+00:00 GHSA Importer Affected by VCID-4auq-kdk4-aaad https://github.com/advisories/GHSA-6263-x97c-c4gg 34.0.0rc4
2024-04-23T23:34:05.142559+00:00 GHSA Importer Affected by VCID-4auq-kdk4-aaad None 34.0.0rc4
2024-04-23T23:27:33.976248+00:00 GHSA Importer Affected by VCID-wq91-ffgu-aaar https://github.com/advisories/GHSA-rfv9-x7hh-xc32 34.0.0rc4
2024-04-23T23:27:32.277746+00:00 GHSA Importer Affected by VCID-wq91-ffgu-aaar None 34.0.0rc4
2024-04-23T21:52:11.280596+00:00 GHSA Importer Affected by VCID-y524-aq48-aaaa None 34.0.0rc4
2024-04-23T21:52:09.872906+00:00 GHSA Importer Affected by VCID-y524-aq48-aaaa https://github.com/advisories/GHSA-23cm-x6j7-6hq3 34.0.0rc4
2024-01-10T06:25:12.049632+00:00 GitLab Importer Affected by VCID-tmux-yjb2-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-29529.yml 34.0.0rc2
2024-01-10T06:25:09.985271+00:00 GitLab Importer Affected by VCID-tmux-yjb2-aaan None 34.0.0rc2
2024-01-10T06:23:55.880569+00:00 GitLab Importer Affected by VCID-qkdy-epqa-aaas None 34.0.0rc2
2024-01-10T06:23:53.816118+00:00 GitLab Importer Affected by VCID-qkdy-epqa-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-28427.yml 34.0.0rc2
2024-01-10T06:12:07.522249+00:00 GitLab Importer Affected by VCID-zwy3-fcfv-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39251.yml 34.0.0rc2
2024-01-10T06:12:05.851693+00:00 GitLab Importer Affected by VCID-zwy3-fcfv-aaap None 34.0.0rc2
2024-01-10T06:12:04.173544+00:00 GitLab Importer Affected by VCID-jsvy-z8yh-aaag None 34.0.0rc2
2024-01-10T06:12:02.480433+00:00 GitLab Importer Affected by VCID-jsvy-z8yh-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39250.yml 34.0.0rc2
2024-01-10T06:12:00.799803+00:00 GitLab Importer Affected by VCID-4auq-kdk4-aaad None 34.0.0rc2
2024-01-10T06:11:58.334788+00:00 GitLab Importer Affected by VCID-4auq-kdk4-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39249.yml 34.0.0rc2
2024-01-10T06:10:43.907576+00:00 GitLab Importer Affected by VCID-wq91-ffgu-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-36059.yml 34.0.0rc2
2024-01-10T06:10:41.452171+00:00 GitLab Importer Affected by VCID-wq91-ffgu-aaar None 34.0.0rc2
2024-01-10T04:51:44.615399+00:00 GitLab Importer Affected by VCID-y524-aq48-aaaa None 34.0.0rc2
2024-01-10T04:51:42.552574+00:00 GitLab Importer Affected by VCID-y524-aq48-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2021-40823.yml 34.0.0rc2
2024-01-10T02:22:08.441837+00:00 GHSA Importer Affected by VCID-tmux-yjb2-aaan https://github.com/advisories/GHSA-6g67-q39g-r79q 34.0.0rc2
2024-01-10T02:22:04.243715+00:00 GHSA Importer Affected by VCID-tmux-yjb2-aaan None 34.0.0rc2
2024-01-10T02:17:42.677477+00:00 GHSA Importer Affected by VCID-qkdy-epqa-aaas https://github.com/advisories/GHSA-mwq8-fjpf-c2gr 34.0.0rc2
2024-01-10T02:17:36.654070+00:00 GHSA Importer Affected by VCID-qkdy-epqa-aaas None 34.0.0rc2
2024-01-10T01:34:22.157878+00:00 GHSA Importer Affected by VCID-zwy3-fcfv-aaap None 34.0.0rc2
2024-01-10T01:34:19.969352+00:00 GHSA Importer Affected by VCID-zwy3-fcfv-aaap https://github.com/advisories/GHSA-r48r-j8fx-mq2c 34.0.0rc2
2024-01-10T01:34:17.851327+00:00 GHSA Importer Affected by VCID-jsvy-z8yh-aaag None 34.0.0rc2
2024-01-10T01:34:15.793984+00:00 GHSA Importer Affected by VCID-jsvy-z8yh-aaag https://github.com/advisories/GHSA-5w8r-8pgj-5jmf 34.0.0rc2
2024-01-10T01:34:13.568914+00:00 GHSA Importer Affected by VCID-4auq-kdk4-aaad https://github.com/advisories/GHSA-6263-x97c-c4gg 34.0.0rc2
2024-01-10T01:34:10.233357+00:00 GHSA Importer Affected by VCID-4auq-kdk4-aaad None 34.0.0rc2
2024-01-10T01:25:16.720844+00:00 GHSA Importer Affected by VCID-wq91-ffgu-aaar https://github.com/advisories/GHSA-rfv9-x7hh-xc32 34.0.0rc2
2024-01-10T01:25:13.799231+00:00 GHSA Importer Affected by VCID-wq91-ffgu-aaar None 34.0.0rc2
2024-01-09T23:48:34.251185+00:00 GHSA Importer Affected by VCID-y524-aq48-aaaa None 34.0.0rc2
2024-01-09T23:48:32.166394+00:00 GHSA Importer Affected by VCID-y524-aq48-aaaa https://github.com/advisories/GHSA-23cm-x6j7-6hq3 34.0.0rc2
2024-01-03T23:11:39.552028+00:00 GitLab Importer Affected by VCID-tmux-yjb2-aaan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-29529.yml 34.0.0rc1
2024-01-03T23:11:37.715106+00:00 GitLab Importer Affected by VCID-tmux-yjb2-aaan None 34.0.0rc1
2024-01-03T23:10:28.840063+00:00 GitLab Importer Affected by VCID-qkdy-epqa-aaas None 34.0.0rc1
2024-01-03T23:10:27.008537+00:00 GitLab Importer Affected by VCID-qkdy-epqa-aaas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2023-28427.yml 34.0.0rc1
2024-01-03T22:59:09.900712+00:00 GitLab Importer Affected by VCID-zwy3-fcfv-aaap https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39251.yml 34.0.0rc1
2024-01-03T22:59:08.069234+00:00 GitLab Importer Affected by VCID-zwy3-fcfv-aaap None 34.0.0rc1
2024-01-03T22:59:06.402952+00:00 GitLab Importer Affected by VCID-jsvy-z8yh-aaag None 34.0.0rc1
2024-01-03T22:59:04.714676+00:00 GitLab Importer Affected by VCID-jsvy-z8yh-aaag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39250.yml 34.0.0rc1
2024-01-03T22:59:03.031759+00:00 GitLab Importer Affected by VCID-4auq-kdk4-aaad None 34.0.0rc1
2024-01-03T22:59:00.639257+00:00 GitLab Importer Affected by VCID-4auq-kdk4-aaad https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-39249.yml 34.0.0rc1
2024-01-03T22:57:48.229970+00:00 GitLab Importer Affected by VCID-wq91-ffgu-aaar https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2022-36059.yml 34.0.0rc1
2024-01-03T22:57:46.564376+00:00 GitLab Importer Affected by VCID-wq91-ffgu-aaar None 34.0.0rc1
2024-01-03T21:39:14.371950+00:00 GitLab Importer Affected by VCID-y524-aq48-aaaa None 34.0.0rc1
2024-01-03T21:39:12.982677+00:00 GitLab Importer Affected by VCID-y524-aq48-aaaa https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/matrix-js-sdk/CVE-2021-40823.yml 34.0.0rc1
2024-01-03T19:34:05.627830+00:00 GHSA Importer Affected by VCID-y524-aq48-aaaa None 34.0.0rc1
2024-01-03T19:34:04.252360+00:00 GHSA Importer Affected by VCID-y524-aq48-aaaa https://github.com/advisories/GHSA-23cm-x6j7-6hq3 34.0.0rc1