Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 882 Bytes

Signature malleability.md

File metadata and controls

20 lines (18 loc) · 882 Bytes

The ecrecover function is susceptible to signature malleability which could lead to replay attacks.

Consider using OpenZeppelin’s ECDSA library. (see here, here and here)


Slide Screenshot

023.jpg


Slide Text

  • EVM ecrecover Signature Malleability
  • Sig -> (v, r, s)
  • Checks s -> Lower Range
  • Replay Attacks
  • Use OZ ECDSA

References


Tags