Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 667 Bytes

File metadata and controls

20 lines (19 loc) · 667 Bytes

Incorrect assumptions on ordering of user actions or system state transitions may lead to security issues.

For e.g.,  a user may accidentally/maliciously call a finalization function even before the initialization function if the system allows.


Slide Screenshot

0178.jpg


Slide Text

  • Ordering Issues
  • Security Impact
  • User Actions, State Transitions, Transactions
  • Front/Back Running, Sandwiching
  • Ordering <-> Timing
  • Ordering Attributes

References


Tags