Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
Lifecycle Timeline
6DescriptionGitHub Advisory
FileRise is a self-hosted web file manager / WebDAV server. Prior to version 3.10.0, a broken access control issue in FileRise's ONLYOFFICE integration allows an authenticated user with read-only access to obtain a signed save callbackUrl for a file and then directly forge the ONLYOFFICE save callback to overwrite that file with attacker-controlled content. This issue has been patched in version 3.10.0.
AnalysisAI
A broken access control vulnerability in FileRise's ONLYOFFICE integration allows authenticated users with read-only permissions to overwrite files with malicious content by forging ONLYOFFICE save callbacks using legitimately obtained signed callbackUrls. FileRise versions prior to 3.10.0 are affected. There is no evidence of active exploitation (not in CISA KEV), but proof-of-concept details are available through the GitHub Security Advisory GHSA-6c3j-f4x4-36m3.
Technical ContextAI
FileRise (cpe:2.3:a:error311:filerise:*:*:*:*:*:*:*:*) is a self-hosted web file manager with WebDAV server functionality and ONLYOFFICE document editor integration. The vulnerability stems from CWE-863 (Incorrect Authorization), where the application fails to properly validate whether a user has write permissions when processing ONLYOFFICE save callbacks. The ONLYOFFICE integration uses signed callbackUrls to enable document saving after editing, but the implementation does not verify that the user who obtained the signed URL actually has write access to the target file. An attacker can request a legitimate signed callbackUrl while having read-only access, then craft a malicious HTTP request mimicking an ONLYOFFICE save callback to bypass access controls and overwrite the file content.
RemediationAI
Upgrade FileRise to version 3.10.0 or later, which contains the patch for this broken access control issue. The fix is available at https://github.com/error311/FileRise/releases/tag/v3.10.0, and implementation details can be reviewed in commit https://github.com/error311/FileRise/commit/3871f9fd1661688bed4f7dd23912be0ebf50973c. Until patching is completed, organizations should consider temporarily disabling ONLYOFFICE integration if it is not critical to operations, review and restrict user authentication to trusted accounts only, implement network segmentation to limit access to the FileRise instance, and audit file access logs for suspicious save callback requests from users who should only have read-only permissions. Review user permission assignments to ensure least privilege access is enforced.
Unauthenticated directory traversal in FileRise prior to version 3.3.0 allows remote attackers to read arbitrary files f
Unauthenticated administrator account takeover in FileRise before 3.16.0 is possible via a path traversal flaw in the sh
FileRise versions before 3.3.0 contain an HTML injection vulnerability that allows authenticated users to manipulate the
FileRise is a self-hosted web-based file manager with multi-file upload, editing, and batch operations. Prior to 2.2.3,
FileRise, a self-hosted web file manager and WebDAV server, contains a critical hardcoded encryption key vulnerability i
FileRise, a self-hosted web file manager and WebDAV server, contains a path traversal vulnerability in its Resumable.js
Authenticated low-privilege users of FileRise before version 3.28.0 can obtain unauthorized read and write access at adm
FileRise, a self-hosted web file manager and WebDAV server, contains an unrestricted file upload vulnerability in its We
FileRise versions 2.3.7 through 3.10.0 suffer from improper access control in the file snippet endpoint, allowing authen
FileRise, a self-hosted web file manager and WebDAV server, contains a missing-authentication vulnerability in the delet
Same weakness CWE-863 – Incorrect Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-14994