Vulnerabilidad · Publicado 14/08/2026
FileBrowser versiones anteriores a 2.63.19 no valida correctamente nombres de usuario en sistemas de archivos sin distinción entre mayúsculas y minúsculas (NTFS/Windows). Cuando están habilitados el registro automático y la creación de directorios de usuario, un atacante puede registrar múltiples cuentas con nombres idénticos pero diferente capitalización (ej: Admin y admin), comprometiendo la integridad del control de acceso. Afecta principalmente a servidores Windows y NAS con configuraciones de acceso público en LATAM.
FileBrowser before 2.63.19 does not account for case-insensitive filesystems when checking home directory ownership during self-registration. When Signup and CreateUserDir are enabled and FileBrowser's root is on a case-insensitive filesystem (confirmed on Windows/NTFS), two self-registered usernames that differ only in letter case (e.g., CaseVictim and casevictim) are stored as distinct accounts but resolve to the same physical home directory, because the scope-ownership check compares the persisted scope as an exact case-sensitive string. A second registrant can therefore read, overwrite, and delete another account's files through authenticated HTTP endpoints, without needing an existing account or victim interaction.
Score: 8.1/10 — Severidad: HIGH — Estado NIST: Received
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
CWE-178
Publicado en NIST NVD.