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 `~1` is generated as an unsigned 64 bits number (`2^64-1`). This number is zero-extended to 256 bits on EraVM target while it should have been sign-extended. Thus instead of producing `roti 2^256 - 1, x` the compiler produces `rotl 2^64 - 1, x`. Analysis has shown that no contracts were affected by the date of publishing this advisory. This issue has been addressed in version 1.5.3. Users are advised to upgrade and redeploy all contracts. There are no known workarounds for this vulnerability.
Conclusion & alert: CVE-2024-45056 is rated Low Risk (34.8/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.40%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.31% | 0.40% | +0.09% |
| 2 | 2025-11-21 | 0.20% | 0.31% | +0.10% |
| 3 | 2025-11-18 | — | 0.20% | — |
Full EPSS history (10 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 5.9 | 3.1 | MEDIUM |
|
2.2 | 3.6 | [email protected] |
| 5.9 | 3.1 | MEDIUM |
|
2.2 | 3.6 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
ubuntu
|
medium | CVE-2024-45056 medium priority: Ubuntu including 21 source packages (llvm-toolchain-10, llvm-toolchain-11, …), 105 status rows across 7 suites (bionic, focal, jammy, noble, trusty, upstream, xenial): not-affected 61, DNE 44. | https://ubuntu.com/security/CVE-2024-45056 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| matter-labs | zksolc | < 1.5.3 | cpe:2.3:a:matter-labs:zksolc:*:*:*:*:*:*:*:* |