Vulnerability Description
matrix-js-sdk is the Matrix Client-Server SDK for JavaScript and TypeScript. An attacker present in a room where an MSC3401 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. This is fixed in matrix-js-sdk 24.1.0. As a workaround, users may hold group calls in private rooms where only the exact users who are expected to participate in the call are present.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Matrix | Javascript Sdk | < 24.1.0 |
Related Weaknesses (CWE)
References
- https://github.com/matrix-org/matrix-js-sdk/releases/tag/v24.1.0Release Notes
- https://github.com/matrix-org/matrix-js-sdk/security/advisories/GHSA-6g67-q39g-rVendor Advisory
- https://github.com/matrix-org/matrix-spec-proposals/pull/3401Issue TrackingPatch
- https://github.com/matrix-org/matrix-js-sdk/releases/tag/v24.1.0Release Notes
- https://github.com/matrix-org/matrix-js-sdk/security/advisories/GHSA-6g67-q39g-rVendor Advisory
- https://github.com/matrix-org/matrix-spec-proposals/pull/3401Issue TrackingPatch
FAQ
What is CVE-2023-29529?
CVE-2023-29529 is a vulnerability with a CVSS score of 5.0 (MEDIUM). matrix-js-sdk is the Matrix Client-Server SDK for JavaScript and TypeScript. An attacker present in a room where an MSC3401 group call is taking place can eavesdrop on the video and audio of participa...
How severe is CVE-2023-29529?
CVE-2023-29529 has been rated MEDIUM with a CVSS base score of 5.0/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2023-29529?
Check the references section above for vendor advisories and patch information. Affected products include: Matrix Javascript Sdk.