Description
Cloudreve is a self-hosted file management and sharing system. Prior to 4.16.1, Cloudreve's remote download workflow accepts user-supplied URLs at POST /api/v4/workflow/download and passes them to the configured downloader without blocking loopback, localhost, IPv6 localhost, or redirect-to-loopback targets, allowing a non-admin user with remote download permission to fetch internal-only URLs and read the response after it is imported into the user's own files. This issue is fixed in version 4.16.1.
Published: 2026-07-15
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Cloudreve’s remote download endpoint accepts URLs supplied by users and forwards them to the underlying downloader without filtering loopback, localhost or internal addresses. As a result, a non‑admin user can trigger the server to fetch any internal resource and store the obtained content in the user’s own account, effectively leaking internal network data. This flaw maps to CWE‑918, a Server Side Request Forgery vulnerable to unauthorized access of internal services.

Affected Systems

The vulnerability is present in all Cloudreve versions earlier than 4.16.1. Administrators should check that their deployed instance does not run a vulnerable release; the flaw is tied to the /api/v4/workflow/download API and applies to any user with remote download permission, regardless of administrative status.

Risk and Exploitability

The CVSS score is 6.5, indicating medium severity, while the EPSS score is below 1%, suggesting a low probability of widespread exploitation. The issue is not listed in CISA’s KEV catalog. Exploitation requires an authenticated user with remote download rights and a crafted POST request pointing to a loopback or internal URL; the server will then retrieve and store the target’s response in the attacker’s account, potentially revealing sensitive internal data.

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 4.16.1 or newer to apply the vendor’s fix.
  • Limit the remote download feature to administrative accounts or disable it entirely for non‑admin users.
  • Implement network‑level controls or firewall rules that block outbound connections from the Cloudreve application to loopback or internal addresses.

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

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-x756-g4x3-c64m Cloudreve: Non-admin remote download users can SSRF loopback/internal services and read imported responses
History

Fri, 17 Jul 2026 05: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 19:30:00 +0000

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

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, Cloudreve's remote download workflow accepts user-supplied URLs at POST /api/v4/workflow/download and passes them to the configured downloader without blocking loopback, localhost, IPv6 localhost, or redirect-to-loopback targets, allowing a non-admin user with remote download permission to fetch internal-only URLs and read the response after it is imported into the user's own files. This issue is fixed in version 4.16.1.
Title Cloudreve: Non-admin remote download users can SSRF loopback/internal services and read imported responses
Weaknesses CWE-918
References
Metrics cvssV3_1

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


Subscriptions

Cloudreve Cloudreve
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-15T15:00:16.053Z

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

Link: CVE-2026-54562

cve-icon Vulnrichment

Updated: 2026-07-15T15:00:02.145Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)