You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Shuffle protocol only sends the ID and the User who requested
a shuffle to the other nodes.
But this is not enough for the other nodes to trust the shuffle request!
A malicious root node might send a shuffle request even though the
evoting admin never asked for it.
The decrypt protocol also should include the full message as per issue User authentication is flawed #2507
to convince other nodes that the admin effectively requested a decryption
Fix: include the whole message as per issue #2507 to the other nodes so they can verify the request is legit
The text was updated successfully, but these errors were encountered:
Added some security bugs found while adding the new functionalities.
They are here: #2507#2508#2509#2510
Also added some comments and fixed some typos.
Shuffle
protocol only sends theID
and theUser
who requesteda shuffle to the other nodes.
But this is not enough for the other nodes to trust the shuffle request!
A malicious root node might send a shuffle request even though the
evoting admin never asked for it.
decrypt
protocol also should include the full message as per issue User authentication is flawed #2507to convince other nodes that the admin effectively requested a decryption
Fix: include the whole message as per issue #2507 to the other nodes so they can verify the request is legit
The text was updated successfully, but these errors were encountered: