Vulnerability Description
gnark is a fast zk-SNARK library that offers a high-level API to design circuits. Prior to version 0.11.0, commitments to private witnesses in Groth16 as implemented break the zero-knowledge property. The vulnerability affects only Groth16 proofs with commitments. Notably, PLONK proofs are not affected. The vulnerability affects the zero-knowledge property of the proofs - in case the witness (secret or internal) values are small, then the attacker may be able to enumerate all possible choices to deduce the actual value. If the possible choices for the variables to be committed is large or there are many values committed, then it would be computationally infeasible to enumerate all valid choices. It doesn't affect the completeness/soundness of the proofs. The vulnerability has been fixed in version 0.11.0. The patch to fix the issue is to add additional randomized value to the list of committed value at proving time to mask the rest of the values which were committed. As a workaround, the user can manually commit to a randomized value.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Consensys | Gnark-Crypto | < 0.11.0 |
Related Weaknesses (CWE)
References
- https://github.com/Consensys/gnark/commit/afda68a38acca37becb8ba6d8982d03fee9559Patch
- https://github.com/Consensys/gnark/pull/1245Product
- https://github.com/Consensys/gnark/security/advisories/GHSA-9xcg-3q8v-7fq6Third Party Advisory
FAQ
What is CVE-2024-45040?
CVE-2024-45040 is a vulnerability with a CVSS score of 5.9 (MEDIUM). gnark is a fast zk-SNARK library that offers a high-level API to design circuits. Prior to version 0.11.0, commitments to private witnesses in Groth16 as implemented break the zero-knowledge property....
How severe is CVE-2024-45040?
CVE-2024-45040 has been rated MEDIUM with a CVSS base score of 5.9/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-45040?
Check the references section above for vendor advisories and patch information. Affected products include: Consensys Gnark-Crypto.