A server-side request forgery (SSRF) vulnerability exists in the @platejs/docx-io package of the Plate rich-text editor prior to version 53.3.2. The vulnerability arises when the htmlToDocxBlob function processes attacker-controlled HTML containing remote image URLs in a server-side or privileged environment. The converter fetches these remote URLs without adequate restrictions, enabling attackers to make requests to internal network resources. Fetched image bytes are embedded in the generated DOCX file, resulting in response disclosure of internal data. Additionally, attackers can cause resource exhaustion by directing the server to fetch large or slow remote responses. The issue has been patched in version 53.3.2 of the Plate library.