Security Advisory

CVE-2026-54414

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-06-19 05:41:44
Last updated 2026-08-10 11:44:02
Assigner TuranSec
CVSS score 9.8
State PUBLISHED

Description

FileRise before 3.16.0 is vulnerable to path traversal in the shared-folder upload endpoint (/api/folder/uploadToSharedFolder.php), leading to arbitrary file write and administrator account takeover. The upload filename is validated by FolderController with basename and REGEX_FILE_NAME, which permit URL-encoded sequences (the regex blocks / and \ but not %).