Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/filebrowser/filebrowser/v2
  4. ›
  5. CVE-2026-62684

CVE-2026-62684: File Browser: Share API exposes the password hash and bypass token

July 20, 2026

When a user creates a password-protected share or lists existing shares, the JSON response includes the full bcrypt password_hash and the secret token of the share. The Link storage struct is serialized directly with json.Marshal and tags password_hash and token for output, with no field filtering. Any authenticated user receives these secrets for their own shares, and an administrator listing all shares via GET /api/shares receives the password hash and bypass token for every user’s shares, enabling offline cracking of share passwords and direct password-bypass access to protected shares.

References

  • github.com/advisories/GHSA-833g-cqhp-h72j
  • github.com/filebrowser/filebrowser/security/advisories/GHSA-833g-cqhp-h72j
  • nvd.nist.gov/vuln/detail/CVE-2026-62684

Code Behaviors & Features

Detect and mitigate CVE-2026-62684 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2.63.17

Fixed versions

  • 2.63.17

Solution

Upgrade to version 2.63.17 or above.

Impact 2.7 LOW

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor
  • CWE-522: Insufficiently Protected Credentials

Source file

go/github.com/filebrowser/filebrowser/v2/CVE-2026-62684.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sun, 09 Aug 2026 12:19:29 +0000.