Skip to content

Fix CVE-2025-22871: Upgrade Go to v1.23.8#18

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

Fix CVE-2025-22871: Upgrade Go to v1.23.8#18
chainloop-platform[bot] wants to merge 1 commit intomainfrom
chainloop/fix-cve-2025-22871-20260424-072449

Conversation

@chainloop-platform
Copy link
Copy Markdown

Summary

Upgraded Go toolchain from v1.21 to v1.23.8 to fix 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, permitting HTTP request smuggling when used with servers that incorrectly accept bare LF in chunk extensions.

Changes Made

  • Updated go.mod to specify Go v1.23.8, which includes the patched net/http implementation
  • This fix ensures the HTTP server rejects bare LF characters in chunk-size lines, preventing request smuggling attacks

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