CVE-2026-54414

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 %).
Configurations

No configuration.

History

No history.

Information

Published : 2026-06-19 06:17

Updated : 2026-08-10 12:17


NVD link : CVE-2026-54414

Mitre link : CVE-2026-54414

CVE.ORG link : CVE-2026-54414


JSON object : View

Products Affected

No product.

CWE
CWE-22

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

CWE-434

Unrestricted Upload of File with Dangerous Type