Skip to content

Releases: dani-garcia/vaultwarden

1.33.0

25 Jan 13:26
1.33.0
2903a3a
Compare
Choose a tag to compare

Security Fixes

This release contains security fixes for the following advisories.
And we strongly advice to update as soon as possible.

  • GHSA-f7r5-w49x-gxm3
    This vulnerability is only possible if you do not have an ADMIN_TOKEN configured and open links or pages you should not trust anyway. Ensure you have an ADMIN_TOKEN configured to keep your admin environment save.
  • GHSA-h6cc-rc6q-23j4
    This vulnerability is only possible if someone was able to gain access to your Vaultwarden Admin Backend. The attacker could then change some settings to use sendmail as mail agent but adjust the settings in such a way that it would use a shell command. It then also needed to craft a special favicon image which would have the commands embedded to run during for example sending a test email.
  • GHSA-j4h8-vch3-f797
    This vulnerability affects all users who have multiple Organizations and users which are able to create a new organization or have admin or owner rights on at least one organization. The attacker does need to know the Organization UUID of the Organization it want's to attack or compromise though.

Notable changes

  • Updated web-vault to v2025.1.1
  • Added partial manage role support for collections
  • Manager role is converted to a Custom role with either Manage All Collections or per collection.
    Admins and Owners probably want to check and verify if the rights are still correct.
  • The OCI containers and binaries are signed via GitHub Attestations
    This allows you to verify an OCI image or even the vaultwarden binary located within the OCI image.

These vulnerabilities affects

What's Changed

New Contributors

Full Changelog: 1.32.7...1.33.0

1.32.7

20 Dec 09:51
1.32.7
a523c82
Compare
Choose a tag to compare

Security Fixes

This release contains a security fix for the following CVE GHSA-g65h-982x-4m5m.

This vulnerability affects any installations that have the ORG_GROUPS_ENABLED setting enabled, and we urge anyone doing so to update as soon as possible.

What's Changed

Full Changelog: 1.32.6...1.32.7

1.32.6

10 Dec 21:16
1.32.6
45e5f06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.32.5...1.32.6

1.32.5

18 Nov 11:23
1.32.5
cdfdc6f
Compare
Choose a tag to compare

Security Fixes

This release further fixed some CVE Reports reported by a third party security auditor and we recommend everybody to update to the latest version as soon as possible. The contents of these reports will be disclosed publicly in the future.

Notable changes

  • Added SSH-Key storage support. Currently only usable with Bitwarden Desktop v2024.12.0 and newer.
    You need to enable this feature by adding ssh-key-vault-item,ssh-agent to the EXPERIMENTAL_CLIENT_FEATURE_FLAGS config option. See .env.template

What's Changed

Full Changelog: 1.32.4...1.32.5

1.32.4

10 Nov 23:55
1.32.4
38aad4f
Compare
Choose a tag to compare

Security Fixes

This release has fixed some CVE Reports reported by a third party security auditor and we recommend everybody to update to the latest version as soon as possible. The contents of these reports will be disclosed publicly in the future.

Notable changes

  • Added more compatibility fixes for the native mobile apps, datetimes are now formatted without too many decimals.
  • Email Template changes to the send emergency access invite. If you have modified this template, make sure to update it with the new changes.

What's Changed

Full Changelog: 1.32.3...1.32.4

1.32.3

27 Oct 14:42
1.32.3
33bae5f
Compare
Choose a tag to compare

Notable changes

  • Email template for org invites was updated again. The URL got HTML Encoded which resulted in a sometimes non-working URL (#5100)
  • Fixed SMTP issues with some providers which send erroneous response to QUIT messages (Like QQ) (Thanks to @paolobarbolini)
  • Fixed a long standing collection management issue where collections were not able to be managed via the Password Manager overview

What's Changed

Full Changelog: 1.32.2...1.32.3

1.32.2

13 Oct 15:26
1.32.2
cd195ff
Compare
Choose a tag to compare

Notable changes

  • Fixed collection management for managers

What's Changed

Full Changelog: 1.32.1...1.32.2

1.32.1

03 Oct 18:53
1.32.1
040e2a7
Compare
Choose a tag to compare

Notable changes

  • Fixed syncing/login with native mobile clients
  • Added CLI option to backup SQLite database
  • Email Template changes regarding invites, 2FA Incomplete logins, and new logins

What's Changed

New Contributors

Full Changelog: 1.32.0...1.32.1

1.32.0

11 Aug 19:40
1.32.0
b557c11
Compare
Choose a tag to compare

Security Fixes

This release has several CVE Reports fixed and we recommend everybody to update to the latest version as soon as possible.

Other changes

  • Updated web-vault to v2024.6.2
  • Fixed issues with password reset enrollment by rolling back a web-vault commit

What's Changed

New Contributors

Full Changelog: 1.31.0...1.32.0

1.31.0

08 Jul 21:58
d04b94b
Compare
Choose a tag to compare

Major changes and New Features

  • Initial support for the beta releases of the new native mobile apps
  • Removed support for WebSocket traffic on port 3012, as it's been integrated on the main HTTP port for a few releases
  • Updated included web vault to 2024.5.1

General mention

Bitwarden has changed the push API endpoints which affects the EU region endpoint users.
So if you use the push functionality and use the EU region you need to make some changes.
You have to update push.bitwarden.eu to api.bitwarden.eu.
This is also an issue with any previous version of Vaultwarden.

What's Changed

New Contributors

Full Changelog: 1.30.5...1.31.0