SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-62684

LOW · CVSS 2.7 EPSS 0.39% Public Exploit

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

CyberRota Analysis

AI-Generated

The vulnerability affects the File Browser interface, where sensitive information such as password hashes and bypass tokens can be exposed through specific API endpoints, allowing unauthorized access to protected shares. This could lead to offline password cracking and unauthorized access to user data. Organizations using versions prior to 2.63.17 should prioritize updating to the latest version to mitigate this risk.

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-62684
Severity
LOW
CVSS
2.7
EPSS
0.39%

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, the Link storage struct is serialized directly by sharePostHandler, shareListHandler, and shareGetsHandler through renderJSON, causing POST /api/share/{path} and GET /api/shares to expose password_hash and the bypass token, while an administrator can retrieve these secrets for every user's shares, enabling offline password cracking and direct access to protected shares. This issue is fixed in version 2.63.17.