VYPR

Gnark

by Consensys

CVEs (6)

  • CVE-2025-57801CriAug 22, 2025
    risk 0.52cvss 9.1epss 0.00

    gnark is a zero-knowledge proof system framework. In versions prior to 0.14.0, the Verify function in eddsa.go and ecdsa.go used the S value from a signature without asserting that 0 ≤ S < order, leading to a signature malleability vulnerability. Because gnark’s native EdDSA…

  • CVE-2025-58157HigAug 29, 2025
    risk 0.42cvss 7.5epss 0.01

    gnark is a zero-knowledge proof system framework. In version 0.12.0, there is a potential denial of service vulnerability when computing scalar multiplication is using the fake-GLV algorithm. This is because the algorithm didn't converge quickly enough for some of the inputs.…

  • CVE-2023-44378HigOct 9, 2023
    risk 0.39cvss 7.1epss 0.00

    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…

  • CVE-2024-45039MedSep 6, 2024
    risk 0.33cvss 6.2epss 0.00

    gnark is a fast zk-SNARK library that offers a high-level API to design circuits. Versions prior to 0.11.0 have a soundness issue - in case of multiple commitments used inside the circuit the prover is able to choose all but the last commitment. As gnark uses the commitments for…

  • CVE-2024-45040MedSep 6, 2024
    risk 0.31cvss 5.9epss 0.00

    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…

  • CVE-2024-50354MedOct 31, 2024
    risk 0.29cvss 5.5epss 0.00

    gnark is a fast zk-SNARK library that offers a high-level API to design circuits. In gnark 0.11.0 and earlier, deserialization of Groth16 verification keys allocate excessive memory, consuming a lot of resources and triggering a crash with the error fatal error: runtime: out of…