Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update module github.com/cloudflare/circl to v1.3.3 [security] #3403

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 11, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/cloudflare/circl indirect minor v1.1.0 -> v1.3.3

GitHub Vulnerability Alerts

CVE-2023-1732

Impact

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 blindrsa components did not check whether enough randomness was returned from the user provided randomness source. Typically the user provides crypto/rand.Reader, which in the vast majority of cases will always return the right number random bytes. In the cases where it does not, or the user provides a source that does not, the blinding for blindrsa is weak and integrity of the plaintext is not ensured in tkn20.

Patches

The fix was introduced in CIRCL v. 1.3.3


Release Notes

cloudflare/circl

v1.3.3: CIRCL v1.3.3

Compare Source

New Features

  • ASCON light-weight authenticated encryption.
  • Hybrid KEM for HPKE based on Kyber and X25519.
  • CIRCL can be compiled both as static and dynamic linking modes.

Security

  • Fixes error-handling on rand readers.

What's Changed

New Contributors

Full Changelog: cloudflare/circl@v1.3.2...v1.3.3

v1.3.2: CIRCL v1.3.2

Compare Source

What's Changed

Full Changelog: cloudflare/circl@v1.3.1...v1.3.2

v1.3.1: CIRCL v1.3.1

Compare Source

What's Changed

Full Changelog: cloudflare/circl@v1.3.0...v1.3.1

v1.3.0: CIRCL v1.3.0

Compare Source

New Features

  • CPABE: A ciphertext-policy attribute-based encryption based on TKN19 paper.
  • Blind RSA signatures.
  • Schnorr and DLEQ proofs of knowledge on elliptic curve groups.

Security

  • SIDH/SIKE was deprecated. This applies to dh and kem packages.

What's Changed

New Contributors

Full Changelog: cloudflare/circl@v1.2.0...v1.3.0

v1.2.0: CIRCL v1.2.0

Compare Source

Security

  • Included countermeasures against Hertzbleed attack.

What's Changed

New Contributors

Full Changelog: cloudflare/circl@v1.1.0...v1.2.0


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner May 11, 2023 23:30
@renovate renovate bot added the security label May 11, 2023
@renovate renovate bot enabled auto-merge (squash) May 11, 2023 23:30
@github-actions github-actions bot added the dependencies PRs that update a dependency file label May 11, 2023
@renovate renovate bot merged commit b3782ee into main May 11, 2023
@renovate renovate bot deleted the renovate/go-github.com/cloudflare/circl-vulnerability branch May 11, 2023 23:59
@nitrocode nitrocode added this to the v0.24.0 milestone May 12, 2023
mtavaresmedeiros pushed a commit to mtavaresmedeiros/atlantis that referenced this pull request Jul 3, 2023
…urity] (runatlantis#3403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ijames-gc pushed a commit to gocardless/atlantis that referenced this pull request Feb 13, 2024
…urity] (runatlantis#3403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ijames-gc pushed a commit to gocardless/atlantis that referenced this pull request Feb 13, 2024
…urity] (runatlantis#3403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies PRs that update a dependency file security
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant