CVE-2026-54097
Deferred Deferred - Pending Action
File Browser Share Link Deletion Vulnerability

Publication date: 2026-06-25

Last updated on: 2026-06-25

Assigner: GitHub, Inc.

Description
File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to 2.63.6, a low-privileged authenticated user of filebrowser (with create + delete permissions in their own isolated scope) can silently destroy share-link records belonging to any other user β€” including the administrator β€” by performing a legitimate DELETE on a file in their own directory whose logical path happens to be a byte-prefix of another user's stored share.Link.Path. The file contents of the victim are not exposed, but the victim's share links are irrevocably wiped. This vulnerability is fixed in 2.63.6.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-25
Last Modified
2026-06-25
Generated
2026-06-26
AI Q&A
2026-06-25
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
filebrowser filebrowser 2.63.6
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-639 The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability affects File Browser versions prior to 2.63.6. It allows a low-privileged authenticated user, who has create and delete permissions within their own isolated directory scope, to silently delete share-link records that belong to other users, including administrators. This happens when the user deletes a file in their own directory whose logical path is a byte-prefix of another user's stored share link path. Although the contents of the victim's files are not exposed, the victim's share links are permanently deleted.

Compliance Impact

This vulnerability allows a low-privileged authenticated user to delete share-link records belonging to other users, including administrators, without authorization. Although the file contents are not exposed, the irrevocable deletion of share links can disrupt access controls and data sharing mechanisms.

Such unauthorized deletion of share links could impact compliance with standards like GDPR and HIPAA, which require strict controls over data access and integrity. The inability to maintain proper access controls and the potential denial-of-service on share links may lead to violations of data protection and availability requirements mandated by these regulations.

Detection Guidance

This vulnerability involves a low-privileged authenticated user deleting share-link records belonging to other users by exploiting a prefix matching issue in the DELETE operation on files within their own directory.

To detect exploitation attempts on your system, you should monitor DELETE requests made by authenticated users, especially those targeting files whose paths could be byte-prefixes of other users' share links.

Since the vulnerability is triggered by legitimate DELETE operations, detection can focus on unusual patterns of DELETE requests from users with limited permissions, such as multiple DELETE operations on files with short or common prefixes.

Suggested commands or approaches include:

  • Review FileBrowser server logs for DELETE HTTP requests and correlate them with user IDs and file paths.
  • Use command-line tools like grep or awk to filter logs for DELETE operations, for example: `grep 'DELETE' /path/to/filebrowser/logs`.
  • Look for patterns where a user performs DELETE operations on files with paths that are prefixes of other users' share links.
  • If you have access to the database or backend storage, query share-link records before and after suspicious DELETE operations to detect unexpected deletions.

Note that no specific detection commands are provided in the resources, so detection relies on monitoring and analyzing DELETE requests and share-link records.

Impact Analysis

The impact of this vulnerability is that an attacker with low privileges can irreversibly delete share links created by other users, including administrators. This can disrupt file sharing and collaboration by removing access points to shared files without exposing the file contents themselves.

Mitigation Strategies

To mitigate this vulnerability, you should upgrade File Browser to version 2.63.6 or later, where the issue is fixed.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-54097. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart