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

RemoteContact: restrict search fields #3

Open
bjendres opened this issue Apr 9, 2021 · 0 comments
Open

RemoteContact: restrict search fields #3

bjendres opened this issue Apr 9, 2021 · 0 comments
Labels
security relevant to data security and/or system integrity

Comments

@bjendres
Copy link
Member

bjendres commented Apr 9, 2021

Currently, the RemoteContact.get interface strongly restricts the values returned using profiles. However, the query values are currently not restricted, meaning that you could leak more information about the contacts other properties, by running continuous queries with different values.

For example, if you wanted to hide a contact's gender from the remote user, that user could currently run the same query multiple times, submitting a different gender_id each time, and therefore extract the contacts' gender IDs after all.

This aspect should also be controlled/filtered by the profiles, and by default be restricted to the return fields.

@bjendres bjendres added the security relevant to data security and/or system integrity label Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security relevant to data security and/or system integrity
Projects
None yet
Development

No branches or pull requests

1 participant