VYPR

Go modules package

github.com/cloudflare/circl

pkg:golang/github.com/cloudflare/circl

Vulnerabilities (3)

  • CVE-2026-1229Feb 24, 2026
    affected < 1.6.3fixed 1.6.3

    The CombinedMult function in the CIRCL ecc/p384 package (secp384r1 curve) produces an incorrect value for specific inputs. The issue is fixed by using complete addition formulas. ECDH and ECDSA signing relying on this curve are not affected. The bug was fixed in v1.6.3 https://

  • CVE-2025-8556LowAug 6, 2025
    affected < 1.6.1fixed 1.6.1

    A flaw was found in CIRCL's implementation of the FourQ elliptic curve. This vulnerability allows an attacker to compromise session security via low-order point injection and incorrect point validation during Diffie-Hellman key exchange.

  • CVE-2023-1732May 10, 2023
    affected < 1.3.3fixed 1.3.3

    When sampling randomness for a shared secret, the implementation of Kyber and FrodoKEM, did not check whether crypto/rand.Read() returns an error. In rare deployment cases (error thrown by the Read() function), this could lead to a predictable shared secret. The tkn20 and blindr