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

User ID and Group ID of users can be enumerated #51

Closed
sei-vsarvepalli opened this issue Aug 30, 2022 · 1 comment
Closed

User ID and Group ID of users can be enumerated #51

sei-vsarvepalli opened this issue Aug 30, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@sei-vsarvepalli
Copy link
Contributor

A logged in user can enumerate the current users in VINCE using user_id and group_id integers for

VINCE/vinny/urls.py

Lines 129 to 131 in 142d39a

re_path('profile/user_card/(?P<id>[0-9]+)?/$', views.UserCardView.as_view(), name='usercard'),
re_path('profile/group_card/(?P<id>[0-9]+)?/$', views.GroupCardView.as_view(), name='groupcard'),
re_path('profile/group_card/(?P<id>[0-9]+)?/(?P<case>[0-9]+)?/$', views.GroupCardView.as_view(), name='groupcardcase'),

While this is only possible for all logged in users, it is predictable and can be used to harvest information from VINCE as an authorized user. This issue was reported by @sharonb as a privacy concern for current VINCE users.

@sei-vsarvepalli
Copy link
Contributor Author

Resolved by #52 thanks to @sharonb for reporting this via VINCE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant