Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-64619 – Unauthenticated Rate-Limit Bypass Leading to File Enumeration – FileCodeBox befo…

Be the first to know when new zero-days emerge:

Summary

CVE-2026-64619 is a high-severity rate-limit bypass vulnerability in FileCodeBox, a self-hosted anonymous file-sharing web application built on FastAPI and Vue3. The flaw exists in the IPRateLimit class, which blindly trusts attacker-supplied X-Real-IP and X-Forwarded-For HTTP headers without verifying that requests originate from a trusted reverse proxy — allowing unauthenticated remote attackers to bypass all request throttling, enumerate share codes, and retrieve other users’ files. The vulnerability is scored 8.7 (HIGH) under CVSS v4.0 and 7.5 (HIGH) under CVSS v3.1, and affects all FileCodeBox versions prior to 2.4.

Technical details

  • Root cause: The IPRateLimit class derives the client identifier from the X-Real-IP or X-Forwarded-For HTTP headers without validating that the request actually arrived through a trusted reverse proxy. Because these headers are fully attacker-controlled, a unique spoofed IP value can be supplied on every request to reset the rate counter (CWE-348: Use of Less Trusted Source).
  • Trigger conditions: No authentication, no special network position, and no prior account required. The attacker sends standard HTTP requests with manipulated headers.
  • Attack vector: Network (AV:N); low attack complexity (AC:L); no privileges required (PR:N); no user interaction (UI:N).
  • Impact — file disclosure: Share codes in FileCodeBox are short alphanumeric strings (~90,000 possible 5-digit values). With rate limiting defeated, an attacker can iterate the entire code space and retrieve every file or text snippet shared by any user on the instance.
  • Impact — upload abuse: The same header-spoofing technique defeats the upload rate limiter, enabling unauthorized storage consumption.
  • No public proof-of-concept was identified at time of publication (2026-07-20), though the technique is straightforward to reproduce from the vulnerability description alone.

Affected software

  • FileCodeBox (vendor: vastsa) — all versions before 2.4 (i.e., versions up to and including 2.3)

Severity

| Standard | Score | Rating | Vector |
|—|—|—|—|
| CVSS v4.0 | 8.7 | HIGH | CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N |
| CVSS v3.1 | 7.5 | HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N |

Mitigation and recommended actions

  • Immediate: Upgrade FileCodeBox to version 2.4 or later. The fix (commit 1b6d8e7) hardens share-rate limiting and code generation so the rate limiter no longer accepts unverified client-supplied IP headers as the throttling key.
  • If immediate patching is not possible: Restrict access to the FileCodeBox instance at the network perimeter (firewall rules, reverse-proxy IP allowlists) so that only trusted users can reach the file retrieval and upload endpoints. Ensure your reverse proxy is configured to strip and re-set X-Real-IP / X-Forwarded-For headers, preventing clients from injecting arbitrary values.

IONIX Status

The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge