CVE-2026-90929: File Browser 2.5.0 Directory Deletion via Upload Failure Cleanup

Published Sep 14, 2026
·
Updated

File Browser versions >= 2.5.0 and <= 2.63.23 contain an incorrect authorization flaw in the direct-upload endpoint (resourcePostHandler in http/resource.go). Unlike the TUS upload handler, the direct-upload handler does not reject a target that is an existing directory; a POST with ?override=true aimed at a directory fails inside writeFile (a directory cannot be opened for writing) and the failure-cleanup path then calls Fs.RemoveAll on the request path, recursively deleting the entire tree. This cleanup is gated by neither the Perm.Delete permission nor the checkDescendants rule walk applied by the delete and patch handlers, so an authenticated non-administrator holding only the default Create and Modify permissions can delete directories they are not authorized to delete, including rule-denied files within them. Deletion remains confined to the user's scope because ScopedFs.RemoveAll still enforces the scope guard. The faulty cleanup was introduced in v2.5.0; no patched version is available.

Affected Software

1 affected component
File Browser>=2.5.0<=2.63.23

Event History

Sep 14, 2026
CVE Published
via MITRE·12:48 PM
Data Sourced
via MITRE·12:48 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Who can exploit this issue?

An authenticated non-administrator can exploit it if they have Create and Modify permissions, which are described as the default permissions. The affected versions are 2.5.0 through 2.63.23.

2

What does an attacker need to send to trigger the deletion?

The attacker needs to use the direct-upload endpoint with override=true and target an existing directory. The upload fails because the target is a directory, after which the failure-cleanup path recursively removes the requested path.

3

Does withholding Delete permission prevent exploitation?

No. The vulnerable cleanup path is not gated by the Perm.Delete permission and does not apply the checkDescendants rule walk used by normal delete and patch handlers.

4

How far can an unauthorized deletion reach?

Deletion can recursively remove the targeted directory tree, including files denied by descendant rules. It remains limited to the authenticated user's configured scope because ScopedFs.RemoveAll enforces the scope guard.

5

Is a patched version available?

No patched version is available according to the provided information.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203