Skip to content

update to go1.23.6#49393

Merged
thaJeztah merged 1 commit intomoby:masterfrom
vvoland:update-go
Feb 5, 2025
Merged

update to go1.23.6#49393
thaJeztah merged 1 commit intomoby:masterfrom
vvoland:update-go

Conversation

@vvoland
Copy link
Copy Markdown
Contributor

@vvoland vvoland commented Feb 4, 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

- Description for the changelog

Update Go runtime to 1.23.6

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 <[email protected]>
@vvoland vvoland added this to the 28.0.0 milestone Feb 4, 2025
@vvoland vvoland self-assigned this Feb 4, 2025
@vvoland vvoland requested a review from tianon as a code owner February 4, 2025 19:28
@vvoland vvoland closed this Feb 5, 2025
@vvoland vvoland reopened this Feb 5, 2025
@vvoland vvoland requested a review from thaJeztah February 5, 2025 15:17
Copy link
Copy Markdown
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@thaJeztah thaJeztah merged commit 779bdc4 into moby:master Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants