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

Multiple signatures for same data in anchoring transactions #4

Closed
slowli opened this issue Mar 29, 2017 · 0 comments
Closed

Multiple signatures for same data in anchoring transactions #4

slowli opened this issue Mar 29, 2017 · 0 comments
Assignees
Labels

Comments

@slowli
Copy link
Contributor

slowli commented Mar 29, 2017

The MsgAnchoringSignature transaction implementation effectively allows a single validator to submit an arbitrary number of signatures for the same anchoring transaction. This is because it is possible to create different valid signatures over the same bitcoin transaction and input index/pubkey.

The bug may probably lead to various exploits.

Solution sketch: do not accept more than one signature from the same validator in MsgAnchoringSignature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants