CVE-2026-55495
Received Received - Intake

Path Traversal in Cloudreve File Management System

Vulnerability report for CVE-2026-55495, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-31

Last updated on: 2026-07-31

Assigner: GitHub, Inc.

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-31
Last Modified
2026-07-31
Generated
2026-07-31
AI Q&A
2026-07-31
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
cloudreve cloudreve to 4.17.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Cloudreve before version 4.17.0 has a vulnerability in the WOPI PUT_RELATIVE handler. It incorrectly processes the X-WOPI-SuggestedTarget header as a path instead of a filename, allowing directory traversal sequences like slash and dot-dot segments. This enables attackers to escape the intended file directory and create or overwrite files elsewhere within the same owner account.

Detection Guidance

To detect this vulnerability, monitor for unexpected file creation or modification in user accounts, particularly files outside intended directories. Check logs for WOPI PUT_RELATIVE requests with X-WOPI-SuggestedTarget headers containing path traversal sequences like ../ or /.

Impact Analysis

This vulnerability could allow unauthorized file creation or modification outside the intended directory. Attackers with access to the WOPI interface might manipulate files, potentially leading to data corruption, unauthorized access, or further system compromise within the same user account.

Compliance Impact

This vulnerability could potentially impact compliance with GDPR and HIPAA by enabling unauthorized file creation or overwriting within a user's account. If exploited, it may allow access to or modification of sensitive data outside intended directories, violating data integrity and access control requirements under these regulations.

Mitigation Strategies

Upgrade Cloudreve to version 4.17.0 or later to address the vulnerability. Ensure no unauthorized files have been created or modified outside the intended directory.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-55495. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart