<?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>Cve-2026-92816 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-92816/</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>Wed, 16 Sep 2026 21:58:20 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-92816/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>Path Traversal in ComfyUI Dataset Save Nodes</title><link>https://feed.craftedsignal.io/briefs/2026-09-comfyui-path-traversal/</link><pubDate>Wed, 16 Sep 2026 21:58:20 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-comfyui-path-traversal/</guid><description>ComfyUI versions prior to 0.30.0 are vulnerable to path traversal via unsanitized input in dataset save nodes, allowing attackers to write arbitrary files and potentially achieve code execution.</description><content:encoded><![CDATA[<p>ComfyUI versions before 0.30.0 contain a critical path traversal vulnerability (CVE-2026-92816) within its dataset save nodes. The application fails to properly sanitize the 'folder_name' parameter, which is used to define the destination directory for saved files. By providing a crafted 'folder_name' string containing directory traversal sequences, an authenticated or remote attacker can escape the intended output directory and write files to arbitrary locations on the host filesystem. This vulnerability is particularly dangerous in the context of ComfyUI, as an attacker with the ability to write files to the filesystem can overwrite critical startup scripts, configuration files, or package initialization modules. Successful exploitation leads to arbitrary code execution within the security context of the ComfyUI process. Users are advised to upgrade to version 0.30.0 or later to mitigate this risk.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a target instance of ComfyUI running a version earlier than 0.30.0.</li>
<li>Attacker crafts a malicious workflow containing a dataset save node configuration.</li>
<li>Attacker sets the 'folder_name' parameter in the dataset save node to include directory traversal sequences (e.g., ../../../).</li>
<li>Attacker uploads or executes the crafted workflow within the ComfyUI interface.</li>
<li>ComfyUI backend processes the 'folder_name' input without sanitization.</li>
<li>The application performs a file write operation to the destination path specified by the traversal sequences.</li>
<li>Attacker overwrites a system-level startup script or Python package initialization file with malicious code.</li>
<li>Upon restart of the ComfyUI service or specific process execution, the malicious code is triggered, resulting in code execution.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The vulnerability carries a CVSS v3.1 base score of 7.8. Successful exploitation allows for arbitrary file write, which facilitates full system compromise via code execution. This impacts any organization or individual running vulnerable versions of ComfyUI in environments where the service is accessible to untrusted parties.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized actions for security teams:</p>
<ul>
<li>Patch ComfyUI: Upgrade all instances to version 0.30.0 or later immediately to address CVE-2026-92816.</li>
<li>Review Audit Logs: Investigate webserver logs for requests involving dataset save nodes that contain non-alphanumeric characters or path traversal sequences like '../'.</li>
<li>Restrict Access: Ensure ComfyUI instances are not exposed to the public internet and restrict access to authenticated, trusted users only.</li>
<li>Principle of Least Privilege: Run the ComfyUI service under a dedicated, low-privileged user account to limit the impact of potential code execution scenarios.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>web-vulnerability</category><category>path-traversal</category><category>cve-2026-92816</category></item></channel></rss>