<?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>Froxlor (&lt; 2.3.12) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/froxlor--2.3.12/</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 14:59:41 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/froxlor--2.3.12/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>Arbitrary File Deletion in Froxlor via Symlink Following</title><link>https://feed.craftedsignal.io/briefs/2026-09-froxlor-symlink-deletion/</link><pubDate>Sat, 26 Sep 2026 14:59:41 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-froxlor-symlink-deletion/</guid><description>Froxlor versions through 2.3.10 are vulnerable to arbitrary file deletion where authenticated users can plant symlinks to trigger recursive deletion by a root-privileged cron task, leading to potential data destruction.</description><content:encoded><![CDATA[<p>Froxlor versions through 2.3.10 contain a critical vulnerability in the deleteFtpData cron task (Task 8). When an FTP account is deleted, the application queues this task to clean up associated data. The task execution flow invokes FileDir::makeCorrectDir() without the $fixed_homedir argument, causing the system to skip necessary symlink component path walking. Subsequently, the application executes a recursive 'rm -rf' operation with root privileges on the resulting path.</p>
<p>Because the application appends a trailing slash to the path before execution, the underlying GNU rm utility is forced to dereference symlinks. An authenticated user with write access to their designated FTP home directory can place a symbolic link in the target path after the task is queued but before the cron job executes. This allows the attacker to redirect the recursive deletion operation to arbitrary directories on the host filesystem, resulting in cross-tenant data loss and host-level denial of service. This vulnerability is addressed in Froxlor version 2.3.12.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker obtains authenticated access to an FTP account managed by the target Froxlor instance.</li>
<li>Attacker initiates the deletion of their own FTP account via the Froxlor interface, triggering the scheduling of the deleteFtpData cron task.</li>
<li>Attacker identifies the target path that will be processed by the upcoming root-privileged cron cleanup job.</li>
<li>Attacker plants a symbolic link pointing to a critical system directory (e.g., /etc or a peer tenant's data directory) within the expected FTP home path.</li>
<li>The system root user executes the scheduled cron task, which resolves the path containing the attacker-controlled symlink.</li>
<li>The 'rm -rf' command dereferences the symlink and recursively deletes the contents of the target directory.</li>
<li>Final impact is realized as system instability, data loss, or total host denial of service.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows an authenticated customer to perform arbitrary file deletion with root privileges. This can result in the destruction of cross-tenant data, the deletion of critical system configuration files, or a complete host denial of service. Given the broad permissions of the cron task, the potential for widespread data corruption is significant.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritize the update of all Froxlor installations to version 2.3.12 or later to include the patch for CVE-2026-100715. For environments that cannot be patched immediately, restrict user access to FTP home directories and audit the filesystem for unexpected symbolic links located within directories managed by Froxlor's cleanup cron tasks. Ensure that file system auditing is enabled to track 'rm' executions by the root user that target directories outside of expected user homedirs.</p>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>information-disclosure</category><category>api-security</category><category>credential-access</category><category>authentication-bypass</category><category>vulnerability</category><category>webserver</category><category>web-vulnerability</category><category>authorization-bypass</category><category>spoofing</category></item></channel></rss>