-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Latest testing, group permissions allows user role to delete password entries (and revoke password collections) via extension. #4709
Comments
Can you please be more specific what the issue is or how to reproduce the issue? Because I'm not sure I understand it. If I have a user that has only view permissions on a specific collection via a group (and no other write permission either directly or via another group) I cannot change items in that collection (and also not delete them so this seems to work as intended as far as I can tell). And if I try to add an item via the browser extension to a new collection (where I have write access) I'll get the error message "Cipher is not write accessible". (That the extension displays the collection as assignable when it is not is probably a bug in the client, not sure there's anything we can do about it.) |
@stefan0xC You may ignore the delete password entries part of my report - I believe I misunderstood the user roles regarding that part. You will see in this example the test user has permission to modify collections on the extension which shouldn't be possible, but the web vault correctly does not have the permission to do so. Additionally towards the bottom with screenshots, you will see a User is unable to add new entries to a vault which they have 'view only' permissions even though the User role indicates they should be able to atleast add entries. (You may correct me if i am wrong on interpreting this part) Here is the detailed screenshots, incase this helps with replicating my scenario:Username: TestUser User's view of the vault, collections, and available entries: Collections:
Groups:
Unable to add new entries as user to a 'Can View' as User role (User role defined as 'Access and add items to assigned collections) Correct Behavior of editing password entries collection's per web vault: Incorrect behavior of editing password entries collection's per web vault: Same password entry '' with the ability to modify the collection entry checkboxes via the Browser extension on Google Chrome: Entry confirmed to have been modified using extension (as viewed by the web vault): |
Thanks for the screenshots.
It seems very intentional that you can't add new items to a non-editable collection (or an organization, if you only have view permissions).
This seems wrong to me. If the item is in a can edit collection, why shouldn't you be able to change the collection of that item? According to https://bitwarden.com/help/user-types-access-control/ you should be able to "add, edit, or remove items from assigned collections, unless assigned Can view permission." So to me it seems there are two different issues: |
I'll see if i can compare sometime this week the permissions to how official Bitwarden does it on their WebUI/Extensions. |
@stefan0xC I have completed testing of permissions of the User role on the official Bitwarden instance, these were the results. Test User - with User role in organization.
|
Since we currently do not support the We need to overhaul the permissions anyway if we want to support the new roles and flexible collections. This overhaul should also include a re-design of the groups/collections interaction and how the data is stored. Instead of storing everything fully normalized into multiple tables, we just need to store these items into one table where possible. This should make the queries to determine if users should have access or not either via direct collection assignment or via groups easier. But this has to be thought of in a good way. |
@jb2barrels I just tested this and I am unable to reproduce this in anyway. I'm just not able to edit any Only pressing the save button and showing that it was saved doesn't mean the cipher it self was updated. Here is a screenshot of the member groups and collections and the permissions: Since I'm really really not able to let a user edit any item within the If you are still able to reproduce this using the And as @stefan0xC noticed, the part where you are saying the user is allowed to save a cipher are ciphers located in the |
Subject of the issue
Latest testing, group permissions allows user role to delete password entries (and revoke password collections) via extension.
Deployment environment
vaultwarden version: Latest testing
Install method: Docker - vaultwarden/server:testing
Clients used: 2024.6.2 (Browser Extension, Google Chrome)
MySQL/MariaDB or PostgreSQL version: Postgres
Other relevant details: Web vault properly shows password collection checkboxes as grayed out when attempting to modify a password entry's collections as the user role. On the Bitwarden extension, these boxes are not greyed out and allow you to succesfully update a password entry's collections. Additionally the user role is able to delete passwords in the organization.
Expected behaviour
User role should be unable to revoke collection permissions using the Bitwarden extension. Additionally I assume they should also be unable to delete passwords from the organization, unless they are a higher role?
Since the web vault works as expected for not being able to revoke an entries collections, I assume maybe a specific API call the extension does also needs to be updated?
Troubleshooting data
This is related to the changes after the following merged pull request:
The text was updated successfully, but these errors were encountered: