fix(security): upgrade Go to 1.25.7 for crypto/tls CVE#701
Open
plural-copilot[bot] wants to merge 1 commit intomainfrom
Open
fix(security): upgrade Go to 1.25.7 for crypto/tls CVE#701plural-copilot[bot] wants to merge 1 commit intomainfrom
plural-copilot[bot] wants to merge 1 commit intomainfrom
Conversation
Addresses crypto/tls session resumption vulnerability where Config.ClientCAs or RootCAs field mutations between initial and resumed handshakes could cause sessions to succeed when they should fail. Fixed files: - go.mod: Updated Go version directive - Dockerfile: Updated builder and final stage images - dockerfiles/Dockerfile.cloud: Updated builder image Fix Version: 1.25.7 Current Version: 1.25.6 Package: stdlib
Contributor
Author
There was a problem hiding this comment.
This PR was generated by the claude (engine: claude) agent runtime. Here's some useful information you might want to know to evaluate
the ai's perfomance:
| Name | Details |
|---|---|
| 💬 Prompt | Security scanners have found the following vulnerability in our cluster:... |
| 🔗 Run history | View run history |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Vulnerability Details
During session resumption in crypto/tls, if the underlying Config has its ClientCAs or RootCAs fields mutated between the initial handshake and the resumed handshake, the resumed handshake may succeed when it should have failed. This can cause clients or servers to resume sessions with parties they would not have resumed with during the initial handshake.
Changes
go.modgo 1.25.6→go 1.25.7Dockerfilegolang:1.25.7-alpine3.22dockerfiles/Dockerfile.cloudgolang:1.25.7-alpine3.22Verification
Security Scanner Details