Description
filebrowser versions before 2.63.19 contain an out-of-scope file deletion vulnerability in the TUS upload cache eviction mechanism that allows authenticated users with only Create permission to delete arbitrary files outside their scope. Attackers can swap an ancestor directory with a symlink during the cache TTL window to redirect the raw os.Remove call to an out-of-scope target, bypassing ScopedFs scope guards and Perm.Delete checks.
Published: 2026-08-13
Score: 7.2 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an authenticated user with Create permission to delete arbitrary files outside the intended scope by manipulating the TUS upload cache eviction mechanism. During the cache time‑to‑live window, an attacker can replace an ancestor directory with a symlink so that the underlying os.Remove call targets an out-of-scope file. This leads to unintended data loss or modification, impacting the confidentiality, integrity, and availability of the affected system.

Affected Systems

filebrowser filebrowser users running any version before 2.63.19 are affected. The issue is present in all installations of the TUS upload feature in such versions.

Risk and Exploitability

The CVSS score of 7.2 indicates high severity. The exploit requires authenticated access with Create rights and knowledge of cache eviction timing, which makes the attack vector a remote, authenticated attack. EPSS is not available and the vulnerability is not listed in the CISA KEV catalog, but the potential for arbitrary deletion gives it a high risk for systems that lack strict permission controls or monitoring.

Generated by OpenCVE AI on August 13, 2026 at 12:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade filebrowser to version 2.63.19 or later to apply the vendor fix.
  • If an upgrade is not immediately possible, disable the TUS upload feature or restrict the Create permission to a minimal trusted set of users.
  • As a temporary mitigation, monitor the upload cache directory for unexpected symlinks and validate file paths to prevent out-of-scope deletions.

Generated by OpenCVE AI on August 13, 2026 at 12:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 13:00:00 +0000

Type Values Removed Values Added
First Time appeared Filebrowser
Filebrowser filebrowser
Vendors & Products Filebrowser
Filebrowser filebrowser

Thu, 13 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
Description filebrowser versions before 2.63.19 contain an out-of-scope file deletion vulnerability in the TUS upload cache eviction mechanism that allows authenticated users with only Create permission to delete arbitrary files outside their scope. Attackers can swap an ancestor directory with a symlink during the cache TTL window to redirect the raw os.Remove call to an out-of-scope target, bypassing ScopedFs scope guards and Perm.Delete checks.
Title filebrowser before 2.63.19 Out-of-Scope File Deletion via Symlink
Weaknesses CWE-59
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Filebrowser Filebrowser
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-13T11:28:16.532Z

Reserved: 2026-08-13T11:16:27.835Z

Link: CVE-2026-73613

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-13T12:17:26.043

Modified: 2026-08-13T12:17:26.043

Link: CVE-2026-73613

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T12:45:03Z

Weaknesses
  • CWE-59

    Improper Link Resolution Before File Access ('Link Following')