CVE-2026-54560 PUBLISHED

Cloudreve: OAuth access tokens bypass scope enforcement due to missing client_id claim

Assigner: GitHub_M
Reserved: 15.06.2026 Published: 15.07.2026 Updated: 15.07.2026

Cloudreve is a self-hosted file management and sharing system. From 4.12.0 until 4.16.1, Cloudreve's OAuth access tokens are issued without the OAuth client_id claim, so the JWT verifier does not load token scopes into request context and RequiredScopes treats the request like non-scoped session authentication, allowing a low-scope OAuth access token to call APIs requiring higher scopes such as file, share, workflow, user setting, WebDAV account, and potentially admin scopes. This issue is fixed in version 4.16.1.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:L
CVSS Score: 7.6

Product Status

Vendor cloudreve
Product cloudreve
Versions
  • Version >= 4.12.0, < 4.16.1 is affected

References

Problem Types

  • CWE-863: Incorrect Authorization CWE