Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/cloudreve/Cloudreve/v4
  4. ›
  5. CVE-2026-55496

CVE-2026-55496: Cloudreve: Information Exposure in `GET /api/v4/user/search`: `SearchActive` omits the active-status predicate, leaking inactive/banned account emails

July 24, 2026

GET /api/v4/user/search is available to any logged-in user. The service calls userClient.SearchActive, but despite its name that method filters only by email/nickname keyword and never adds a StatusActive predicate — while the sibling lookups GetActiveByID and GetActiveByDavAccount, defined a few lines above it, do. Search hits are serialized at RedactLevelUser, which includes the email address.

A normal logged-in user can therefore enumerate and retrieve the email (plus nickname, avatar, creation time, redacted group, profile share-visibility) of inactive and banned accounts that an active-user directory is supposed to suppress. No global status interceptor compensates — the only User query interceptor is soft-delete, and inactive/banned rows are not soft-deleted.

References

  • github.com/advisories/GHSA-8r7f-r8hj-r3rv
  • github.com/cloudreve/cloudreve/commit/7e1289d552794bdbeb551be78456115c87dcb3da
  • github.com/cloudreve/cloudreve/releases/tag/4.17.0
  • github.com/cloudreve/cloudreve/security/advisories/GHSA-8r7f-r8hj-r3rv
  • nvd.nist.gov/vuln/detail/CVE-2026-55496

Code Behaviors & Features

Detect and mitigate CVE-2026-55496 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 4.0.0-20260613023921-7e1289d55279

Fixed versions

  • 4.0.0-20260613023921-7e1289d55279

Solution

Upgrade to version 4.0.0-20260613023921-7e1289d55279 or above.

Impact 4.3 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor
  • CWE-359: Exposure of Private Personal Information to an Unauthorized Actor

Source file

go/github.com/cloudreve/Cloudreve/v4/CVE-2026-55496.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 11 Aug 2026 00:16:27 +0000.