matrix-js-sdk@31.4.0-rc.0 vulnerabilities

Matrix Client-Server SDK for Javascript

Direct Vulnerabilities

Known vulnerabilities in the matrix-js-sdk package. This does not include vulnerabilities belonging to this package’s dependencies.

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.
Fix for free
Vulnerability Vulnerable Version
  • M
Directory Traversal

matrix-js-sdk is a Matrix Client-Server SDK for Javascript

Affected versions of this package are vulnerable to Directory Traversal via crafted MXC URIs. An attacker can issue arbitrary authenticated GET requests to the client's homeserver by exploiting insufficient validation of the server-name and media-id components in MXC URIs.

How to fix Directory Traversal?

Upgrade matrix-js-sdk to version 34.11.1 or higher.

<34.11.1
  • H
Improper Authentication

matrix-js-sdk is a Matrix Client-Server SDK for Javascript

Affected versions of this package are vulnerable to Improper Authentication through the sendSharedHistoryKeys method. An attacker can intercept and obtain sensitive historical keys by injecting malicious devices into the communication without proper verification of the user's cryptographic identity. This is only exploitable if the client is running the legacy crypto stack.

Note:

This vulnerability does not affect users using the new Rust cryptography stack (i.e., those that call MatrixClient.initRustCrypto() instead of MatrixClient.initCrypto()).

How to fix Improper Authentication?

Upgrade matrix-js-sdk to version 34.8.0 or higher.

>=9.11.0 <34.8.0
  • M
Uncontrolled Recursion

matrix-js-sdk is a Matrix Client-Server SDK for Javascript

Affected versions of this package are vulnerable to Uncontrolled Recursion via the getRoomUpgradeHistory function. An attacker can cause the application to hang by crafting a room or room structure with cyclical predecessors.

How to fix Uncontrolled Recursion?

Upgrade matrix-js-sdk to version 34.3.1 or higher.

<34.3.1