Consensys gnark-crypto through 0.11.2 allows Signature Malleability. This occurs because deserialisation of EdDSA and ECDSA signatures does not ensure that the data is in a certain interval.
The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.
Link | Tags |
---|---|
https://verichains.io | product |
https://github.com/Consensys/gnark-crypto/releases | release notes |
https://github.com/Consensys/gnark-crypto/pull/449 | patch |