OSV 1.4.0 · github-reviewed · 修改于 2026-06-09 07:47
发布时间
2026-05-08 00:40
GitHub 审查时间
2026-05-08 00:40
NVD 发布时间
2026-05-28 02:16
源文件
advisories/github-reviewed/2026/05/GHSA-j944-w549-3453/GHSA-j944-w549-3453.json
A remote authenticated attacker who shares a room with a victim and has permissions to create room emotes (for example in a DM) can cause the victim's client to send their Matrix access token to an attacker-controlled server. This occurs when the victim opens the emoji or sticker picker for the room containing a malicious emote pack.
The root causes are:
(1) an incorrect fallback in EmojiBoard that uses untrusted pack.meta.avatar (user-controlled) without converting/validating it as an MXC URL, allowing arbitrary HTTP(S) URLs to be used; and
(2) the service worker attaching the user's Authorization bearer token to all outbound GET requests whose URL contains /_matrix/client/v1/media/download or /_matrix/client/v1/media/thumbnail without verifying the request host matches the configured homeserver origin. An attacker-controlled URL containing those path fragments and permissive CORS will receive the victim's Authorization header (access token).
Impacted users: anybody using affected Cinny web app versions who opens the emoji/sticker picker in a room containing a malicious emote pack and who is logged in (authenticated).
Version with fixes: https://github.com/cinnyapp/cinny/releases/tag/v4.10.3