<?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>File Browser - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/file-browser/</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>Mon, 08 Jan 2024 12:00:00 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/file-browser/feed.xml" rel="self" type="application/rss+xml"/><item><title>File Browser Proxy Authentication Bypass Vulnerability (CVE-2026-35607)</title><link>https://feed.craftedsignal.io/briefs/2024-01-file-browser-auth-bypass/</link><pubDate>Mon, 08 Jan 2024 12:00:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-01-file-browser-auth-bypass/</guid><description>File Browser versions before 2.63.1 improperly grant execution capabilities to new users created via proxy authentication, leading to privilege escalation.</description><content:encoded><![CDATA[<p>File Browser is a file management interface that allows users to upload, delete, preview, rename, and edit files. A vulnerability, identified as CVE-2026-35607, exists in versions prior to 2.63.1. This flaw stems from inconsistent application of a fix intended to restrict execution permissions for self-registered users. While the fix was correctly implemented for the signup handler (commit b6a4fb1), it was not applied to the proxy authentication handler. As a result, users automatically created upon their first successful proxy authentication login are inadvertently granted execution capabilities based on global defaults. This contradicts the intended security measure of preventing automatic accounts from inheriting execution rights. This vulnerability allows unauthorized users to execute commands, potentially leading to system compromise. The issue is resolved in File Browser version 2.63.1.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>A user attempts to access the File Browser interface via proxy authentication.</li>
<li>The File Browser instance, running a version prior to 2.63.1, authenticates the user through the proxy.</li>
<li>If the user does not already exist, the application automatically creates a new user account.</li>
<li>Due to the missing fix in the proxy authentication handler, the newly created user account is granted execution permissions.</li>
<li>The attacker leverages the granted execution permissions to execute arbitrary commands on the server.</li>
<li>These commands could be used to read sensitive files, modify system configurations, or install malicious software.</li>
<li>The attacker uses the file management interface to upload a malicious script.</li>
<li>The attacker executes the malicious script, achieving arbitrary code execution on the server, potentially leading to data exfiltration or system takeover.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-35607 allows unauthenticated or newly authenticated users to gain unauthorized execution privileges within the File Browser application. This can lead to the execution of arbitrary commands, potentially compromising the server hosting the application. The CVSS v3.1 base score for this vulnerability is 8.1, indicating a high level of severity. Depending on the server configuration, this could result in data breaches, system downtime, or complete system takeover.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade File Browser to version 2.63.1 or later to remediate CVE-2026-35607.</li>
<li>Implement the Sigma rule &quot;Detect File Browser Unauthorized Command Execution&quot; to identify potential exploitation attempts by monitoring for suspicious process creation events initiated by the File Browser process.</li>
<li>Review and restrict the default execution permissions for File Browser to minimize the impact of potential exploits.</li>
<li>Monitor web server logs for unusual activity associated with File Browser, specifically HTTP requests related to file uploads and execution.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>file-browser</category><category>authentication-bypass</category><category>privilege-escalation</category><category>cve-2026-35607</category></item></channel></rss>