Skip to content

chore(deps): update go toolchain directive to v1.25.11 [security] (release-1.10)#2946

Open
renovate[bot] wants to merge 3 commits into
release-1.10from
renovate/release-1.10-golang-version-go-vulnerability
Open

chore(deps): update go toolchain directive to v1.25.11 [security] (release-1.10)#2946
renovate[bot] wants to merge 3 commits into
release-1.10from
renovate/release-1.10-golang-version-go-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
go (source) toolchain patch 1.25.101.25.11

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Inefficient candidate hostname parsing in crypto/x509

BIT-golang-2026-27145 / CVE-2026-27145 / GO-2026-5037

More information

Details

(*x509.Certificate).VerifyHostname previously called matchHostnames in a loop over all DNS Subject Alternative Name (SAN) entries. This caused strings.Split(host, ".") to execute repeatedly on the same input hostname.

With a large DNS SAN list, verification costs scaled quadratically based on the number of SAN entries multiplied by the hostname's label count. Because x509.Verify validates hostnames before building the certificate chain, this overhead occurred even for untrusted certificates.

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Quadratic complexity in WordDecoder.DecodeHeader in mime

BIT-golang-2026-42504 / CVE-2026-42504 / GO-2026-5038

More information

Details

Decoding a maliciously-crafted MIME header containing many invalid encoded-words can consume excessive CPU.

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Arbitrary inputs are included in errors without any escaping in net/textproto

BIT-golang-2026-42507 / CVE-2026-42507 / GO-2026-5039

More information

Details

When returning errors, functions in the net/textproto package would include its input as part of the error. This might allow an attacker to inject misleading content to errors that are printed or logged.

Severity

Unknown

References

This data is provided by OSV and the Go Vulnerability Database (CC-BY 4.0).


Release Notes

golang/go (go)

v1.25.11


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner June 3, 2026 01:41
@openshift-ci openshift-ci Bot requested review from gazarenkov and zdrapela June 3, 2026 01:41

@rm3l rm3l left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but on hold until 1.10.0 is out

/hold

@openshift-ci openshift-ci Bot added the lgtm label Jun 3, 2026
@renovate renovate Bot changed the title chore(deps): update go toolchain directive to v1.25.11 [security] (release-1.10) chore(deps): update go toolchain directive to v1.25.11 [security] (release-1.10) - autoclosed Jun 8, 2026
@renovate renovate Bot closed this Jun 8, 2026
@renovate renovate Bot deleted the renovate/release-1.10-golang-version-go-vulnerability branch June 8, 2026 06:11
@renovate renovate Bot changed the title chore(deps): update go toolchain directive to v1.25.11 [security] (release-1.10) - autoclosed chore(deps): update go toolchain directive to v1.25.11 [security] (release-1.10) Jun 8, 2026
@renovate renovate Bot reopened this Jun 8, 2026
@renovate renovate Bot force-pushed the renovate/release-1.10-golang-version-go-vulnerability branch 2 times, most recently from 0b24419 to 7c37d35 Compare June 8, 2026 11:51
@openshift-ci openshift-ci Bot removed the lgtm label Jun 8, 2026
@openshift-ci

openshift-ci Bot commented Jun 8, 2026

Copy link
Copy Markdown

New changes are detected. LGTM label has been removed.

rhdh-bot and others added 3 commits June 9, 2026 16:03
…-toolset:9.7-1778675823 [skip-build] [skip-e2e] (#2969)

* chore: update release-1.10 to ubi9/go-toolset:1780490457 from ubi9/go-toolset:9.7-1778675823 [skip-build] [skip-e2e]

Signed-off-by: rhdh-bot service account <rhdh-bot@redhat.com>

* chore: update release-1.10 to ubi9-minimal:1780379098 from ubi9-minimal:9.7-1778562320 [skip-build] [skip-e2e]

Signed-off-by: rhdh-bot service account <rhdh-bot@redhat.com>

* chore: update release-1.10 to ubi9/go-toolset:1780490457 from ubi9/go-toolset:9.7-1778675823 [skip-build] [skip-e2e]

Signed-off-by: rhdh-bot service account <rhdh-bot@redhat.com>

* chore: update release-1.10 to ubi9-minimal:1780379098 from ubi9-minimal:9.7-1778562320 [skip-build] [skip-e2e]

Signed-off-by: rhdh-bot service account <rhdh-bot@redhat.com>

---------

Signed-off-by: rhdh-bot service account <rhdh-bot@redhat.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot force-pushed the renovate/release-1.10-golang-version-go-vulnerability branch from 7c37d35 to 4286608 Compare June 9, 2026 16:14
@sonarqubecloud

sonarqubecloud Bot commented Jun 9, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants