<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cpe:2.3:a:plate:docx-Io:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3aplatedocx-io/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Thu, 03 Sep 2026 00:03:43 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3aplatedocx-io/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>SSRF and Response Disclosure in @platejs/docx-io</title><link>https://feed.craftedsignal.io/briefs/2026-09-plate-ssrf/</link><pubDate>Thu, 03 Sep 2026 00:03:43 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-plate-ssrf/</guid><description>The @platejs/docx-io library is vulnerable to Server-Side Request Forgery (SSRF) and response disclosure, allowing attackers to probe internal networks via malicious HTML image embeddings.</description><content:encoded><![CDATA[<p>The <code>@platejs/docx-io</code> library, versions prior to 53.3.2, contains a vulnerability where the HTML-to-DOCX conversion process insecurely fetches remote image URLs provided in the input HTML. When an application processes untrusted, attacker-controlled HTML in a server-side context, it triggers an outbound HTTP request from the host environment to the URL specified in the HTML.</p>
<p>This vulnerability (CVE-2026-65842) poses a significant risk for environments where internal network resources are accessible to the server running the conversion. Because the library embeds the fetched image data into the generated DOCX file, an attacker can leverage this mechanism to exfiltrate data from otherwise unreachable internal services or probe for open ports and services, resulting in a server-side response disclosure. Defenders should ensure all input is sanitized or processed in a network-isolated environment.</p>
<h2 id="impact">Impact</h2>
<p>The vulnerability affects applications that utilize <code>@platejs/docx-io</code> to convert untrusted HTML into DOCX files, particularly in server-side workflows. Successful exploitation enables unauthorized internal network probing and potential leakage of sensitive internal data into the exported document. All users are urged to upgrade to version 53.3.2 or later to mitigate the risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade the <code>@platejs/docx-io</code> package to version 53.3.2 or later immediately to patch CVE-2026-65842.</li>
<li>Implement strict input sanitization on all user-supplied HTML before it reaches the conversion engine to strip remote image source references.</li>
<li>Convert any necessary remote images into Base64-encoded Data URIs within the application layer prior to calling the library for DOCX conversion.</li>
<li>Isolate the conversion process within a sandboxed environment or a container with egress-restricted network access to prevent unauthorized outbound requests.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-vulnerability</category><category>ssrf</category><category>data-exfiltration</category></item></channel></rss>