Lucene search
+L

2 matches found

Code423n4
Code423n4
•added 2022/08/27 12:0 a.m.•9 views

NounsDAOProxy.sol (with LogicV2) cannot call NounsDAOExecutor.acceptAdmin()

Lines of code Vulnerability details Impact It's designed that DAOProxy uses Executor to manage the project and treasury. So DAOProxy can call any external functions in the Executor. But it cannot acceptAdmin, and it's strange. So, DAOProxy instances applying LogicV2 will not be able to acceptAdmi...

6.8AI score
SaveExploits0
Code423n4
Code423n4
•added 2022/08/27 12:0 a.m.•9 views

LogicV2 has different/new initialize() code, but it is not possible to call it.

Lines of code Vulnerability details Impact In the V1 we had a line in the initialize: requireaddresstimelock == address0, 'NounsDAO::initialize: can only initialize once'; ... timelock = INounsDAOExecutortimelock; So in the storage of the DAOProxy it is stored an address for timelock. V2 code has...

6.8AI score
SaveExploits0
Rows per page
Query Builder