Matter-labs Era-compiler-solidity
3 CVEs affecting Matter-labs Era-compiler-solidity. Latest disclosed: 2024-08-29. Critical: 0, High: 0.
| CVE | Severity | Score | Published | Summary |
|---|---|---|---|---|
CVE-2024-45056 | Medium | 5.9 | 2024-08-29 | zksolc is a Solidity compiler for ZKsync. All LLVM versions since 2015 fold `(xor (shl 1, x), -1)` to `(rotl ~1, x)` if run with optimizations enabled. Here `~… |
CVE-2024-34704 | Medium | 5.9 | 2024-05-13 | era-compiler-solidity is the ZKsync compiler for Solidity. The problem occurred during instruction selection in the `DAGCombine` phase while visiting the XOR… |
CVE-2024-35229 | Medium | 5.3 | 2024-05-27 | 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_… |