Skip to content

[Spec] Add browser bound keys privacy and security considerations. #296

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pejic
Copy link
Collaborator

@pejic pejic commented May 20, 2025

This change adds privacy and security considerations related to browser bound keys. See also #286 for the implementation.


Preview | Diff

stephenmcgruer
stephenmcgruer previously approved these changes May 20, 2025
spec.bs Outdated
should be verified using the passkey (in addition to the BBK). The BBK provides
an additional signature not a replacement for the passkey signature.

An attacker posing as a merchant may attempt to substitute a [=browser
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's more useful to first describe the attack in its entirety, then say why it doesn't work:

  1. Drop the lines "However, the bank will ..." and "Here again, ..."
  2. Add a line about what this means, e.g. that the attacker has defeated the 'device bound' part of BBKs
  3. Then say "However, this attack is not feasible as ..."

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rephrased, please take another look.

@stephenmcgruer stephenmcgruer self-requested a review May 20, 2025 19:36
Copy link
Collaborator

@stephenmcgruer stephenmcgruer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Sorry, trying to reset my accidental approval, let's see if this works...)

Party=] in order to initiate SPC and the user must authenticate the transaction
using their passkey. Since accessing the BBK public key requires access to the
credential ID first, the BBK does not add any incremental tracking.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it could be useful to remind the reader here that the BBK is only available through SPC, and SPC necessarily involves a user interaction before the BBK is used.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You raise a good point, Ian. I also noted that the BBK is available once on the initial passkey creation.

Copy link
Collaborator Author

@pejic pejic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the feedback, Ian!

Party=] in order to initiate SPC and the user must authenticate the transaction
using their passkey. Since accessing the BBK public key requires access to the
credential ID first, the BBK does not add any incremental tracking.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You raise a good point, Ian. I also noted that the BBK is available once on the initial passkey creation.

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

Successfully merging this pull request may close these issues.

3 participants