Vaultwarden is a Bitwarden-compatible server written in Rust. In version 1.35.4 and earlier, the get_org_collections_details endpoint (GET /api/organizations/{org_id}/collections/details) is missing the has_full_access() authorization check that exists on the sibling get_org_collections endpoint. This allows any Manager-role user with accessAll=False and no collection assignments to retrieve the names, UUIDs, user-to-collection mappings, and group-to-collection mappings for all collections in the organization. This issue has been fixed in version 1.35.5.
References
| Link | Resource |
|---|---|
| https://github.com/dani-garcia/vaultwarden/releases/tag/1.35.5 | Product Release Notes |
| https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-jjxg-p3v6-52ww | Mitigation Vendor Advisory |
Configurations
History
No history.
Information
Published : 2026-05-05 20:16
Updated : 2026-07-24 23:10
NVD link : CVE-2026-33420
Mitre link : CVE-2026-33420
CVE.ORG link : CVE-2026-33420
JSON object : View
Products Affected
dani-garcia
- vaultwarden
CWE
CWE-862
Missing Authorization
