# Vaultwarden changelog > An unofficial Bitwarden-compatible server written in Rust. - Vendor: Daniel García - Category: Developer Tools - Official site: https://github.com/dani-garcia/vaultwarden - Tracked by: What's New (https://whatsnew.fyi/product/vaultwarden) - Harvested from: GitHub (dani-garcia/vaultwarden) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. ## Releases ### 1.37.1 - Date: 2026-07-29 - Version: 1.37.1 - Original notes: https://github.com/dani-garcia/vaultwarden/releases/tag/1.37.1 - Permalink: https://whatsnew.fyi/product/vaultwarden/releases/1.37.1 - **fixed** — Resolve issues with invites by always sending initOrganization and orgUserHasExistingUser in invite URL - **fixed** — Fix Alpine based image build issue with OpenSSL compilation by using newer rust-musl build images ##### Note This patch release resolves the issues with invites. If you have applied any workaround to fix this locally, please revert those fixes to prevent possible other issues. I'm sorry that it took some time to check and validate this fix. Also, this release fixes an issue (#7475) with all the Alpine based images which are build using https://github.com/BlackDex/rust-musl/. An issue with the build image OpenSSL compilation is resolved and those are used to build the new `alpine` tagged containers. ##### What's Changed * Always send initOrganization and orgUserHasExistingUser in invite URL by @vikfox in https://github.com/dani-garcia/vaultwarden/pull/7482 * Indirectly resolved #7475 by using newer rust-musl build images which had a compilation issue with OpenSSL. ##### New Contributors * @vikfox made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/7482 **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.37.0...1.37.1 ### 1.37.0 - Date: 2026-07-24 - Version: 1.37.0 - Original notes: https://github.com/dani-garcia/vaultwarden/releases/tag/1.37.0 - Permalink: https://whatsnew.fyi/product/vaultwarden/releases/1.37.0 - **security** — Fix SSRF via the icon endpoint - **security** — Fix Cross-Organization Cipher Access - **security** — Fix Organization Policy Bypass on Directory Import - **security** — Fix Send Access-Count Bypass - **security** — Fix Unauthenticated WebSocket Flooding DDOS - **security** — Fix Cross-Organization Secret Sharing - **security** — Fix Organization Import Authorization - **security** — Fix Organization Data Enumeration via the Manager role - **added** — Add OpenDAL S3 parameter support - **added** — Serve Apple app site association file - **added** — Add SSO_AUTHORIZE_BODY configuration option - **added** — Add pm-26340-linux-biometrics-v2 feature flag - **added** — Add trusted proxy support and unauthenticated rate limit - **fixed** — Fix SSO Cookie path - **fixed** — Fix email 2fa for bw cli - **fixed** — Fix enforce blocked - **fixed** — Fix hideEmail as non-null boolean in sync response - **fixed** — Fix Custom Role CSS for new dialog markup - **fixed** — Fix compilation with newer rust-musl version - **changed** — Reject unrecognised DATABASE_URL instead of silent SQLite fallback - **changed** — Switch to Rust Edition 2024 ##### Note This update is required for support with clients with version 2026.7.0+, please update before reporting any issues with them. ##### Security Fixes This release contains security fixes for the following advisories. We strongly advice to update as soon as possible. - SSRF via the icon endpoint [[GHSA-hw4g-2v3f-74x5]](https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-hw4g-2v3f-74x5) [[GHSA-vh5m-fc9v-m84g]](https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-vh5m-fc9v-m84g) (**Medium**, 5.8 / 6.3) - Cross-Organization Cipher Access [[GHSA-xwf8-pjh7-h589]](https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-xwf8-pjh7-h589) (**Medium**, 5.9) - Organization Policy Bypass on Directory Import [[GHSA-88qc-6ch9-mc3j]](https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-88qc-6ch9-mc3j) (**Medium**, 5.5) - Send Access-Count Bypass [[GHSA-rxhg-2pw9-vf25]](https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-rxhg-2pw9-vf25) (**Medium**, 5.3) - Unauthenticated WebSocket Flooding DDOS [[GHSA-96f7-78q5-j345]](https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-96f7-78q5-j345) (**Medium**, 5.3) - Cross-Organization Secret Sharing [[GHSA-455c-vgg9-jxw8]](https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-455c-vgg9-jxw8) (**Medium**, 4.3) - Organization Import Authorization [[GHSA-f3qw-qg77-hmm4]](https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-f3qw-qg77-hmm4)[[GHSA-jq2g-h4xr-4mcr]](https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-jq2g-h4xr-4mcr) (**Medium**, 4.3) - Organization Data Enumeration via the Manager role [[GHSA-rqf8-2568-r7mc]](https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-rqf8-2568-r7mc) (**Medium**, 4.3) These are private for now, pending CVE assignment and publishing at a later date. ##### What's Changed * OpenDAL S3 parameter support by @txase in https://github.com/dani-garcia/vaultwarden/pull/6127 * Fix SSO Cookie path by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/7187 * fix email 2fa for bw cli by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/7225 * sso_auth improvements by @Timshel in https://github.com/dani-garcia/vaultwarden/pull/7197 * Reject unrecognised DATABASE_URL instead of silent SQLite fallback by @mfw78 in https://github.com/dani-garcia/vaultwarden/pull/7061 * Switch to `xx-cargo` by @dfunkt in https://github.com/dani-garcia/vaultwarden/pull/6640 * Updates and fixes by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/7235 * Switch to Edition 2024, more clippy lints, and less macro calls by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/7200 * Serve Apple app site association file by @user71424q in https://github.com/dani-garcia/vaultwarden/pull/7191 * Update Rust, Crates and GHA by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/7307 * Fix enforce blocked by @Timshel in https://github.com/dani-garcia/vaultwarden/pull/7246 * Admin password recovery endpoint change by @Timshel in https://github.com/dani-garcia/vaultwarden/pull/7270 * fix(sends): emit hideEmail as non-null boolean in sync response by @kvdb in https://github.com/dani-garcia/vaultwarden/pull/7283 * Org membership delete remove Invitation by @Timshel in https://github.com/dani-garcia/vaultwarden/pull/7284 * [v2026.5.0] Registration request update by @Timshel in https://github.com/dani-garcia/vaultwarden/pull/7295 * [v2026.5.0] PutPolicy now using vnext format by @Timshel in https://github.com/dani-garcia/vaultwarden/pull/7296 * 2026.6.0 send support by @Timshel in https://github.com/dani-garcia/vaultwarden/pull/7346 * Add SSO_AUTHORIZE_BODY by @Timshel in https://github.com/dani-garcia/vaultwarden/pull/7357 * Add `pm-26340-linux-biometrics-v2` feature flag by @pilotstew in https://github.com/dani-garcia/vaultwarden/pull/7358 * improve CI by @TriplEight in https://g _[Truncated at 4000 characters — full notes: https://github.com/dani-garcia/vaultwarden/releases/tag/1.37.0]_ ### 1.36.0 - Date: 2026-05-03 - Version: 1.36.0 - Original notes: https://github.com/dani-garcia/vaultwarden/releases/tag/1.36.0 - Permalink: https://whatsnew.fyi/product/vaultwarden/releases/1.36.0 - **security** — Fix SSO login CSRF vulnerability - **security** — Fix user and organization enumeration vulnerability - **security** — Fix SSO existing-user binding vulnerability - **security** — Fix SSRF vulnerability via icon endpoint - **security** — Update crates and apply minor security enhancements - **added** — Add support for archiving items - **added** — Add new /identity/accounts/prelogin/password endpoint - **added** — Add DuckDuckGo browser device type - **changed** — Update web vault to v2026.4.1 - **changed** — SSO fallback to UserInfo preferred_username - **fixed** — Fix hardcoded SSO identifier - **fixed** — Fix host and IP resolving - **fixed** — Fix favicon fetching to check all icon links instead of just the first one - **fixed** — Replace organization_uuid unwrap with proper error handling - **fixed** — Return error instead of panic on unknown cipher atype in to_json - **changed** — Allow SQLite to be linked against dynamically - **changed** — Update hickory dependency ##### Security Fixes This release contains security fixes for the following advisories. We strongly advice to update as soon as possible. - SSO Login CSRF [GHSA-pfp2-jhgq-6hg5](https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-pfp2-jhgq-6hg5) [GHSA-w6h6-8r66-hcv7](https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-w6h6-8r66-hcv7) - User/Organization Enumeration [GHSA-hxqh-ff5p-wfr3](https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-hxqh-ff5p-wfr3) - SSO existing-user binding [GHSA-j4j8-gpvj-7fqr](https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-j4j8-gpvj-7fqr) [GHSA-6x5c-84vm-5j56](https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-6x5c-84vm-5j56) - SSRF via Icon Endpoint [GHSA-72vh-x5jq-m82g](https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-72vh-x5jq-m82g) - Some crate's updated and other minor security enhancements These are private for now, pending CVE assignment. ##### Notes - Archiving of items is available https://bitwarden.com/blog/keep-your-vault-tidy-with-item-archiving/ https://bitwarden.com/nl-nl/help/managing-items/#archive - Web Vault updated to v2026.4.1 ##### What's Changed * SSO fallback to UserInfo preferred_username by @Timshel in https://github.com/dani-garcia/vaultwarden/pull/7128 * Dummy identifier need to pass for a guid by @Timshel in https://github.com/dani-garcia/vaultwarden/pull/7154 * add new /identity/accounts/prelogin/password by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/7156 * Add DuckDuckGo browser device type by @dfunkt in https://github.com/dani-garcia/vaultwarden/pull/7147 * Apply `duration_suboptimal_units` lint findings by @dfunkt in https://github.com/dani-garcia/vaultwarden/pull/7144 * Apply `ref_option` lint findings by @dfunkt in https://github.com/dani-garcia/vaultwarden/pull/7143 * Fix hardcoded sso identifier by @Timshel in https://github.com/dani-garcia/vaultwarden/pull/7157 * Update crates and fix a nightly lint by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/7161 * Fix Host/IP resolving by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/7162 * Several SSO Fixes by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/7163 * Add support for archiving items by @matt-aaron in https://github.com/dani-garcia/vaultwarden/pull/6916 * Fix favicon fetching to check all icon links instead of just the first one by @Shocker in https://github.com/dani-garcia/vaultwarden/pull/6880 * Fix merge conflict by @dani-garcia in https://github.com/dani-garcia/vaultwarden/pull/7164 * Replace organization_uuid unwrap with proper error handling by @xjohnyknox in https://github.com/dani-garcia/vaultwarden/pull/6936 * fix: return Err instead of panic on unknown cipher atype in to_json() by @mango766 in https://github.com/dani-garcia/vaultwarden/pull/7068 * Allow SQLite to be linked against dynamically by @ISSOtm in https://github.com/dani-garcia/vaultwarden/pull/7057 * Update crates and web-vault by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/7171 * Update hickory by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/7175 ##### New Contributors * @matt-aaron made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/6916 * @Shocker made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/6880 * @xjohnyknox made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/6936 * @mango766 made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/7068 * @ISSOtm made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/7057 **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.35.8...1.36.0 You can discuss this release here https://github.com/dani-garcia/vaultwarden/discussions/7177 ### 1.35.8 - Date: 2026-04-25 - Version: 1.35.8 - Original notes: https://github.com/dani-garcia/vaultwarden/releases/tag/1.35.8 - Permalink: https://whatsnew.fyi/product/vaultwarden/releases/1.35.8 - **fixed** — Fix dummy org Master password policy authentication - **fixed** — Fix recovery-code not working - **fixed** — Fix invalid refresh token response - **changed** — Update Rust, Crates, and GHA - **fixed** — Fix a DNS issue - **changed** — Update web-vault and crates ##### What's Changed * Dummy org Master password policy auth fix by @Timshel in https://github.com/dani-garcia/vaultwarden/pull/7097 * Fix recovery-code not working by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/7102 * Fix invalid refresh token response by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/7105 * Update Rust, Crates, GHA and fix a DNS issue by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/7108 * Update web-vault and crates by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/7121 **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.35.7...1.35.8 ### 1.35.7 - Date: 2026-04-13 - Version: 1.35.7 - Original notes: https://github.com/dani-garcia/vaultwarden/releases/tag/1.35.7 - Permalink: https://whatsnew.fyi/product/vaultwarden/releases/1.35.7 - **fixed** — Fix 2FA for Android ##### What's Changed * Fix 2FA for Android by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/7093 **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.35.6...1.35.7 ### 1.35.6 - Date: 2026-04-12 - Version: 1.35.6 - Original notes: https://github.com/dani-garcia/vaultwarden/releases/tag/1.35.6 - Permalink: https://whatsnew.fyi/product/vaultwarden/releases/1.35.6 - **fixed** — Two Factor Remember Tokens and Recovery Tokens are now accepted ##### Notes The previous release contained an issue where Two Factor Remember Tokens and Recovery Tokens were not accepted at all. This has been fixed now in this release. ##### What's Changed * Fix MFA Remember by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/7085 **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.35.5...1.35.6 ### 1.35.5 - Date: 2026-04-12 - Version: 1.35.5 - Original notes: https://github.com/dani-garcia/vaultwarden/releases/tag/1.35.5 - Permalink: https://whatsnew.fyi/product/vaultwarden/releases/1.35.5 - **security** — Fix unconfirmed owner ability to purge entire organization vault - **security** — Fix cross-org group binding that enabled unauthorized read and write access into another organization - **security** — Invalidate refresh tokens on security stamp rotation - **fixed** — Apply policies only to confirmed members - **added** — Add feature flag for Safari account switching - **fixed** — Add ForcePasswordReset to API key login - **added** — Add Webauthn related origins flag to known flags - **added** — Add 30-second cache to SSO exchange_refresh_token - **added** — Add cxp-import-mobile and cxp-export-mobile feature flags on mobile - **changed** — Support new desktop origin on CORS - **fixed** — Fix API key login - **fixed** — Fix email header base64 padding - **changed** — Two Factor Remember Tokens are now valid for maximum 30 days - **fixed** — Fix empty string FolderId - **fixed** — Fix Send icons - **fixed** — Prevent managers from creating collections - **changed** — Change SQLite backup to use VACUUM INTO query - **added** — Handle SIGTERM and SIGQUIT shutdown signals - **fixed** — Do not display unavailable 2FA options - **fixed** — Fix logout push identifiers and send logout before clearing devices ##### Security Fixes This release contains security fixes for the following advisories. We strongly advice to update as soon as possible. - [GHSA-937x-3j8m-7w7p](https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-937x-3j8m-7w7p) Unconfirmed Owner Can Purge Entire Organization Vault. - [GHSA-569v-845w-g82p](https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-569v-845w-g82p) Cross-Org Group Binding Enables Unauthorized Read And Write Access Into Another Organization - [GHSA-6j4w-g4jh-xjfx](https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-6j4w-g4jh-xjfx) Refresh tokens not invalidated on security stamp rotation These are private for now, pending CVE assignment. ##### Notes - The admin templates have changed, please update them if you override these via templates. - Two Factor Remember Tokens are now valid for max 30 days. Old tokens are invalid directly after upgrading. ##### What's Changed * apply policies only to confirmed members by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/6892 * Feat(config): add feature flag for Safari account switching by @DerPlayer2001 in https://github.com/dani-garcia/vaultwarden/pull/6891 * fix: add ForcePasswordReset to api key login by @montdidier in https://github.com/dani-garcia/vaultwarden/pull/6904 * Add Webauthn related origins flag to known flags. by @pasarenicu in https://github.com/dani-garcia/vaultwarden/pull/6900 * Add 30s cache to SSO exchange_refresh_token by @Timshel in https://github.com/dani-garcia/vaultwarden/pull/6866 * Add cxp-import-mobile and cxp-export-mobile: feature flags on mobile by @phoeagon in https://github.com/dani-garcia/vaultwarden/pull/6853 * Misc updates and fixes by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/6910 * Support new desktop origin on CORS by @dani-garcia in https://github.com/dani-garcia/vaultwarden/pull/6920 * Fix `checkout` action version by @dfunkt in https://github.com/dani-garcia/vaultwarden/pull/6921 * Fix apikey login by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/6922 * Fix email header base64 padding by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/6961 * Update Feature Flags by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/6981 * Update crates and GHA by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/6980 * Use protected CI environment by @dani-garcia in https://github.com/dani-garcia/vaultwarden/pull/7004 * Fix 2FA Remember to actually be 30 days by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/6929 * Misc Updates by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/7027 * Switch to `attest` action by @dfunkt in https://github.com/dani-garcia/vaultwarden/pull/7017 * Rotate refresh-tokens on sstamp reset by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/7031 * Misc org fixes by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/7032 * Fix empty string FolderId by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/7048 * Disable deployments for release env by @dfunkt in https://github.com/dani-garcia/vaultwarden/pull/7033 * Fix Send icons by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/7051 * prevent managers from creating collections by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/6890 * Change SQLite backup to use VACUUM INTO query by @getaaron in https://github.com/dani-garcia/vaultwarden/pull/6989 * Handle `SIGTERM` and `SIGQUIT` shutdown signals. by @0x484558 in https://github.com/dani-garcia/vaultwarden/pull/7008 * Do not display unavailable 2FA options by @0x484558 in https://github.com/dani-garcia/vaultwarden/pull/7013 * Fix logout push identifiers and send logout before clearing devices by @qaz741wsd856 in https://github.com/dani-garcia/vaultwarden/pull/7047 * Fix windows build issues by @idontneedonetho in https://github.com/dani-garcia/vaultwarden/pull/706 _[Truncated at 4000 characters — full notes: https://github.com/dani-garcia/vaultwarden/releases/tag/1.35.5]_ ### 1.35.4 - Date: 2026-02-23 - Version: 1.35.4 - Original notes: https://github.com/dani-garcia/vaultwarden/releases/tag/1.35.4 - Permalink: https://whatsnew.fyi/product/vaultwarden/releases/1.35.4 - **security** — Fix vulnerability allowing an attacker to access a cipher from a different user if they know its internal UUID - **security** — Fix vulnerability allowing an attacker with manager-level access within an organization to modify collections they can access without management permissions - **security** — Fix vulnerability allowing an attacker with manager-level access within an organization to modify collections they are not assigned - **changed** — Hide remember 2FA token - **fixed** — Fix invite links in send invitations - **changed** — Miscellaneous organization fixes ##### Security Fixes This release contains security fixes for the following advisories. We strongly advice to update as soon as possible. - [GHSA-w9f8-m526-h7fh](https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-w9f8-m526-h7fh). This vulnerability would allow an attacker to access a cipher from a different user (fully encrypted) if they already know its internal UUID. - [GHSA-h4hq-rgvh-wh27](https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-h4hq-rgvh-wh27). This vulnerability allows an attacker with manager-level access within an organization to modify collections they can access, even if they do not have management permissions for them. - [GHSA-r32r-j5jq-3w4m](https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-r32r-j5jq-3w4m). This vulnerability allows an attacker with manager-level access within an organization to modify collections they are not assigned. These are private for now, pending CVE assignment. ##### What's Changed * Update Rust and Crates and GHA by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/6843 * hide remember 2fa token by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/6852 * fix(send_invite): invite links by @proofofcopilot in https://github.com/dani-garcia/vaultwarden/pull/6824 * Misc organization fixes by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/6867 ##### New Contributors * @proofofcopilot made their first contribution in https://github.com/dani-garcia/vaultwarden/pull/6824 **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.35.3...1.35.4 ### 1.35.3 - Date: 2026-02-10 - Version: 1.35.3 - Original notes: https://github.com/dani-garcia/vaultwarden/releases/tag/1.35.3 - Permalink: https://whatsnew.fyi/product/vaultwarden/releases/1.35.3 - **security** — Fix vulnerability allowing authenticated attackers in an organization to access items from collections they do not belong to (GHSA-h265-g7rm-h337) - **fixed** — Fix User API Key login - **fixed** — Use email instead of empty name for WebAuthn - **fixed** — Hide password hints via CSS - **fixed** — Fix email as 2FA with auth requests - **fixed** — Empty AccountKeys when no private key - **fixed** — Fix error message for purging auth requests - **fixed** — Fix org-details issue - **changed** — Improve tooltips in diagnostics page - **changed** — Update crates, web-vault, and JavaScript dependencies ##### Security Fixes This release contains security fixes for the following advisory. We strongly advice to update as soon as possible if you believe it could affect you. - [GHSA-h265-g7rm-h337](https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-h265-g7rm-h337) (Publication in process, waiting for CVE assignment) This vulnerability would allow an authenticated attacker that is part of an organization to access items from collections to which the attacker does not belong. ##### What's Changed * Fix User API Key login by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/6712 * use email instead of empty name for webauhn by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/6733 * hide password hints via CSS by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/6726 * fix email as 2fa with auth requests by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/6736 * Update crates, web-vault, js, workflows by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/6749 * refactor: improve tooltips in diagnostics page by @tessus in https://github.com/dani-garcia/vaultwarden/pull/6765 * Empty AccountKeys when no private key by @Timshel in https://github.com/dani-garcia/vaultwarden/pull/6761 * fix error message for purging auth requests by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/6776 * Misc updates, crates, rust, js, gha, vault by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/6799 * Update crates and web-vault by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/6810 * Fix org-details issue by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/6811 **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.35.2...1.35.3 ### 1.35.2 - Date: 2026-01-09 - Version: 1.35.2 - Original notes: https://github.com/dani-garcia/vaultwarden/releases/tag/1.35.2 - Permalink: https://whatsnew.fyi/product/vaultwarden/releases/1.35.2 - **fixed** — Fix an issue with the web-vault which prevented creating an organization - **fixed** — Return no content with status code 204 - **changed** — Allow MasterPasswordHash for Android - **changed** — Improve SSO callback path - **fixed** — Fix web-vault version check and update web-vault ##### Notable changes Fixed an issue with the web-vault which prevent creating an organization. ##### What's Changed * update web-vault to fix org creation by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/6646 * return no content with status code 204 by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/6665 * allow MasterPasswordHash for Android by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/6673 * improve sso callback path by @stefan0xC in https://github.com/dani-garcia/vaultwarden/pull/6676 * Fix web-vault version check and update web-vault by @BlackDex in https://github.com/dani-garcia/vaultwarden/pull/6686 **Full Changelog**: https://github.com/dani-garcia/vaultwarden/compare/1.35.1...1.35.2