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
This is a security vulnerability.
The wallet uses ordered inputs of transactions (src/wallet/wallet.cpp, line 2766 - 2772), which may incur privacy risks like fingerprinting the wallet to observers.
A possible solution is to clear the original order, shuffle it, and push back the new order before signing the transaction.
This is a security vulnerability.
The wallet uses ordered inputs of transactions (
src/wallet/wallet.cpp
, line 2766 - 2772), which may incur privacy risks like fingerprinting the wallet to observers.A possible solution is to clear the original order, shuffle it, and push back the new order before signing the transaction.
Similar fix from Bitcoin: bitcoin/bitcoin@2fb9c1e.
Reported by
6004ed5feaa31ae9df36b5dbc60f0fa53255a5fb734334082c6d202405fc738c
.The text was updated successfully, but these errors were encountered: