Skip to content

Fix CVE-2025-22871: Upgrade Go to 1.23.8#21

Open
chainloop-platform[bot] wants to merge 1 commit intomainfrom
chainloop/fix-cve-2025-22871-20260429-225659
Open

Fix CVE-2025-22871: Upgrade Go to 1.23.8#21
chainloop-platform[bot] wants to merge 1 commit intomainfrom
chainloop/fix-cve-2025-22871-20260429-225659

Conversation

@chainloop-platform
Copy link
Copy Markdown

Summary

Upgraded Go version from 1.21 to 1.23.8 to remediate a critical HTTP request smuggling vulnerability in the net/http package.

Vulnerability Fixed

CVE-2025-22871 (CRITICAL): The net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines, which can permit request smuggling if a net/http server is used in conjunction with a server that incorrectly accepts a bare LF as part of a chunk-ext.

Changes Made

  • Updated go.mod to specify Go 1.23.8 (from 1.21)
  • This version contains the security fix for the chunked transfer encoding parser that prevents HTTP request smuggling attacks via bare LF characters

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.

0 participants