CVE-2024-45056

See a problem?
Source
https://nvd.nist.gov/vuln/detail/CVE-2024-45056
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-45056.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-45056
Aliases
  • GHSA-fpx7-8vc6-frjj
Published
2024-08-29T17:15:09Z
Modified
2024-09-04T05:04:44.052612Z
Severity
  • 5.9 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N CVSS Calculator
Summary
[none]
Details

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.

References

Affected packages

Git / github.com/llvm/llvm-project

Affected ranges

Type
GIT
Repo
https://github.com/llvm/llvm-project
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Type
GIT
Repo
https://github.com/matter-labs/era-compiler-solidity
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed

Affected versions

1.*

1.3.23
1.4.0
1.4.1
1.5.0
1.5.1
1.5.2

Other

prerelease-7ff80c3-return-forwarding