Vulnerabilities (CVE)

Filtered by vendor Consensys Subscribe
Filtered by product Gnark
Total 1 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2023-44378 1 Consensys 1 Gnark 2023-12-10 N/A 5.5 MEDIUM
gnark is a zk-SNARK library that offers a high-level API to design circuits. Prior to version 0.9.0, for some in-circuit values, it is possible to construct two valid decomposition to bits. In addition to the canonical decomposition of `a`, for small values there exists a second decomposition for `a+r` (where `r` is the modulus the values are being reduced by). The second decomposition was possible due to overflowing the field where the values are defined. Upgrading to version 0.9.0 should fix the issue without needing to change the calls to value comparison methods.