Skip to content
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

Security concerns #364

Open
FelipeTrost opened this issue Aug 15, 2024 · 1 comment
Open

Security concerns #364

FelipeTrost opened this issue Aug 15, 2024 · 1 comment
Assignees

Comments

@FelipeTrost
Copy link
Contributor

Leaked user environments

The server action getAllUserWorkspaces in src/management-system-v2/lib/sharing/process-sharing.ts, doesn't verify who is requester, meaning that if you know a user's ID, you can get the organizations he is a part of.

generateSharedViewerUrl

generateSharedViewerUrl in src/management-system-v2/lib/sharing/process-sharing.ts doesn't verify the requester, from what I can see, this means that if you know a process' ID and when it was shared you can access it. Even if the timestamp is not known, it is easier than brute forcing the share secret.

@anishsapkota
Copy link
Contributor

Thanks, I will look into it.

@anishsapkota anishsapkota self-assigned this Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants