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

Fix for audit issue - 5.2 missing signature check #149

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

pavelkrolevets
Copy link
Contributor

Description:
CS-SSVDKG-002 At line 282 of pkgs/initiator/initiator.go, verifyMessageSignatures() is called on the kyberMsgs variable. However, those messages have already been verified at line 264. The context suggests that the intent was to check the signatures on dkgResult, which are currently never verified.

Solution:

  • verifyMessageSignatures() for dkgResult instead of kyberMsgs

@pavelkrolevets pavelkrolevets changed the base branch from main to unstable November 5, 2024 10:11
@MatusKysel MatusKysel merged commit 581fb7f into unstable Nov 7, 2024
1 check passed
@MatusKysel MatusKysel deleted the 5.2-Missing-Signature-Check branch November 7, 2024 07:43
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.

2 participants