CVE-2025-59047 LOW

CVE-2025-59047: matrix-sdk-base has panic in the `RoomMember::normalized_power_level()` method

Vendor Matrix-Org
Product matrix-rust-sdk
Weakness CWE-682
Published September 11, 2025
Last update September 11, 2025

CVSS base score

2.7/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:U

What the vulnerability does

01Description

matrix-sdk-base is the base component to build a Matrix client library. In matrix-sdk-base before 0.14.1, calling the `RoomMember::normalized_power_level()` method can cause a panic if a room member has a power level of `Int::Min`. The issue is fixed in matrix-sdk-base 0.14.1. The affected method isn’t used internally, so avoiding calling `RoomMember::normalized_power_level()` prevents the panic.

Key dates

02Disclosure timeline

September 11, 2025 CVE published
September 11, 2025 Record updated