Matter-Labs Zksolc

1 CVEs affecting Matter-Labs Zksolc. Latest disclosed: 2024-08-29. Critical: 0, High: 0.

Top CVEs affecting Matter-Labs Zksolc
CVESeverityScorePublishedSummary
CVE-2024-45056Medium5.92024-08-29zksolc 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 `~…