Skip to content

Commit e8dcb5d

Browse files
poljardkasak
andcommitted
chore: Add a changelog entry for the fix for GHSA-275g-g844-73jh
Co-authored-by: Denis Kasak <dkasak@termina.org.uk> Signed-off-by: Damir Jelić <poljar@termina.org.uk>
1 parent d0c0100 commit e8dcb5d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

crates/matrix-sdk-sqlite/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
<!-- next-header -->
66

77
## [Unreleased] - ReleaseDate
8+
### Security Fixes
9+
- Fix SQL injection vulnerability in `find_event_relations()` (related to [CVE-2025-53549](https://www.cve.org/CVERecord?id=CVE-2025-53549) / [GHSA-275g-g844-73jh](https://github.com/matrix-org/matrix-rust-sdk/security/advisories/GHSA-275g-g844-73jh))
10+
811

912
## [0.12.0] - 2025-06-10
1013

crates/matrix-sdk/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file.
66

77
## [Unreleased] - ReleaseDate
88

9+
### Security Fixes
10+
- Fix SQL injection vulnerability in `EventCache` (Moderate,
11+
[CVE-2025-53549](https://www.cve.org/CVERecord?id=CVE-2025-53549) /
12+
[GHSA-275g-g844-73jh](https://github.com/matrix-org/matrix-rust-sdk/security/advisories/GHSA-275g-g844-73jh)).
13+
914
### Bug fixes
1015

1116
- When joining a room via `Client::join_room_by_id()`, if the client has `enable_share_history_on_invite` enabled,

0 commit comments

Comments
 (0)