-
Notifications
You must be signed in to change notification settings - Fork 570
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
Part of #2456 - GUI bug for attacking specific accounts #2367
Comments
Interesting attack vector. I'll think of ways to mitigate this. Quick Fix: Add a cloud-login key to your active authority, use that to login to the wallet, bypassing the multiple accounts loading. Is that right @sschiessl-bcp ? @abitmore Can we add a check on -core create account/update account where you can only create an account with EXISTING public key X authority or EXISTING account authority if the operation is signed by that account/key ? |
if it's an attack however, the attacker will simply change the attack accounts to the new key so won't help much. need a way to explicitly block get_key_references from being called or subscribed to |
IMHO better UI logic should be to not load all accounts at one time (aka do pagination or filtering) when detected that results is too big (too many accounts returned), while better core logic should be to not automatically subscribe to all accounts returned by |
Thousands of accounts were registered through cryptobridge in the form of at the same time their memo keys were changed to be same with my account, so when I open my light wallet, it's struck because thousands of accounts were being loaded. |
Is the bitshares account that is being attacked "jademont" or another one? (can also PM me, is for testing) |
account "jademont" is being attacked, and I am not sure whether there are more accounts affected. |
Update: |
When wallet is loaded it loads, and subscribes, to all related accounts. Without knowing if it would solve anything I started looking at some solutions. I think this is the main issue here, where we are talking loading linked accounts.
I've misplaced the changes I made, but it should only subscribe to the currently active account, and definetly not when we're running through the list of linked accounts. |
@startailcoon 's changes are in the right direction but as discussed in Ui group during the holidays the whole thing needs some major refactoring as although things are much better, UI still oversubscribes/floods nodes with API calls. Def need some better client side caching. |
@clockworkgr indeed. Though, I see a major refactoring taking a lot of time and effort to complete. Would this solve at least part of the problems that we have to begin with? We should probably start an epic issue to work on the problem. |
What happens on your end when you load your account? Hangs? Error messages? |
Tracking this on #2456 |
at initial conecting, the GUI regard all the accounts with the same address as the accounts in the local wallet and get data accordingly, this provide chance for hacker to attack specific accounts to make it not able to connect, https://bitsharestalk.org/index.php?topic=27613.0 [4d]
The text was updated successfully, but these errors were encountered: