Lucene search
+L

3 matches found

Code423n4
Code423n4
added 2021/04/28 12:00 a.m.10 views

Anyone can set mapTokenMember_Units

Handle paulius.eth Vulnerability details Impact Anyone can call functions lockUnits and unlockUnits not only router as it does not have any authorization checks. Thus it is possible to set any values for an account and thus make functions that rely on these values misbehave or fail. Recommended...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/04/28 12:00 a.m.15 views

Unrestricted access to lockUnits allows an attacker to steal funds from any user.

Handle shw Vulnerability details Impact The lockUnits and unlockUnits functions in Pools.sol allow anyone to call without any restrictions or access control on the caller. An attacker can steal any user's member units by directly calling lockUnits. Proof of Concept Referenced code:...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/04/28 12:00 a.m.11 views

Missing access restriction on lockUnits/unlockUnits

Handle @cmichelio Vulnerability details Vulnerability Details The Pool.lockUnits allows anyone to steal pool tokens from a member and assign them to msg.sender. Impact Anyone can steal pool tokens from any other user. Recommended Mitigation Steps Add access control and require that msg.sender is...

6.9AI score
SaveExploits0
Rows per page
Query Builder