CVE-2025-62509

HIGH EPSS 19.6%
Published Oct 20, 20258mo ago · Modified Jun 17, 20261w ago
8.1 CVSS 3.1
High
Find Similar
Published Oct 20, 2025 8mo ago
Last Modified Jun 17, 2026 1w ago

Description

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.

CVSS Details

Base Score
8.1
Exploitability
2.8
Impact
5.2
Vector string
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
Attack Vector Network
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality High
Integrity High
Availability None

Threat Intelligence

EPSS Exploit Probability
19.6% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 2

CWE-280
CWE-284

Affected Products 1

VendorProductVersionRange
filerisefilerise* <1.4.0

References 3

  • github.com https://github.com/error311/FileRise/commit/25ce6a76beb60950359c0304765ad91a8aff8ad8
    Patch
  • github.com https://github.com/error311/FileRise/issues/53
    Issue Tracking
  • github.com https://github.com/error311/FileRise/security/advisories/GHSA-6p87-q9rh-95wh
    Vendor Advisory

Remediation

  • github.com https://github.com/error311/FileRise/commit/25ce6a76beb60950359c0304765ad91a8aff8ad8
    Patch