Ecosyste.ms: Advisories
An open API service providing security vulnerability metadata for many open source software ecosystems.
Security Advisories: GSA_kwCzR0hTQS00OTh3LTVqNDktdnFqZ84AA2PN
gnark unsoundness in variable comparison / non-unique binary decomposition
Impact
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.
Internally, the comparison methods frontend.API.Cmp
and frontend.API.IsLess
used binary decomposition and checked the bitwise differences. This allows a malicious prover to construct a valid proof for a statement a < b
even if a > b
.
The issue impacts all users using API.Cmp
or API.IsLess
methods. Additionally, it impacts the users using bits.ToBinary
or API.ToBinary
methods if full-width decomposition is requested (the default behaviour if no options are given).
The issues does not impact comparison methods in field emulation (package std/math/emulated
) and dedicated comparison package (std/math/cmp
).
Patches
Fix has been implemented in pull request #835 and merged in commit 59a4087261a6c73f13e80d695c17b398c3d0934f to master branch. The release v0.9.0 and onwards include the fix.
The fix added additional comparison of the decomposed bit-vector to the modulus of the in-circuit values.
Workarounds
Upgrading to version v0.9.0 should fix the issue without needing to change the calls to value comparison methods.
Alternatively, users can use the std/math/cmp
gadget, which additionally allows to bound the number of bits being compared, making the comparisons more efficient if the bound on the absolute difference of the values is known.
References
- https://github.com/Consensys/gnark/pull/835
- https://github.com/zkopru-network/zkopru/issues/116
- https://github.com/iden3/circomlib/pull/48
Acknowledgement
The vulnerability was reported by Marcin Kostrzewa @ Reilabs.
Permalink: https://github.com/advisories/GHSA-498w-5j49-vqjgJSON: https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS00OTh3LTVqNDktdnFqZ84AA2PN
Source: GitHub Advisory Database
Origin: Unspecified
Severity: Moderate
Classification: General
Published: about 1 year ago
Updated: about 1 year ago
CVSS Score: 5.5
CVSS vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
EPSS Percentage: 0.00109
EPSS Percentile: 0.44549
Identifiers: GHSA-498w-5j49-vqjg, CVE-2023-44378
References:
- https://github.com/Consensys/gnark/security/advisories/GHSA-498w-5j49-vqjg
- https://github.com/zkopru-network/zkopru/issues/116
- https://github.com/Consensys/gnark/pull/835
- https://github.com/Consensys/gnark/commit/59a4087261a6c73f13e80d695c17b398c3d0934f
- https://nvd.nist.gov/vuln/detail/CVE-2023-44378
- https://github.com/advisories/GHSA-498w-5j49-vqjg
Blast Radius: 10.4
Affected Packages
go:github.com/consensys/gnark
Dependent packages: 104Dependent repositories: 78
Downloads:
Affected Version Ranges: < 0.9.0
Fixed in: 0.9.0
All affected versions: 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.3.7, 0.3.8, 0.4.0, 0.5.0, 0.5.1, 0.5.2, 0.6.0, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.6.5, 0.7.0, 0.7.1, 0.8.0, 0.8.1
All unaffected versions: 0.9.0, 0.9.1, 0.10.0, 0.11.0