VYPR

Era

by ZKsync

CVEs (2)

  • CVE-2024-38533MedJun 28, 2024
    risk 0.35cvss 6.5epss 0.00

    ZKsync Era is a layer 2 rollup that uses zero-knowledge proofs to scale Ethereum. There is possible invalid stack access due to the addresses used to access the stack not properly being converted to cells. This issue has been patched in version 1.5.0.

  • CVE-2024-35229MedMay 27, 2024
    risk 0.27cvss 5.3epss 0.00

    ZKsync Era is a layer 2 rollup that uses zero-knowledge proofs to scale Ethereum. Prior to version 1.3.10, there is a very specific pattern `f(a(),b()); check_if_a_executed_last()` in Yul that exposes a bug in evaluation order of Yul function arguments. This vulnerability has…