Description
FileCodeBox before 2.4 contains a rate-limit bypass vulnerability in the IPRateLimit class that allows unauthenticated attackers to circumvent request throttling by supplying attacker-controlled X-Real-IP and X-Forwarded-For headers without verification of trusted reverse proxy origin. Attackers can supply unique spoofed IP values on each request to enumerate all possible share codes and retrieve other users' files without authentication.
Published: 2026-07-20
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

FileCodeBox a flaw in the IPRateLimit implementation that allows an attacker to bypass request throttling. By sending requests with attacker‑controlled "X-Real-IP" and "X-Forwarded-For" headers that are not verified as originating from a trusted reverse proxy, the rate‑limit can be circumvented. This is a CWE-348 vulnerability. The consequence is that an unauthenticated attacker can enumerate every possible share code and download files belonging to other users without authentication, exposing private data.

Affected Systems

All installations of FileCodeBox built before the 2.4 release are affected. The vendor, vastsa, released version 2.4 with the fix at the indicated release tag.

Risk and Exploitability

The CVSS score of 8.7 indicates a high severity. The EPSS score is less than 1%, indicating a very low exploitation probability. The lack of a KEV listing does not diminish its risk. Based on the description, the likely attack vector is remotely issuing standard HTTP requests from anywhere on the internet, relying only on the ability to set the spoofed headers.

Generated by OpenCVE AI on July 30, 2026 at 18:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade FileCodeBox to version 2.4 or later to apply the fixed IPRateLimit logic.
  • If an upgrade cannot be performed immediately, configure the environment so that X-Real-IP and X-Forwarded-For headers are accepted only from known, trusted reverse proxies, or enforce validation of applying rate limits.
  • Disable or tighten the anti‑brute‑force rate‑limit on the file‑sharing endpoints and require authentication for access until a patch is applied.

Generated by OpenCVE AI on July 30, 2026 at 18:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 28 Jul 2026 01:30:00 +0000

Type Values Removed Values Added
First Time appeared Lanol
Lanol filecodebox
CPEs cpe:2.3:a:lanol:filecodebox:*:*:*:*:*:*:*:*
Vendors & Products Lanol
Lanol filecodebox

Mon, 20 Jul 2026 22:30:00 +0000

Type Values Removed Values Added
First Time appeared Vastsa
Vastsa filecodebox
Vendors & Products Vastsa
Vastsa filecodebox

Mon, 20 Jul 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 20 Jul 2026 19:15:00 +0000

Type Values Removed Values Added
Description FileCodeBox before 2.4 contains a rate-limit bypass vulnerability in the IPRateLimit class that allows unauthenticated attackers to circumvent request throttling by supplying attacker-controlled X-Real-IP and X-Forwarded-For headers without verification of trusted reverse proxy origin. Attackers can supply unique spoofed IP values on each request to enumerate all possible share codes and retrieve other users' files without authentication.
Title FileCodeBox < 2.4 Anti-bruteforce Rate Limit Bypass via Spoofed Headers
Weaknesses CWE-348
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

cvssV4_0

{'score': 8.7, 'vector': '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'}


Subscriptions

Lanol Filecodebox
Vastsa Filecodebox
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-28T01:05:55.926Z

Reserved: 2026-07-20T11:58:54.523Z

Link: CVE-2026-64619

cve-icon Vulnrichment

Updated: 2026-07-20T20:16:09.429Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T18:45:06Z

Weaknesses
  • CWE-348

    Use of Less Trusted Source