CVE-2026-73613
Received Received - Intake

File Deletion via Symlink in FileBrowser Before 2.63.19

Vulnerability report for CVE-2026-73613, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-13

Last updated on: 2026-08-13

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-13
Last Modified
2026-08-13
Generated
2026-08-13
AI Q&A
2026-08-13
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
filebrowser filebrowser to 2.63.19 (exc)
filebrowser filebrowser to 2.63.18 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-59 The product attempts to access a file based on the filename, but it does not properly prevent that filename from identifying a link or shortcut that resolves to an unintended resource.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability affects filebrowser versions before 2.63.19. It involves an out-of-scope file deletion flaw in the TUS upload cache eviction mechanism. Authenticated users with only Create permission can delete arbitrary files outside their designated scope by exploiting a symlink attack. Attackers swap an ancestor directory with a symlink during the cache TTL window, redirecting the os.Remove call to unintended targets, bypassing security checks.

Detection Guidance

Check filebrowser version with 'filebrowser version' or inspect running processes for filebrowser. Monitor for unexpected file deletions or symlink creation in upload directories. Review logs for TUS upload cache eviction errors or os.Remove calls targeting unintended paths.

Impact Analysis

An attacker could delete critical files outside their permissions, including other users' data or application files like filebrowser.db. This could lead to data loss, service disruption, or unauthorized access to sensitive information. The attack requires low privileges and network access but no user interaction.

Compliance Impact

This vulnerability could lead to unauthorized file deletion or data exposure, violating GDPR's integrity and confidentiality principles or HIPAA's access controls. Organizations using affected versions may face compliance violations, legal penalties, and reputational damage due to potential data breaches or loss of protected health information.

Mitigation Strategies

Upgrade filebrowser to version 2.63.19 or later immediately. Restrict Create permission users to trusted accounts. Disable TUS upload cache if not required. Implement filesystem monitoring for symlink changes in upload directories.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-73613. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart