In TempleGoldStaking
, there's no minAmount
to be staked. As a result, people could griefing others via stakeFor
using dust amount. This can lead to the _accountLastStakeIndex
being manipulated, causing inconvenience and bad user experience.
Currently, there is no minAmount
requirement for a staking. As a result, people could griefing others via stakeFor
using dust amount.
This could manipulate the _accountLastStakeIndex
of others with dust amount.
The victims would find it harder to get to their own staking information, causing inconvenience and bad user experience.
The victims would find it harder to get to their own staking information, causing inconvenience and bad user experience.
The manipulation of _accountLastStakeIndex
through dust amounts can significantly inconvenience users by making it difficult to track their staking information accurately.
Although this vulnerability does not directly lead to financial loss, the potential for abuse and the negative impact on user experience can be significant. Malicious actors can exploit this loophole to disrupt the staking process for legitimate users.
Manual
Set a minAmount
for staking to prevent dust amount griefing: implementing a minimum staking amount can effectively prevent the exploitation of dust amounts for griefing purposes. This ensures that only meaningful staking transactions are processed, maintaining the integrity of the staking index.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.