Security Advisory

CVE-2026-47733

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-06-24 20:51:29
Last updated 2026-06-25 14:46:51
Assigner GitHub_M
CVSS score 4.4
State PUBLISHED

Description

Rocket.Chat is an open-source, secure, fully customizable communications platform. Prior to 8.5.0, the ImageElement component in packages/gazzodown renders user-controlled src values directly into <a href> and <img src> attributes without protocol sanitization. Unlike the analogous LinkSpan component — which uses sanitizeUrl to block javascript:, data:, and vbscript: protocols — ImageElement passes the raw URL through unchanged. An authenticated user can post a markdown image with a javascript: URL that, if clicked on an older browser, would execute arbitrary JavaScript in the viewer's session. This vulnerability is fixed in 8.5.0.