mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #3223] Issue with Server side KDF Iterations not showing altered in db.sqlite3 #1503
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#1503
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @talkincyber on GitHub (Feb 5, 2023).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/3223
Subject of the issue
Issue with Client side KDF Iterations not showing altered in db.sqlite3. I recently updated my KDF iterations client side on the web vault to 600k and when looking at the sqlite database, it does not show that the iterations changed, it still shows 100k.
Deployment environment
Steps to reproduce
I run Vaultwarden via a "stack" in portainer. I just changed the KDF iterations and then also changed my password and said for it to rotate my account keys and it seems it's still at 100k based on the database file.
Expected behaviour
I would expect the database entry for my user account to be updated with the proper amount otherwise it makes me believe the key was not changed and the iterations did not change. I changed my password after changing it as well and it did not have an affect.
Actual behaviour
Troubleshooting data
Here is a screenshot of the server side admin panel showing 600k iterations
Here is a screenshot of the database for my account selecting password iterations from the table.
@talkincyber commented on GitHub (Feb 5, 2023):
I restarted vaultwarden in-between chaning the password iterations and changing my password too.
@BlackDex commented on GitHub (Feb 5, 2023):
Not sure what you are reporting here. But i think you tried to change the server side after the whole client change, and saw it didn't changed for your account.
That is true for the version of Vaultwarden you are using. That is fixed in the
testingtagged images already. There it will increase your server side kdf on login.@BlackDex commented on GitHub (Feb 5, 2023):
Fixed already via #3163