CVE-2025-62509

FileRise is a self-hosted web-based file manager with multi-file upload, editing, and batch operations. Prior to version 1.4.0, a business logic flaw in FileRise’s file/folder handling allows low-privilege users to perform unauthorized operations (view/delete/modify) on files created by other users. The root cause was inferring ownership/visibility from folder names (e.g., a folder named after a username) and missing server-side authorization/ownership checks across file operation endpoints. This amounted to an IDOR pattern: an attacker could operate on resources identified only by predictable names. This issue has been patched in version 1.4.0 and further hardened in version 1.5.0. A workaround for this issue involves restricting non-admin users to read-only or disable delete/rename APIs server-side, avoid creating top-level folders named after other usernames, and adding server-side checks that verify ownership before delete/rename/move.
Configurations

Configuration 1 (hide)

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

History

04 Dec 2025, 19:13

Type Values Removed Values Added
References () https://github.com/error311/FileRise/commit/25ce6a76beb60950359c0304765ad91a8aff8ad8 - () https://github.com/error311/FileRise/commit/25ce6a76beb60950359c0304765ad91a8aff8ad8 - Patch
References () https://github.com/error311/FileRise/issues/53 - () https://github.com/error311/FileRise/issues/53 - Issue Tracking
References () https://github.com/error311/FileRise/security/advisories/GHSA-6p87-q9rh-95wh - () https://github.com/error311/FileRise/security/advisories/GHSA-6p87-q9rh-95wh - Vendor Advisory
CPE cpe:2.3:a:filerise:filerise:*:*:*:*:*:*:*:*
First Time Filerise
Filerise filerise

20 Oct 2025, 18:15

Type Values Removed Values Added
New CVE

Information

Published : 2025-10-20 18:15

Updated : 2025-12-04 19:13


NVD link : CVE-2025-62509

Mitre link : CVE-2025-62509

CVE.ORG link : CVE-2025-62509


JSON object : View

Products Affected

filerise

  • filerise
CWE
CWE-280

Improper Handling of Insufficient Permissions or Privileges

CWE-284

Improper Access Control