<?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-100676 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-100676/</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>Sat, 26 Sep 2026 19:00:23 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-100676/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>Local File Disclosure and Denial of Service in Stoatchat January Service</title><link>https://feed.craftedsignal.io/briefs/2026-09-stoatchat-svg-rfi/</link><pubDate>Sat, 26 Sep 2026 19:00:23 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-stoatchat-svg-rfi/</guid><description>An unauthenticated remote attacker can exploit an improper SVG resolution vulnerability in the Stoatchat January media proxy to perform local file enumeration, arbitrary file disclosure, and memory exhaustion via unbounded filesystem I/O.</description><content:encoded><![CDATA[<p>The January media proxy and embed service within the Stoatchat platform (versions prior to 0.15.5) contains a critical vulnerability regarding how it handles SVG files containing external references. When the service is instructed to proxy an attacker-controlled SVG file via the /proxy endpoint, it fails to sanitize or validate &lt;image href&gt; tags. Instead, it attempts to resolve these paths against the local filesystem.</p>
<p>An unauthenticated remote attacker can exploit this behavior in three ways: by using timing side-channels to determine the existence of local files, by forcing the re-encoding of local image files to disclose their contents, and by generating massive, unbounded filesystem I/O and memory usage. This resource-intensive exploitation can exhaust system memory and disk throughput, leading to a denial-of-service condition. Research indicates a single request can trigger over 4 GB of file reads. This flaw is patched in version 0.15.5.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker hosts a malicious SVG file on an external server containing a crafted &lt;image href&gt; tag targeting a local system path.</li>
<li>Attacker sends a GET/POST request to the target's /proxy endpoint, providing the URL of the malicious SVG file.</li>
<li>The January service fetches the SVG file and parses the contents.</li>
<li>The service encounters the &lt;image href&gt; tag and attempts to resolve the provided path on the local filesystem.</li>
<li>Attacker observes response times (timing side-channel) to confirm the existence of specific files on the server.</li>
<li>Service reads the targeted local files into memory, performing re-encoding operations.</li>
<li>Attacker requests the proxied output, receiving the disclosed local image content.</li>
<li>Concurrent requests lead to excessive I/O and memory pressure, triggering a service crash or system-wide denial-of-service.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation leads to the unauthorized disclosure of local image files and denial-of-service. The vulnerability allows an unauthenticated attacker to probe the filesystem structure and extract local image data. Furthermore, the lack of resource constraints allows a single attacker to cause significant system instability through memory exhaustion, potentially impacting all services hosted on the same infrastructure.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Upgrade the Stoatchat January media proxy service to version 0.15.5 or later immediately.</li>
<li>Implement strict egress filtering on the January service host to prevent it from reaching arbitrary external URLs for image proxying if not required by business logic.</li>
<li>Monitor webserver logs for excessive requests to the /proxy endpoint, especially those referencing internal or system-like directory paths, to identify exploitation attempts.</li>
<li>Deploy network-based rate limiting on the /proxy endpoint to mitigate potential denial-of-service attempts.</li>
</ol>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>file-disclosure</category><category>denial-of-service</category><category>web-application</category><category>cve-2026-100676</category></item></channel></rss>