Security: Fix CVE-2026-27145 - update Go toolchain to 1.25.11#3007
Open
divyansh42 wants to merge 1 commit into
Open
Conversation
- Update go directive from 1.25.9 to 1.25.11 in go.mod - Addresses Denial of Service via excessive processing of DNS SAN entries in crypto/x509 (Go stdlib) - Fixed in Go 1.25.11 and 1.26.4 (per GO-2026-5037) - All unit tests pass with go1.25.11 toolchain Jira: SRVKP-12628 Co-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
/lgtm |
Contributor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: pratap0007 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
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
This PR fixes CVE-2026-27145 by updating the Go toolchain requirement from
go 1.25.9togo 1.25.11ingo.mod.CVE Details
Changes
godirective ingo.mod: 1.25.9 → 1.25.11Vulnerability Scan
Test Results
Status: ✅ All tests passed
Summary: All unit test packages pass with go1.25.11 toolchain
Jira References
SRVKP-12628
Testing Checklist
Risk Assessment
Low — minor patch version bump to the Go stdlib toolchain requirement; no API changes; all tests pass.
🤖 Generated by CVE Fixer Workflow