<?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>DayuanJiang - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/dayuanjiang/</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, 13 Aug 2026 19:43:51 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/dayuanjiang/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 Next AI Draw.io</title><link>https://feed.craftedsignal.io/briefs/2026-08-next-ai-drawio-ssrf/</link><pubDate>Thu, 13 Aug 2026 19:43:51 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-next-ai-drawio-ssrf/</guid><description>Next AI Draw.io versions 0.4.16 and earlier are vulnerable to unauthenticated SSRF via the /api/parse-url endpoint due to incomplete hostname validation.</description><content:encoded><![CDATA[<p>Next AI Draw.io versions 0.4.16 and earlier contain a server-side request forgery (SSRF) vulnerability in the POST /api/parse-url endpoint. The vulnerability arises because the application performs hostname validation using static string pattern matching rather than resolving the provided input via DNS. This allows an unauthenticated attacker to supply a crafted hostname that bypasses the initial string-based filter but resolves to internal infrastructure addresses upon execution. Successful exploitation enables an attacker to reach arbitrary internal HTTP services, potentially exfiltrating sensitive data, internal service responses, or cloud instance metadata (e.g., AWS/GCP/Azure IMDS). The issue was identified as a security risk where the lack of proper DNS-based validation allows attackers to probe and access resources within the host's internal network segment.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows unauthenticated remote attackers to perform SSRF attacks against internal network resources. This can result in unauthorized access to internal services, discovery of internal network topology, and the exfiltration of sensitive configuration data or cloud provider metadata. This vulnerability poses a significant risk to organizations running this software in cloud-native environments where internal metadata services are reachable from the application host.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized, concrete actions for detection engineering teams:</p>
<ul>
<li>Patch the Next AI Draw.io application to a version beyond 0.4.16 as soon as a fix is provided by the maintainer.</li>
<li>Deploy the Sigma rule below to monitor for exploitation attempts targeting the /api/parse-url endpoint.</li>
<li>Restrict network access for the server running Next AI Draw.io to prevent it from reaching internal metadata services (e.g., 169.254.169.254) and sensitive internal endpoints.</li>
<li>Implement egress filtering to limit the application's ability to initiate connections to unauthorized internal IP ranges.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>