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
{{ message }}
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.
DuplicateA valid issue that is a duplicate of an issue with `Has Duplicates` labelMediumA Medium severity issue.RewardA payout will be made for this issue
Fake Token Can Be Used To Block Real BribeRewarders
Summary
The Voter function allows a maximum of 5 BribeRewarders. This should incentivise the community to vote for certain pools. However creating a BribeRewarder is permissionless. Users may create BribeRewarders with fake tokens to block the entrance of real incentivicers to the system and there is no way to prevent it.
Vulnerability Detail
Anyone can create a BribeRewarder for a pool with a scam or fake token. This may achieve the exact opposite effect to the one desired.
Impact
This can prevent the system for operating as expected.
sherlock-admin2
changed the title
Sneaky Neon Mole - Fake Token Can Be Used To Block Real BribeRewarders
slowfi - Fake Token Can Be Used To Block Real BribeRewardersJul 30, 2024
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
DuplicateA valid issue that is a duplicate of an issue with `Has Duplicates` labelMediumA Medium severity issue.RewardA payout will be made for this issue
slowfi
Medium
Fake Token Can Be Used To Block Real
BribeRewarders
Summary
The
Voter
function allows a maximum of 5 BribeRewarders. This should incentivise the community to vote for certain pools. However creating a BribeRewarder is permissionless. Users may create BribeRewarders with fake tokens to block the entrance of real incentivicers to the system and there is no way to prevent it.Vulnerability Detail
Anyone can create a
BribeRewarder
for a pool with a scam or fake token. This may achieve the exact opposite effect to the one desired.Impact
This can prevent the system for operating as expected.
Code Snippet
Voter.sol#L130-L144
Tool used
Manual Review
Recommendation
Allow the admin to erase fake
BribeRewarder
if detected.Duplicate of #190
The text was updated successfully, but these errors were encountered: