Summary
Plate: SSRF with response disclosure in DOCX image embedding
Advisory details
Summary
@platejs/docx-io can fetch remote image URLs while converting HTML to DOCX. When an application converts attacker-controlled HTML in a server-side or privileged environment, this can cause the application environment to make unintended outbound requests and include fetched image data in the generated DOCX.
Impact
Applications are affected when they use @platejs/docx-io to convert untrusted HTML that may contain remote image references, especially in server-side conversion workflows or environments with access to internal network resources.
Affected package:
@platejs/docx-ioversions< 53.3.2
Patched versions
Upgrade to @platejs/docx-io version 53.3.2 or later.
Workarounds
If you cannot upgrade immediately, do not pass untrusted HTML with remote image URLs to DOCX export. Sanitize untrusted HTML to remove remote image references, convert trusted images to data URIs before conversion, or run conversion in an environment with restricted outbound network access.
Credits
Thanks to EQSTLab for reporting this issue.
References
- https://github.com/advisories/GHSA-4q39-2jhr-7qx8
- https://github.com/udecode/plate/security/advisories/GHSA-4q39-2jhr-7qx8
- https://nvd.nist.gov/vuln/detail/CVE-2026-65842
- https://github.com/udecode/plate/pull/5053
- https://github.com/udecode/plate/commit/21aa59926f4bbd421027354823cca09c6700ed73
- https://github.com/udecode/plate/releases/tag/v53.3.2
Related vulnerabilities
All Supply chain →- CRITICALCVE-2026-75856
CodeWhale: SSRF bypass - TOCTOU on DNS failure for DNS pinning
- CRITICALCVE-2026-71428
unstructured: Server-Side Request Forgery in the URL-based partitioning
- HIGHCVE-2026-61704
link-preview-js DNS Rebinding SSRF Bypass / Incomplete Fix for CVE-2026-43897
- HIGHCVE-2026-75975
fast-uri vulnerable to server-side request forgery via malformed IPv6 normalization
- HIGHCVE-2026-75899
fast-uri vulnerable to server-side request forgery via repeated hostname percent-decoding
- MEDIUMCVE-2026-63311
NLTK: SSRF Fail-Open in validate_network_url() via DNS Resolution Failure