Skip to content

[release-v0.37.x] Security: Fix CVE-2026-42505 - update Go to 1.25.12 (crypto/tls ECH privacy leak) - #3067

Merged
tekton-robot merged 1 commit into
release-v0.37.xfrom
fix/CVE-2026-42505-go1.25.12-release-v0.37.x
Jul 27, 2026
Merged

[release-v0.37.x] Security: Fix CVE-2026-42505 - update Go to 1.25.12 (crypto/tls ECH privacy leak)#3067
tekton-robot merged 1 commit into
release-v0.37.xfrom
fix/CVE-2026-42505-go1.25.12-release-v0.37.x

Conversation

@divyansh42

Copy link
Copy Markdown
Member

Changes

Update Go directive from 1.25.11 to 1.25.12 to resolve CVE-2026-42505, a privacy leak in the crypto/tls package affecting Encrypted Client Hello (ECH) support.

CVE Details:

Description: When invoking Encrypted Client Hello (ECH), the TLS client may expose the cleartext server name (SNI) via the crypto/tls package, undermining the ECH privacy guarantee.

Fix Summary:

  • Updated go directive in go.mod from 1.25.11 to 1.25.12
  • Ran go mod tidy && go mod verify && go mod vendor — all passed ✅

Test Results:

  • go mod verify: ✅ PASS
  • go mod vendor: ✅ PASS
  • Pre-existing golden file failures in pkg/cmd/hub/cmd/* are unrelated to this change

Breaking Changes: None. Patch-level Go version bump.

Risk Assessment: Low — patch version bump (1.25.11 → 1.25.12) with no API changes.

Submitter Checklist

  • Includes tests (no new tests needed — stdlib update, confirmed by govulncheck)
  • Run go mod tidy && go mod verify && go mod vendor
  • Commit messages follow best practices

Release Notes

Security: Update Go to 1.25.12 to fix CVE-2026-42505 (crypto/tls ECH privacy leak)

Jira Reference: CVE-2026-42505 / GO-2026-5856
Corresponds to main fix: #3065
Corresponds to v0.44.x fix: #3066

- Update go directive from 1.25.11 to 1.25.12
- Fixes Encrypted Client Hello (ECH) privacy leak in crypto/tls
- crypto/tls in Go 1.25.11 exposes cleartext SNI when invoking ECH

Fixes: CVE-2026-42505 (GO-2026-5856)

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 Jul 25, 2026
@tekton-robot tekton-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 25, 2026
@pratap0007

Copy link
Copy Markdown
Contributor

/retest

1 similar comment
@pratap0007

Copy link
Copy Markdown
Contributor

/retest

@pratap0007

Copy link
Copy Markdown
Contributor

/lgtm
/approve

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

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pratap0007

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:

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 Jul 27, 2026
@tekton-robot
tekton-robot merged commit 15c44d8 into release-v0.37.x Jul 27, 2026
25 of 29 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.

3 participants