CVE Catalog

CVE-2026-90929

HighCVSS 8.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.44%

35th percentile - higher than 35% of all known CVEs

Summary

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 and the failure-cleanup path calls Fs.RemoveAll on the request path, recursively deleting the entire tree. This cleanup is not gated by Perm.Delete or the checkDescendants rule, so an authenticated non-administrator with default Create and Modify permissions can delete directories they are not authorized to delete.

Risk Assessment

An authenticated non-administrator user can delete directories and files they should not have access to, causing data loss. The lack of a patched version increases the risk.

Recommendation

Restrict Create and Modify permissions to trusted users and consider disabling direct uploads until a patch is released. Regular data backups are recommended.

Other vulnerabilities in File Browser

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS