Auth bypass in Cloudreve
CVE-2026-77637
Cloudreve is a self-hosted file management and sharing system. Prior to 4.18.0, tool.GET("wopi") and tool.POST("mail") in routers/router.go inherit ScopeAdminRead but omit the RequiredScopes(types.ScopeAdminWrite) middleware applied to neighboring state-changing admin tool routes. An OAuth application or API key limited to Admin.Read can therefore probe configured WOPI service endpoints and send arbitrary test email through the server SMTP configuration, exceeding the token's intended read-only authorization boundary. This issue is fixed in version 4.18.0.
Vulnerability class: Broken Access Control
Published · last modified .
CVSS v3 metric
CVSS v3 base score 3.8 (Low). Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N.
EPSS exploit prediction
No EPSS score from FIRST.org yet. New CVEs usually get one within a few days; no score means no signal yet, not low risk. How EPSS works.
Affected products
- Cloudreve — versions < 4.18.0
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-77637?
- CVE-2026-77637 is a low-severity vulnerability in Cloudreve, classified under Missing Authorization. CVSS score: 3.8/10. Published 2026-09-22.
- How severe is CVE-2026-77637?
- Low severity. CVSS v3 base score is 3.8 out of 10.