<?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/"><channel><title>FileRun (&lt;= 2026.2.0) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/filerun--2026.2.0/</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>Tue, 11 Aug 2026 21:52:34 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/filerun--2026.2.0/feed.xml" rel="self" type="application/rss+xml"/><item><title>OS Command Injection in FileRun Thumbnail Generation</title><link>https://feed.craftedsignal.io/briefs/2026-08-filerun-rce/</link><pubDate>Tue, 11 Aug 2026 21:52:34 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-filerun-rce/</guid><description>FileRun versions up to 2026.2.0 contain a command injection vulnerability in the thumbnail generation component allowing authenticated attackers to execute arbitrary code.</description><content:encoded><![CDATA[<p>FileRun versions up to and including 2026.2.0 contain an OS command injection vulnerability located within the application's thumbnail generation system. The vulnerability exists because the application passes file names containing shell command substitution sequences directly to system-level execution functions without adequate sanitization or escaping via <code>escapeshellarg()</code>.</p>
<p>An authenticated attacker can exploit this by uploading a specially crafted file with a malicious filename (e.g., using syntax like <code>$(PAYLOAD).mp4</code>). When the system attempts to generate a thumbnail for the uploaded file using back-end utilities such as ffmpeg, ImageMagick, vips, or stl-thumb, the shell interprets the embedded payload. This allows for remote code execution on the host server under the privileges of the web application user. This flaw is particularly significant for environments where file uploads are permitted for authenticated users.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows an authenticated attacker to achieve arbitrary remote code execution on the server. This can lead to full system compromise, data exfiltration, or lateral movement within the environment. All deployments of FileRun version 2026.2.0 and earlier are susceptible.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade FileRun to the latest version as soon as a patch is available.</li>
<li>Identify and audit user upload directories for files containing shell metacharacters or suspicious extensions.</li>
<li>Monitor webserver logs for requests to thumbnail generation or upload endpoints that exhibit unusual query parameters or filename patterns.</li>
<li>Deploy the Sigma rule below to detect attempts to exploit CVE-2026-14863 by identifying shell injection patterns in the process lineage of thumbnail generation utilities.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>remote-code-execution</category><category>command-injection</category><category>file-upload</category></item></channel></rss>