Skip to content

[release-v0.45.x] Security: Fix stdlib CVEs (go1.26.6) and sigstore-go v1.2.0 - #3134

Open
divyansh42 wants to merge 1 commit into
release-v0.45.xfrom
fix/SRVKP-13176-stdlib-sigstore-release-v0.45.x-attempt-1
Open

[release-v0.45.x] Security: Fix stdlib CVEs (go1.26.6) and sigstore-go v1.2.0#3134
divyansh42 wants to merge 1 commit into
release-v0.45.xfrom
fix/SRVKP-13176-stdlib-sigstore-release-v0.45.x-attempt-1

Conversation

@divyansh42

Copy link
Copy Markdown
Member

Changes

Security dependency updates for release-v0.45.x addressing vulnerabilities confirmed by govulncheck:

1. Bump Go stdlib: go 1.26.5go 1.26.6

  • Fixes GO-2026-6218: Quadratic complexity in net/url.resolvePath
  • Fixes GO-2026-6090: Unbounded post-handshake messages in crypto/tls
  • Fixes GO-2026-5972: Max recursion depth enforcement in encoding/asn1
  • Fixes GO-2026-5026: Punycode-encoded label rejection in net/http

2. Bump github.com/sigstore/sigstore-go v1.1.4 → v1.2.0

  • Fixes GO-2026-5952 (CVE-2026-49834): Multi-log threshold bypass via single compromised log (CVSS 5.9)

Related Jira ticket: SRVKP-13176 (FedRAMP compliance scan — pipelines-cli-tkn-rhel9)

Existing PR for grpc fix on this branch: #3131

Submitter Checklist

  • Includes tests (dependency update — vulnerability scan tests below)
  • Run the code checkers: go mod tidy && go mod verify && go mod vendor all passed
  • Commit messages follow commit message best practices
  • Regenerate the manpages, docs and go formatting with make generated (not applicable for dependency-only update)

govulncheck Results (Post-Fix)

Scanned with GOTOOLCHAIN=go1.26.6 govulncheck@v1.7.0 (2026-08-13 DB):

Resolved:

  • ✅ GO-2026-6218 (net/url) — fixed
  • ✅ GO-2026-6090 (crypto/tls) — fixed
  • ✅ GO-2026-5972 (encoding/asn1) — fixed
  • ✅ GO-2026-5026 (net/http) — fixed
  • ✅ GO-2026-5952 (sigstore-go v1.2.0) — fixed

Remaining (no fix available):

Unit Test Results

go test -mod=vendor ./pkg/... → PASSED ✅
go build -mod=vendor ./...   → PASSED ✅

Release Notes

NONE

- Bump go directive from 1.26.5 to 1.26.6 to fix stdlib CVEs:
  - GO-2026-6218 (net/url quadratic complexity)
  - GO-2026-6090 (crypto/tls post-handshake messages)
  - GO-2026-5972 (encoding/asn1 max recursion depth)
  - GO-2026-5026 (net/http Punycode-encoded labels)
- Bump github.com/sigstore/sigstore-go v1.1.4 → v1.2.0
  - Fixes GO-2026-5952: multi-log threshold bypass (CVE-2026-49834)
- Run go mod tidy, go mod verify, go mod vendor

Resolves: SRVKP-13176

Co-Assisted-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@tekton-robot tekton-robot added the release-note-none Denotes a PR that doesnt merit a release note. label Aug 14, 2026
@tekton-robot

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please ask for approval from divyansh42 after the PR has been reviewed.

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

Details Needs approval from an approver in each of these files:

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 size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Aug 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-note-none Denotes a PR that doesnt merit a release note. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants