Description
Cloudreve is a self-hosted file management and sharing system. Prior to 4.17.0, the WOPI PUT_RELATIVE handler passes X-WOPI-SuggestedTarget to URI.JoinRaw as a path rather than a filename, allowing slash and dot-dot segments to escape the source file directory and create or conditionally overwrite files elsewhere in the same owner account. This issue is fixed in version 4.17.0.
Published: 2026-07-31
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a path traversal flaw in the Cloudreve WOPI PUT_RELATIVE handler, where the X-WOPI-SuggestedTarget header is improperly treated as a path rather than a file name. This allows an attacker to supply slash or dot-dot segments that escape the intended directory and create or overwrite files elsewhere in the same owner account. If an attacker can supply such a request, they could place arbitrary executables or malicious scripts in the victim’s account, potentially compromising data integrity and availability.

Affected Systems

The affected product is the Cloudreve self‑hosted file management and sharing system, versions earlier than 4.17.0. All releases before the 4.17.0 milestone are vulnerable, including 4.16.x and older.

Risk and Exploitability

The CVSS score is 4.3, indicating a moderate level of severity. The EPSS score is <1% and the vulnerability is not listed in CISA’s KEV catalog. The flaw is exploitable through simple HTTP requests to the WOPI PUT_RELATIVE endpoint, using crafted X-WOPI‑SuggestedTarget values to perform directory traversal. Successful exploitation would allow an authenticated account holder to create or overwrite files within their own storage space. The overall risk is moderate; however, because the vulnerability affects only authenticated users, the attack surface is limited compared to public‑reached exploits.

Generated by OpenCVE AI on August 2, 2026 at 04:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Cloudreve version 4.17.0 or later, which removes the directory traversal flaw.
  • Ensure that the Cloudreve instance validates the X-WOPI‑SuggestedTarget value, rejecting paths containing slashes or dot‑dot segments before processing.
  • Restrict the WOPI endpoints to trusted clients only (e.g., via authentication tokens or IP allowlists) to limit the potential for abuse by outsiders.

Generated by OpenCVE AI on August 2, 2026 at 04:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-49h3-cwhj-4737 Cloudreve: Path Traversal in WOPI PUT_RELATIVE Allows Arbitrary File Creation in Owner Account
History

Fri, 31 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 31 Jul 2026 05:45:00 +0000

Type Values Removed Values Added
First Time appeared Cloudreve
Cloudreve cloudreve
Vendors & Products Cloudreve
Cloudreve cloudreve

Fri, 31 Jul 2026 04:15:00 +0000

Type Values Removed Values Added
Description Cloudreve is a self-hosted file management and sharing system. Prior to 4.17.0, the WOPI PUT_RELATIVE handler passes X-WOPI-SuggestedTarget to URI.JoinRaw as a path rather than a filename, allowing slash and dot-dot segments to escape the source file directory and create or conditionally overwrite files elsewhere in the same owner account. This issue is fixed in version 4.17.0.
Title Cloudreve: Path Traversal in WOPI PUT_RELATIVE Allows Arbitrary File Creation in Owner Account
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N'}


Subscriptions

Cloudreve Cloudreve
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-31T19:27:00.216Z

Reserved: 2026-06-16T22:28:27.062Z

Link: CVE-2026-55495

cve-icon Vulnrichment

Updated: 2026-07-31T19:26:54.685Z

cve-icon NVD

Status : Received

Published: 2026-07-31T04:17:22.597

Modified: 2026-07-31T20:16:52.113

Link: CVE-2026-55495

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T04:45:15Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')