Vulnerability Description
Cloudreve is a self-hosted file management and sharing system. Prior to 4.17.0, POST /api/v4/admin/policy/oauth/signin requires only Admin.Read even though GetOauthRedirectService persists caller-supplied OneDrive secret and app_id values, allowing an OAuth token without Admin.Write to modify storage policy credentials. The route is inside the admin group that requires Admin.Read, but it does not add the local Admin.Write guard used by sibling policy mutation routes. Its handler persists attacker-supplied secret and app_id values into the selected OneDrive storage policy before returning an OAuth URL. This issue is fixed in version 4.17.0.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/cloudreve/cloudreve/security/advisories/GHSA-hq88-5x99-x3gf
- https://github.com/cloudreve/cloudreve/security/advisories/GHSA-hq88-5x99-x3gf
FAQ
What is CVE-2026-55502?
CVE-2026-55502 is a vulnerability with a CVSS score of 7.1 (HIGH). Cloudreve is a self-hosted file management and sharing system. Prior to 4.17.0, POST /api/v4/admin/policy/oauth/signin requires only Admin.Read even though GetOauthRedirectService persists caller-supp...
How severe is CVE-2026-55502?
CVE-2026-55502 has been rated HIGH with a CVSS base score of 7.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-55502?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.