All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-54094
HIGHpublished 2026-06-25 19:16 UTC · 3 days ago · modified 2026-06-25 19:58 UTC
7.5
CVSS / 10
// description
File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to 2.63.14, it does not stop the HTTP file handlers from following symbolic links before they open, serve, write, share, or list a file. As a result, a scoped user — and in some cases an unauthenticated public-share recipient — can cross the intended scope boundary by following a symlink whose path is lexically inside their scope but whose target is outside it. This vulnerability is fixed in 2.63.14.
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
// weaknesses (CWE)
- CWE-22
- CWE-59