Protect Organization related GET requests #3649

Closed
opened 2026-03-07 19:01:22 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @mprasil on GitHub (May 29, 2018).

It seems that we don't really check user's access rights when doing /organization/* API calls. While this is mostly harmless in theory, we should probably protect all of these under some common check.

It think implementing some form of request guard would probably be the best way to handle that.

Originally created by @mprasil on GitHub (May 29, 2018). It seems that we don't really check user's access rights when doing `/organization/*` API calls. While this is mostly harmless in theory, we should probably protect all of these under some common check. It think implementing some form of request guard would probably be the best way to handle that.
Author
Owner

@mprasil commented on GitHub (May 30, 2018):

Submitted an PR #34 to fix this.

@mprasil commented on GitHub (May 30, 2018): Submitted an PR #34 to fix this.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#3649