---
id: CVE-2026-62684
title: >-
  File Browser is a file managing interface for uploading, deleting, previewing,
  renaming, and editing files within a specified directory
summary: >-
  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,
  shareListHandl…
severity: low
cvss: 2.7
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N'
cwe:
  - CWE-200
  - CWE-522
vendor: filebrowser
product: github.com/filebrowser/filebrowser/v2
affected:
  - github.com/filebrowser/filebrowser/v2 <= 2.63.16
patched:
  - github.com/filebrowser/filebrowser/v2 2.63.17
published: '2026-08-18'
updated: '2026-09-18'
sourceUpdated: '2026-09-18T20:09:01.757'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-62684'
references:
  - url: >-
      https://github.com/filebrowser/filebrowser/commit/ec130546713c44cd24556907552ac554c7f809c9
    label: security-advisories@github.com
  - url: 'https://github.com/filebrowser/filebrowser/releases/tag/v2.63.17'
    label: security-advisories@github.com
  - url: >-
      https://github.com/filebrowser/filebrowser/security/advisories/GHSA-833g-cqhp-h72j
    label: security-advisories@github.com
  - url: 'https://github.com/advisories/GHSA-833g-cqhp-h72j'
tags:
  - nvd
  - ghsa
  - go
epss: 0.00432
epssPercentile: 0.34943
aliases:
  - GHSA-833g-cqhp-h72j
ecosystem: go
ingestedAt: '2026-07-20T22:43:35.148Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-62684)

Affected packages:

- `github.com/filebrowser/filebrowser/v2 <= 2.63.16`

Patched in:

- `github.com/filebrowser/filebrowser/v2 2.63.17`

Source: https://github.com/advisories/GHSA-833g-cqhp-h72j
