Description
Cloudreve is a self-hosted file management and sharing system. Prior to 4.16.1, a Cloudreve WebDAV account rooted at a configured folder can send paths such as /dav/%2e%2e/outside.txt because stripPrefix in pkg/webdav/webdav.go joins the decoded request suffix to the account root with fs.URI.JoinRaw without checking containment, allowing the scoped credential to read and list files outside the configured folder and writable credentials to create, overwrite, move, or delete them. This issue is reported as fixed in version 4.16.1.
Published: 2026-07-15
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability is a path traversal and broken access control flaw in the Cloudreve WebDAV implementation. An attacker with a scoped WebDAV credential can use encoded paths such as /dav/%2e%2e/outside.txt to bypass the server’s containment check, enabling unauthorized reading, listing, modifying, or deleting of files that lie outside the configured account directory.

Affected Systems

All installations of Cloudreve running a version prior to 4.16.1 are affected. The vulnerable endpoint is the WebDAV service at /dav. Users on version 4.16.1 or newer are not impacted.

Risk and Exploitability

The CVSS score of 7.1 indicates high severity, yet the EPSS score of less than 1% indicates a low likelihood of exploitation in the current landscape. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires possession of a WebDAV credential scoped to an account; once obtained, the attacker can read, list, modify, or delete any file beyond the account’s root.

Generated by OpenCVE AI on July 31, 2026 at 03:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Cloudreve version 4.16.1 or newer, which contains the path‑traversal fix.
  • Limit access to the WebDAV service by restricting it to trusted networks or VPN‑only connections.
  • Configure strong authentication (e.g., complex passwords or two‑factor) for all WebDAV accounts to reduce the risk of credential compromise.
  • Enable verbose logging for WebDAV operations and monitor for anomalous path traversal attempts; review logs regularly.

Generated by OpenCVE AI on July 31, 2026 at 03:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 15 Jul 2026 19:30:00 +0000

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

Wed, 15 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 15 Jul 2026 15:00:00 +0000

Type Values Removed Values Added
Description Cloudreve is a self-hosted file management and sharing system. Prior to 4.16.1, a Cloudreve WebDAV account rooted at a configured folder can send paths such as /dav/%2e%2e/outside.txt because stripPrefix in pkg/webdav/webdav.go joins the decoded request suffix to the account root with fs.URI.JoinRaw without checking containment, allowing the scoped credential to read and list files outside the configured folder and writable credentials to create, overwrite, move, or delete them. This issue is reported as fixed in version 4.16.1.
Title Cloudreve: Path Traversal / Broken Access Control in Cloudreve WebDAV (`/dav`) — scoped DAV credential escapes its configured account root
Weaknesses CWE-863
References
Metrics cvssV3_1

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


Subscriptions

Cloudreve Cloudreve
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-15T15:34:04.861Z

Reserved: 2026-06-15T19:04:14.457Z

Link: CVE-2026-54563

cve-icon Vulnrichment

Updated: 2026-07-15T15:33:57.399Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T03:45:04Z

Weaknesses