Skip to content

update to go1.19.7 - #4085

Merged
thaJeztah merged 1 commit into
docker:masterfrom
thaJeztah:bump_go1.19.7
Mar 10, 2023
Merged

update to go1.19.7#4085
thaJeztah merged 1 commit into
docker:masterfrom
thaJeztah:bump_go1.19.7

Conversation

@thaJeztah

Copy link
Copy Markdown
Member

Includes a security fix for crypto/elliptic (CVE-2023-24532).

go1.19.7 (released 2023-03-07) includes a security fix to the crypto/elliptic
package, as well as bug fixes to the linker, the runtime, and the crypto/x509
and syscall packages. See the Go 1.19.7 milestone on our issue tracker for
details.

https://go.dev/doc/devel/release#go1.19.minor

From the announcement:

We have just released Go versions 1.20.2 and 1.19.7, minor point releases.

These minor releases include 1 security fixes following the security policy:

  • crypto/elliptic: incorrect P-256 ScalarMult and ScalarBaseMult results
    >
    > The ScalarMult and ScalarBaseMult methods of the P256 Curve may return an
    > incorrect result if called with some specific unreduced scalars (a scalar larger
    > than the order of the curve).
    >
    > This does not impact usages of crypto/ecdsa or crypto/ecdh.

This is CVE-2023-24532 and Go issue https://go.dev/issue/58647.

- What I did

- How I did it

- How to verify it

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

Includes a security fix for crypto/elliptic (CVE-2023-24532).
> go1.19.7 (released 2023-03-07) includes a security fix to the crypto/elliptic
> package, as well as bug fixes to the linker, the runtime, and the crypto/x509
> and syscall packages. See the Go 1.19.7 milestone on our issue tracker for
> details.
https://go.dev/doc/devel/release#go1.19.minor
From the announcement:
> We have just released Go versions 1.20.2 and 1.19.7, minor point releases.
>
> These minor releases include 1 security fixes following the security policy:
>
> - crypto/elliptic: incorrect P-256 ScalarMult and ScalarBaseMult results
>
> The ScalarMult and ScalarBaseMult methods of the P256 Curve may return an
> incorrect result if called with some specific unreduced scalars (a scalar larger
> than the order of the curve).
>
> This does not impact usages of crypto/ecdsa or crypto/ecdh.
>
> This is CVE-2023-24532 and Go issue https://go.dev/issue/58647.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah
thaJeztah merged commit 12c6126 into docker:masterMar 10, 2023
@thaJeztah
thaJeztah deleted the bump_go1.19.7 branch March 10, 2023 12:03
Sign up for freeto 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

@thaJeztah@vvoland