OSV 1.4.0 · github-reviewed · 修改于 2026-09-03 06:14
发布时间
2026-09-03 06:14
GitHub 审查时间
2026-09-03 06:14
NVD 发布时间
2026-08-21 01:19
源文件
advisories/github-reviewed/2026/09/GHSA-4q39-2jhr-7qx8/GHSA-4q39-2jhr-7qx8.json
@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.
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-io versions < 53.3.2Upgrade to @platejs/docx-io version 53.3.2 or later.
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.
Thanks to EQSTLab for reporting this issue.