SEPTEMBER 9, 2026
Live Feed
Back to database
Case File

CVE-2026-62685

HIGH · CVSS 8.1 EPSS 0.32% Public Exploit

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

CyberRota Analysis

AI-Generated

File Browser versions prior to 2.63.17 are vulnerable to a directory traversal issue that allows multiple users to inadvertently share the same home directory due to improper normalization of usernames. This flaw can lead to unauthorized access, enabling one user to read and write files belonging to another user. Organizations using affected versions should prioritize upgrading to the fixed version to mitigate the risk of data breaches and unauthorized file access.

Public Exploit Signal

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

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

CVE
CVE-2026-62685
Severity
HIGH
CVSS
8.1
EPSS
0.32%

Original NVD Description

File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to 2.63.17, File Browser builds new user scopes from usernames passed through cleanUsername() when Signup=true and CreateUserDir=true, but the many-to-one normalization can collapse usernames such as team/one, team one, and team-one to the same home directory without checking whether the resulting scope is already taken, allowing a second registrant to gain full read and write access to another user's files. This issue is fixed in version 2.63.17.