<?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>FileCodeBox - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/filecodebox/</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, 20 Jul 2026 19:28:03 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/filecodebox/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-64619: FileCodeBox Rate Limit Bypass Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-07-filecodebox-rate-limit-bypass/</link><pubDate>Mon, 20 Jul 2026 19:28:03 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-filecodebox-rate-limit-bypass/</guid><description>Unauthenticated attackers can bypass rate limits in FileCodeBox versions before 2.4 due to a vulnerability in the IPRateLimit class, allowing them to enumerate share codes and retrieve other users' files without authentication by spoofing X-Real-IP and X-Forwarded-For headers without proper verification.</description><content:encoded><![CDATA[<p>CVE-2026-64619 describes a critical rate-limit bypass vulnerability affecting FileCodeBox versions prior to 2.4. This flaw resides within the <code>IPRateLimit</code> class, where the application fails to adequately verify the origin of <code>X-Real-IP</code> and <code>X-Forwarded-For</code> HTTP headers. Threat actors can exploit this by supplying unique, attacker-controlled IP values in these headers with each request, effectively circumventing the application's throttling mechanisms. This allows unauthenticated attackers to rapidly enumerate all possible share codes for files hosted on the platform. The primary goal of such an attack is to gain unauthorized access to and retrieve files belonging to other users, leading to data exfiltration. The vulnerability is attributed to a &quot;Use of Less Trusted Source&quot; (CWE-348) when processing these headers.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker identifies a FileCodeBox instance running a vulnerable version (prior to 2.4).</li>
<li>The attacker crafts HTTP requests targeting FileCodeBox endpoints that handle shared content or are subject to rate limiting for access attempts.</li>
<li>The attacker injects <code>X-Real-IP</code> and <code>X-Forwarded-For</code> HTTP headers into these requests, assigning unique, attacker-controlled IP addresses for each individual request.</li>
<li>The vulnerable <code>IPRateLimit</code> class in FileCodeBox processes these requests without adequately verifying the trustworthiness of the <code>X-Real-IP</code> and <code>X-Forwarded-For</code> headers.</li>
<li>This critical flaw bypasses the application's rate limiting mechanism, enabling the attacker to send a high volume of requests in rapid succession.</li>
<li>The attacker leverages these rapid requests to systematically enumerate or brute-force all possible share codes for files hosted on the platform.</li>
<li>Upon successfully identifying valid share codes, the attacker makes subsequent requests using these codes to retrieve the corresponding files.</li>
<li>The attacker successfully gains unauthorized access to and exfiltrates sensitive or private files belonging to other FileCodeBox users without requiring any form of authentication.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-64619 allows unauthenticated attackers to bypass security controls designed to prevent brute-force attacks and unauthorized access. The primary impact is the unauthorized retrieval of other users' files, potentially leading to widespread data exfiltration. While no specific victim counts or targeted sectors are provided in the advisory, any organization or individual using FileCodeBox versions prior to 2.4 could be at risk of having their shared files accessed by malicious actors without their consent. This can result in significant privacy breaches, exposure of sensitive information, and reputational damage.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately update FileCodeBox instances to version 2.4 or later to patch CVE-2026-64619. Refer to the GitHub release at <code>https://github.com/vastsa/FileCodeBox/releases/tag/V2.4</code>.</li>
<li>Review the commit <code>https://github.com/vastsa/FileCodeBox/commit/1b6d8e7277d3cfa34dc7a85803731d927b2147da</code> for details on the fix and implement similar robust verification of <code>X-Real-IP</code> and <code>X-Forwarded-For</code> headers if running a custom or forked version.</li>
<li>Monitor web server access logs for a high volume of requests with rapidly changing <code>X-Real-IP</code> or <code>X-Forwarded-For</code> headers, particularly those targeting file sharing or download endpoints.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>rate-limit-bypass</category><category>vulnerability</category><category>web-application</category><category>file-sharing</category><category>data-exfiltration</category><category>cve</category></item></channel></rss>