CVE-2026-33071
MEDIUMFileRise: WebDAV upload path bypasses filename validation enforced by regular uploads
Title source: cnaDescription
FileRise is a self-hosted web file manager / WebDAV server. In versions prior to 3.8.0, the WebDAV upload endpoint accepts any file extension including .phtml, .php5, .htaccess, and other server-side executable types, bypassing the filename validation enforced by the regular upload path. In non-default deployments lacking Apache's LocationMatch protection, this leads to remote code execution. When files are uploaded via WebDAV, the createFile() method in FileRiseDirectory.php and the put() method in FileRiseFile.php accept the filename directly from the WebDAV client without any validation. In contrast, the regular upload endpoint in UploadModel::upload() validates filenames against REGEX_FILE_NAME. This issue is fixed in version 3.8.0.
References (2)
Core 2
Core References
X_Refsource_Confirm x_refsource_confirm
https://github.com/error311/FileRise/security/advisories/GHSA-46gv-gf5f-wvr2
X_Refsource_Misc x_refsource_misc
https://github.com/error311/FileRise/releases/tag/v3.8.0
Scores
CVSS v3
4.3
EPSS
0.0007
EPSS Percentile
21.9%
Attack Vector
NETWORK
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
CISA SSVC
Vulnrichment
Exploitation
poc
Automatable
no
Technical Impact
partial
Details
CWE
CWE-552
CWE-434
Status
published
Products (2)
error311/FileRise
< 3.8.0
filerise/filerise
< 3.8.0
Published
Mar 20, 2026
Tracked Since
Mar 20, 2026