Access-control bugs (Solidity)

Access-control bugs (Solidity)

TL;DR: Missing onlyOwner, unchecked tx.origin, delegatecall to untrusted target — classic ownership-takeover roots.

Stub — to be filled in.

What it is

TODO

Preconditions / where it applies

TODO

Technique

TODO

Detection and defence

TODO

References

  • TODO