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

[master] update to go1.23.6 #1161

Merged
merged 1 commit into from
Feb 6, 2025
Merged

[master] update to go1.23.6 #1161

merged 1 commit into from
Feb 6, 2025

Conversation

vvoland
Copy link
Contributor

@vvoland vvoland commented Feb 6, 2025

This minor release include 1 security fix following the security policy:

  • crypto/elliptic: timing sidechannel for P-256 on ppc64le

    Due to the usage of a variable time instruction in the assembly implementation
    of an internal function, a small number of bits of secret scalars are leaked on
    the ppc64le architecture. Due to the way this function is used, we do not
    believe this leakage is enough to allow recovery of the private key when P-256
    is used in any well known protocols.

This is CVE-2025-22866 and Go issue https://go.dev/issue/71383.

View the release notes for more information:
https://go.dev/doc/devel/release#go1.23.6

Signed-off-by: Paweł Gronowski pawel.gronowski@docker.com

Verified

This commit was signed with the committer’s verified signature.
vvoland Paweł Gronowski
This minor release include 1 security fix following the security policy:

- crypto/elliptic: timing sidechannel for P-256 on ppc64le

  Due to the usage of a variable time instruction in the assembly implementation
  of an internal function, a small number of bits of secret scalars are leaked on
  the ppc64le architecture. Due to the way this function is used, we do not
  believe this leakage is enough to allow recovery of the private key when P-256
  is used in any well known protocols.

This is CVE-2025-22866 and Go issue https://go.dev/issue/71383.

View the release notes for more information:
https://go.dev/doc/devel/release#go1.23.6

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
@vvoland vvoland self-assigned this Feb 6, 2025
@vvoland vvoland requested a review from a team February 6, 2025 16:08
@vvoland vvoland merged commit cf7fc55 into docker:master Feb 6, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants