<?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>DocumentProcessingToolkit - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/documentprocessingtoolkit/</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>Fri, 04 Sep 2026 15:31:16 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/documentprocessingtoolkit/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 Vulnerability in OWL DocumentProcessingToolkit</title><link>https://feed.craftedsignal.io/briefs/2026-09-owl-document-processing-toolkit-ssrf/</link><pubDate>Fri, 04 Sep 2026 15:31:16 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-owl-document-processing-toolkit-ssrf/</guid><description>The OWL DocumentProcessingToolkit is vulnerable to server-side request forgery in the extract_document_content tool, allowing attackers to perform prompt injection to exfiltrate internal resources.</description><content:encoded><![CDATA[<p>The OWL DocumentProcessingToolkit contains a critical server-side request forgery (SSRF) vulnerability within its extract_document_content tool. This flaw originates from a failure to perform adequate validation on caller-supplied URLs, specifically lacking necessary filtering for schemes, hosts, or IP addresses. Attackers can leverage prompt injection techniques to manipulate the input provided to the tool, compelling the server to perform requests against arbitrary internal network resources. Because the tool is designed to return the results of these fetches directly into the agent context, an attacker can effectively bridge the gap between public-facing inputs and protected internal network segments, potentially exfiltrating sensitive data that would otherwise be unreachable. This vulnerability poses a significant risk to any organization deploying the toolkit in an environment where the agent has access to internal endpoints.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows unauthorized access to internal resources by leveraging the server as a proxy. This can lead to the exfiltration of sensitive internal data, metadata, or configuration details, depending on the network services exposed internally. The impact is elevated by the automated nature of agent-based systems, which may grant the attacker seamless access to internal APIs or internal-only documentation services.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritize the immediate application of patches or vendor-provided updates for the DocumentProcessingToolkit as soon as they become available. Implement strict egress filtering on any server running the toolkit, restricting its ability to communicate with internal IP ranges or reserved network segments unless explicitly required for legitimate business processes. Ensure that any input provided to agentic tools is subjected to strict schema validation and allowlisting of URL schemes before being passed to the processing logic. Monitor webserver and application logs for unusual outbound request patterns originating from the DocumentProcessingToolkit process, specifically looking for requests directed at private network identifiers or internal hostnames.</p>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>