chore(deps): update module github.com/cloudflare/circl to v1.3.3 [security] #3403
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
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 theRead()
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.3Compare Source
New Features
Security
What's Changed
New Contributors
Full Changelog: cloudflare/circl@v1.3.2...v1.3.3
v1.3.2
: CIRCL v1.3.2Compare Source
What's Changed
Full Changelog: cloudflare/circl@v1.3.1...v1.3.2
v1.3.1
: CIRCL v1.3.1Compare Source
What's Changed
Full Changelog: cloudflare/circl@v1.3.0...v1.3.1
v1.3.0
: CIRCL v1.3.0Compare Source
New Features
Security
What's Changed
New Contributors
Full Changelog: cloudflare/circl@v1.2.0...v1.3.0
v1.2.0
: CIRCL v1.2.0Compare Source
Security
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.
This PR has been generated by Mend Renovate. View repository job log here.