Skip to content

[cherry-pick: release-v0.81.x] Security: Update Go stdlib to 1.26.6 (net/url, html/template, crypto/tls, net/http, encoding/xml, encoding/asn1) - #3955

Merged
tekton-robot merged 1 commit into
release-v0.81.xfrom
cherry-pick-3926-to-release-v0.81.x
Aug 20, 2026
Merged

[cherry-pick: release-v0.81.x] Security: Update Go stdlib to 1.26.6 (net/url, html/template, crypto/tls, net/http, encoding/xml, encoding/asn1)#3955
tekton-robot merged 1 commit into
release-v0.81.xfrom
cherry-pick-3926-to-release-v0.81.x

Conversation

@tekton-robot

Copy link
Copy Markdown
Contributor

This is a cherry-pick of #3926


Changes

Update Go stdlib from 1.26.5 to 1.26.6 to remediate multiple reachable stdlib vulnerabilities on release-v0.80.x, confirmed present and reachable by govulncheck.

Vulnerabilities fixed:

ID Package Severity
GO-2026-6218 net/url Important
GO-2026-6091 html/template Important
GO-2026-6090 crypto/tls Important
GO-2026-6089 net/http Important
GO-2026-6088 encoding/xml Important
GO-2026-5972 encoding/asn1 Important
GO-2026-5026 net/http Important

govulncheck result after fix: no fixable stdlib CVEs remain.

Jira tickets: SRVKP-13173, SRVKP-13178, SRVKP-13179

Submitter Checklist

  • Run make test lint before submitting a PR
  • Includes tests (no test changes needed — stdlib bump only)
  • Commit messages follow commit message best practices

Release Notes

Security: Update Go stdlib to 1.26.6 to address CVEs GO-2026-6088, GO-2026-6089, GO-2026-6090, GO-2026-6091, GO-2026-6218, GO-2026-5972, GO-2026-5026

Update go directive from 1.26.5 to 1.26.6 to address multiple
reachable stdlib vulnerabilities confirmed by govulncheck:
- GO-2026-6218: quadratic complexity in net/url.resolvePath
- GO-2026-6091: JS regexp context tracking in html/template
- GO-2026-6090: TLS post-handshake message limits in crypto/tls
- GO-2026-6089: ReadHeaderTimeout in HTTP/2 check in net/http
- GO-2026-6088: XML recursion depth guard in encoding/xml
- GO-2026-5972: ASN.1 recursion depth guard in encoding/asn1
- GO-2026-5026: net/http header handling

All unit tests pass with GOTOOLCHAIN=go1.26.6.

Resolves: SRVKP-13173, SRVKP-13178, SRVKP-13179

Co-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@tekton-robot tekton-robot added the release-note Denotes a PR that will be considered when it comes time to generate release notes. label Aug 19, 2026
@tekton-robot tekton-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Aug 19, 2026
@pratap0007 pratap0007 changed the title [cherry-pick: release-v0.81.x] [release-v0.80.x] Security: Update Go stdlib to 1.26.6 (net/url, html/template, crypto/tls, net/http, encoding/xml, encoding/asn1) [cherry-pick: release-v0.81.x] Security: Update Go stdlib to 1.26.6 (net/url, html/template, crypto/tls, net/http, encoding/xml, encoding/asn1) Aug 19, 2026
@pratap0007

Copy link
Copy Markdown
Contributor

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Aug 20, 2026
@anithapriyanatarajan

Copy link
Copy Markdown
Contributor

/approve

@tekton-robot

Copy link
Copy Markdown
Contributor Author

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: anithapriyanatarajan

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [anithapriyanatarajan]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 20, 2026
@tekton-robot
tekton-robot merged commit 9de6d55 into release-v0.81.x Aug 20, 2026
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants