Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 365 Bytes

File metadata and controls

11 lines (8 loc) · 365 Bytes

Unprotected function

Principle:

  • Wrong constructor name

Attack

Anyone can call the function that was suppose to be the constructor, and changes the related state variables.

Known exploit

Rubixi

  • See Rubixi_source_code/Rubixi.sol: DynamicPyramid instead of Rubixi