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

Analyze potential privacy issues #61

Open
s-tikhomirov opened this issue Nov 17, 2023 · 0 comments
Open

Analyze potential privacy issues #61

s-tikhomirov opened this issue Nov 17, 2023 · 0 comments

Comments

@s-tikhomirov
Copy link
Contributor

s-tikhomirov commented Nov 17, 2023

Citing the Store specification:

The main security consideration ... is that a querying node have to reveal their content filters of interest to the queried node, hence potentially compromising their privacy.

Light protocols, in general, have weaker privacy properties than P2P protocols. In a client-server exchange, a client wants to selectively interact with the network. By doing so, it often reveals what it is interested in (e.g., subscribes to particular topics).

A malicious Store server can spy on a client in the following ways:

  • track the topics the client is interested in;
  • analyze the periods of history interesting for the client;
  • analyze the timing of requests;
  • link requests made by the same client.

Privacy-preserving service credentials may be one (not necessarily sufficient) countermeasure - see #60 .

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

1 participant