Vulnerability Description
matrix-sdk-ui provides GUI-centric utilities on top of matrix-rust-sdk. The message edit validation logic in the `matrix-sdk-ui` crate prior to 0.17.0 is missing a check: when replacing an encrypted event, the replacement event itself is not required to be encrypted. This enables a malicious homeserver administrators (or actors with equivalent power) to impersonate or spoof messages as if they were sent by a victim user. `matrix-sdk-ui` 0.17.0 fixes the message edit validation logic to align with the algorithm for replacement events[^1] described in the Matrix specification. No known workarounds are available.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/matrix-org/matrix-rust-sdk/pull/6454
- https://github.com/matrix-org/matrix-rust-sdk/releases/tag/matrix-sdk-0.16.1
- https://github.com/matrix-org/matrix-rust-sdk/security/advisories/GHSA-h97m-27fx
- https://rustsec.org/advisories/RUSTSEC-2026-0158.html
FAQ
What is CVE-2026-45057?
CVE-2026-45057 is a vulnerability with a CVSS score of 4.9 (MEDIUM). matrix-sdk-ui provides GUI-centric utilities on top of matrix-rust-sdk. The message edit validation logic in the `matrix-sdk-ui` crate prior to 0.17.0 is missing a check: when replacing an encrypted ...
How severe is CVE-2026-45057?
CVE-2026-45057 has been rated MEDIUM with a CVSS base score of 4.9/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-45057?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.