AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-73613

HIGH · CVSS 8.2 EPSS 0.36% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-13 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

Filebrowser versions prior to 2.63.19 are vulnerable to a file deletion flaw that allows authenticated users with only Create permissions to delete arbitrary files outside their intended scope. This vulnerability arises from the TUS upload cache eviction mechanism, where attackers can exploit symlink manipulation to bypass security checks. Organizations using affected versions should prioritize patching to mitigate the risk of unauthorized file deletions.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-73613
Severity
HIGH
CVSS
8.2
EPSS
0.36%

Original NVD 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.