<?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>Stable Diffusion WebUI - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/stable-diffusion-webui/</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, 21 Aug 2026 15:25:32 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/stable-diffusion-webui/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 Stable Diffusion WebUI</title><link>https://feed.craftedsignal.io/briefs/2026-08-path-traversal-sd-webui/</link><pubDate>Fri, 21 Aug 2026 15:25:32 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-path-traversal-sd-webui/</guid><description>A path traversal vulnerability in Stable Diffusion WebUI allows unauthorized file disclosure via symlink manipulation when IIB access control is active.</description><content:encoded><![CDATA[<p>CVE-2026-77815 affects the Image-to-Image Browser (IIB) extension within Stable Diffusion WebUI. The vulnerability resides in the <code>to_abs_path</code> function located in <code>scripts/iib/tool.py</code>, which utilizes <code>os.path.normpath</code> to normalize file paths. Because <code>os.path.normpath</code> does not resolve symbolic links, the path validation logic (<code>is_path_trusted</code>) can be bypassed. An attacker who can influence the filesystem by creating a symbolic link within a scanned directory can point that link to sensitive files outside the intended root. If the IIB access control feature is enabled - either manually via the <code>IIB_ACCESS_CONTROL</code> environment variable or automatically when the WebUI is launched with network-exposing arguments like <code>--share</code> or <code>--listen</code> - the <code>FileResponse</code> function will follow the symlink and serve the contents of the target file, such as <code>/etc/passwd</code>, to the requester.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in arbitrary local file disclosure of any file readable by the user process running the Stable Diffusion WebUI. This poses a significant risk for server-side information disclosure, potentially exposing configuration files, credentials, or system sensitive data in exposed WebUI deployments.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Update the Stable Diffusion WebUI and the Image-to-Image Browser (IIB) extension to the latest version where <code>os.path.realpath</code> has replaced <code>os.path.normpath</code> for path resolution.</li>
<li>For deployments where the update is not immediately feasible, ensure <code>IIB_ACCESS_CONTROL</code> is set to 'disable' only if the deployment is fully isolated and does not require file path confinement, or conversely, restrict filesystem write access to the directories scanned by the extension.</li>
<li>Audit the filesystem for unauthorized symbolic links within the directories monitored by the IIB extension.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>