CVE-2026-33071

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

Configuration 1 (hide)

cpe:2.3:a:filerise:filerise:*:*:*:*:*:*:*:*

History

23 Mar 2026, 15:36

Type Values Removed Values Added
CPE cpe:2.3:a:filerise:filerise:*:*:*:*:*:*:*:*
Summary
  • (es) FileRise es un gestor de archivos web autoalojado / servidor WebDAV. En versiones anteriores a la 3.8.0, el endpoint de carga WebDAV acepta cualquier extensión de archivo incluyendo .phtml, .php5, .htaccess, y otros tipos ejecutables del lado del servidor, eludiendo la validación de nombre de archivo impuesta por la ruta de carga regular. En despliegues no predeterminados que carecen de la protección LocationMatch de Apache, esto lleva a la ejecución remota de código. Cuando los archivos se cargan a través de WebDAV, el método createFile() en FileRiseDirectory.php y el método put() en FileRiseFile.php aceptan el nombre de archivo directamente del cliente WebDAV sin ninguna validación. En contraste, el endpoint de carga regular en UploadModel::upload() valida los nombres de archivo contra REGEX_FILE_NAME. Este problema está solucionado en la versión 3.8.0.
First Time Filerise
Filerise filerise
References () https://github.com/error311/FileRise/releases/tag/v3.8.0 - () https://github.com/error311/FileRise/releases/tag/v3.8.0 - Product, Release Notes
References () https://github.com/error311/FileRise/security/advisories/GHSA-46gv-gf5f-wvr2 - () https://github.com/error311/FileRise/security/advisories/GHSA-46gv-gf5f-wvr2 - Exploit, Mitigation, Vendor Advisory

20 Mar 2026, 09:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-20 09:16

Updated : 2026-03-23 15:36


NVD link : CVE-2026-33071

Mitre link : CVE-2026-33071

CVE.ORG link : CVE-2026-33071


JSON object : View

Products Affected

filerise

  • filerise
CWE
CWE-434

Unrestricted Upload of File with Dangerous Type

CWE-552

Files or Directories Accessible to External Parties