The Wayback Machine - https://web.archive.org/web/20251014181915/https://github.com/docker/cli/pull/5986
Skip to content

Conversation

thaJeztah
Copy link
Member

full diff: golang/go@go1.23.7...go1.23.8
release notes: https://go.dev/doc/devel/release#go1.24.2

go1.23.8 (released 2025-04-01) includes security fixes to the net/http package, as well as bug fixes to the runtime and the go command. See the Go 1.23.8 milestone on our issue tracker for details;

https://github.com/golang/go/issues?q=milestone%3AGo1.23.8+label%3ACherryPickApproved

From the mailing list:

Hello gophers,

We have just released Go versions 1.24.2 and 1.23.8, minor point releases. These minor releases include 1 security fixes following the security policy:

  • net/http: request smuggling through invalid chunked data The net/http package accepted data in the chunked transfer encoding containing an invalid chunk-size line terminated by a bare LF. When used in conjunction with a server or proxy which incorrectly interprets a bare LF in a chunk extension as part of the extension, this could permit request smuggling. The net/http package now rejects chunk-size lines containing a bare LF. Thanks to Jeppe Bonde Weikop for reporting this issue. This is CVE-2025-22871 and Go issue https://go.dev/issue/71988.

- Human readable description for the release notes

Update Go runtime to [1.23.8](https://go.dev/doc/devel/release#go1.23.8).

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

full diff: golang/go@go1.23.7...go1.23.8
release notes: https://go.dev/doc/devel/release#go1.24.2

go1.23.8 (released 2025-04-01) includes security fixes to the net/http package,
as well as bug fixes to the runtime and the go command. See the Go 1.23.8
milestone on our issue tracker for details;

https://github.com/golang/go/issues?q=milestone%3AGo1.23.8+label%3ACherryPickApproved

From the mailing list:

Hello gophers,

We have just released Go versions 1.24.2 and 1.23.8, minor point releases.
These minor releases include 1 security fixes following the security policy:

- net/http: request smuggling through invalid chunked data
  The net/http package accepted data in the chunked transfer encoding
  containing an invalid chunk-size line terminated by a bare LF.
  When used in conjunction with a server or proxy which incorrectly
  interprets a bare LF in a chunk extension as part of the extension,
  this could permit request smuggling.
  The net/http package now rejects chunk-size lines containing a bare LF.
  Thanks to Jeppe Bonde Weikop for reporting this issue.
  This is CVE-2025-22871 and Go issue https://go.dev/issue/71988.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@codecov-commenter
Copy link

codecov-commenter commented Apr 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.12%. Comparing base (6523832) to head (64413c2).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5986   +/-   ##
=======================================
  Coverage   59.12%   59.12%           
=======================================
  Files         355      355           
  Lines       29740    29740           
=======================================
  Hits        17583    17583           
  Misses      11182    11182           
  Partials      975      975           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
@thaJeztah thaJeztah changed the title update to go1.23.8 (fix CVE-2025-22871) [master] update to go1.23.8 (fix CVE-2025-22871) Apr 3, 2025
@thaJeztah thaJeztah changed the title [master] update to go1.23.8 (fix CVE-2025-22871) update to go1.23.8 (fix CVE-2025-22871) Apr 3, 2025
@vvoland vvoland merged commit 58fba25 into docker:master Apr 3, 2025
105 checks passed
@thaJeztah thaJeztah deleted the bump_golang_1.23.8 branch April 3, 2025 11:31
@thaJeztah thaJeztah modified the milestones: 28.0.5, 28.1.0 Apr 10, 2025
@thaJeztah thaJeztah self-assigned this May 16, 2025
@renovate renovate bot mentioned this pull request Oct 2, 2025
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment