CVE-2026-33072

FileRise is a self-hosted web file manager / WebDAV server. In versions prior to 3.9.0, a hardcoded default encryption key (default_please_change_this_key) is used for all cryptographic operations — HMAC token generation, AES config encryption, and session tokens — allowing any unauthenticated attacker to forge upload tokens for arbitrary file upload to shared folders, and to decrypt admin configuration secrets including OIDC client secrets and SMTP passwords. FileRise uses a single key (PERSISTENT_TOKENS_KEY) for all crypto operations. The default value default_please_change_this_key is hardcoded in two places and used unless the deployer explicitly overrides the environment variable. This issue is fixed in version 3.9.0.
Configurations

Configuration 1 (hide)

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

History

23 Mar 2026, 15:53

Type Values Removed Values Added
First Time Filerise
Filerise filerise
References () https://github.com/error311/FileRise/releases/tag/v3.9.0 - () https://github.com/error311/FileRise/releases/tag/v3.9.0 - Product, Release Notes
References () https://github.com/error311/FileRise/security/advisories/GHSA-f4xx-57cv-mg3x - () https://github.com/error311/FileRise/security/advisories/GHSA-f4xx-57cv-mg3x - Exploit, Vendor Advisory
CPE cpe:2.3:a:filerise:filerise:*:*:*:*:*:*:*:*

20 Mar 2026, 19:16

Type Values Removed Values Added
References () https://github.com/error311/FileRise/security/advisories/GHSA-f4xx-57cv-mg3x - () https://github.com/error311/FileRise/security/advisories/GHSA-f4xx-57cv-mg3x -
Summary
  • (es) FileRise es un gestor de archivos web autoalojado / servidor WebDAV. En versiones anteriores a la 3.9.0, se utiliza una clave de cifrado predeterminada codificada de forma rígida (default_please_change_this_key) para todas las operaciones criptográficas — generación de tokens HMAC, cifrado de configuración AES y tokens de sesión — permitiendo a cualquier atacante no autenticado forjar tokens de carga para la subida arbitraria de archivos a carpetas compartidas, y descifrar secretos de configuración de administrador, incluidos secretos de cliente OIDC y contraseñas SMTP. FileRise usa una única clave (PERSISTENT_TOKENS_KEY) para todas las operaciones criptográficas. El valor predeterminado default_please_change_this_key está codificado de forma rígida en dos lugares y se utiliza a menos que el implementador anule explícitamente la variable de entorno. Este problema está solucionado en la versión 3.9.0.

20 Mar 2026, 09:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-20 09:16

Updated : 2026-03-23 15:53


NVD link : CVE-2026-33072

Mitre link : CVE-2026-33072

CVE.ORG link : CVE-2026-33072


JSON object : View

Products Affected

filerise

  • filerise
CWE
CWE-798

Use of Hard-coded Credentials

CWE-1188

Insecure Default Initialization of Resource