Description
A vulnerability was detected in vastsa FileCodeBox up to 2.3. This vulnerability affects the function update_file_usage of the file apps/base/views.py of the component Pickup Limit Handler. Performing a manipulation results in race condition. It is possible to initiate the attack remotely. The exploit is now public and may be used. Upgrading to version 2.5.0 is able to resolve this issue. The patch is named 8d7d856c62d73badd0797eb4daec8d2ff10a403a. Upgrading the affected component is recommended.
Published: 2026-08-30
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw is a race condition in the update_file_usage view of vastsa FileCodeBox’s Pickup Limit Handler accessed via file apps/base/views.py. When an attacker manipulates the input concurrently, the function can process out‑of‑order updates, leading to inconsistent or incorrect file usage bookkeeping. This can be abused to falsify usage statistics, bypass rate limits, or corrupt internal state, which may compromise data integrity or service availability.

Affected Systems

The vulnerability exists in vastsa‑maintained FileCodeBox versions up to and including 2.3.0. The fix is available in release 2.5.0 and later. The affected component is the PickUp Limit Handler found within the file apps/base/views.py module. Upgrading to version 2.5.0 removes the race condition.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate to high risk. EPSS is not reported, and the vulnerability is not in KEV, but the public exploit is available and can be launched remotely through the update_file_usage endpoint. Attackers could exploit the race condition by sending concurrent requests that cause the server to hold stale data. Given the lack of mitigation in the current code, the risk of exploitation is realistic for actively used systems until patched.

Generated by OpenCVE AI on August 30, 2026 at 15:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade FileCodeBox to version 2.5.0 or later, which contains the race‑condition fix.
  • Verify that the update_file_usage endpoint no longer allows concurrent conflicting updates; review code if custom changes were applied.
  • Deploy monitoring or logging to detect abnormal file usage patterns that could indicate attempted exploitation.

Generated by OpenCVE AI on August 30, 2026 at 15:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 30 Aug 2026 13:00:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in vastsa FileCodeBox up to 2.3. This vulnerability affects the function update_file_usage of the file apps/base/views.py of the component Pickup Limit Handler. Performing a manipulation results in race condition. It is possible to initiate the attack remotely. The exploit is now public and may be used. Upgrading to version 2.5.0 is able to resolve this issue. The patch is named 8d7d856c62d73badd0797eb4daec8d2ff10a403a. Upgrading the affected component is recommended.
Title vastsa FileCodeBox Pickup Limit views.py update_file_usage race condition
First Time appeared Vastsa
Vastsa filecodebox
Weaknesses CWE-362
CPEs cpe:2.3:a:vastsa:filecodebox:*:*:*:*:*:*:*:*
Vendors & Products Vastsa
Vastsa filecodebox
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:OF/RC:C'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O/RC:C'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O/RC:C'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Vastsa Filecodebox
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-30T12:45:11.353Z

Reserved: 2026-08-29T17:47:33.615Z

Link: CVE-2026-82543

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-30T13:16:56.447

Modified: 2026-08-30T13:16:56.447

Link: CVE-2026-82543

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-30T15:15:04Z

Weaknesses
  • CWE-362

    Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')