fix: upgrade Go to 1.25.5 to address CVE-2025-61729#1461
fix: upgrade Go to 1.25.5 to address CVE-2025-61729#1461Harishma-Hari wants to merge 1 commit intokubernetes-csi:masterfrom
Conversation
- Upgraded Go version from 1.24.2 to 1.25.5 - Fixes CVE-2025-61729 in crypto/x509 package - Resolves excessive resource consumption vulnerability in HostnameError.Error() - CVSS Score: 7.5 (High severity) This security patch prevents quadratic runtime issues when constructing error strings with unlimited host printing in x509 certificate validation.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Harishma-Hari 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 |
|
|
|
Welcome @Harishma-Hari! |
|
Hi @Harishma-Hari. Thanks for your PR. I'm waiting for a kubernetes-csi member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Go version used in this project is defined in csi-release-tools repository, https://github.com/kubernetes-csi/csi-release-tools/blob/707a99ecae026a8faa36d60aa9ea88505b5865df/prow.sh#L89 "Someone" needs to sync it into the external-provisioner repo via git subtree, as described here. And please review and edit AI generated output - the PR description is huge and full of useless information. This would be enough:
|
|
/close |
|
@jsafrane: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What type of PR is this?
kind bug
What this PR does / why we need it:
This PR upgrades the Go version from 1.24.2 to 1.25.5 to address CVE-2025-61729, a high-severity security vulnerability in the
crypto/x509package.The vulnerability (CVSS Score: 7.5) causes excessive resource consumption through quadratic runtime in
HostnameError.Error()when constructing error strings. A malicious actor could provide a certificate that results in unlimited host printing, leading to denial of service through resource exhaustion.Which issue(s) this PR fixes:
Fixes CVE-2025-61729
Special notes for your reviewer:
Does this PR introduce a user-facing change?: