Skip to content

fix(deps): update go toolchain directive to v1.25.11 [security] - autoclosed#23

Closed
renovate-sh-app[bot] wants to merge 1 commit into
mainfrom
renovate/golang-version-go-vulnerability
Closed

fix(deps): update go toolchain directive to v1.25.11 [security] - autoclosed#23
renovate-sh-app[bot] wants to merge 1 commit into
mainfrom
renovate/golang-version-go-vulnerability

Conversation

@renovate-sh-app

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
go (source) toolchain patch 1.25.101.25.11

Inefficient candidate hostname parsing in crypto/x509

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

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

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
    • ""
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@renovate-sh-app renovate-sh-app Bot requested a review from a team as a code owner June 3, 2026 03:18
@renovate-sh-app renovate-sh-app Bot requested review from oleiade and szkiba June 3, 2026 03:18
@renovate-sh-app renovate-sh-app Bot changed the title fix(security/unknown): update go toolchain directive to v1.25.11 [security] fix(security/unknown): update go toolchain directive to v1.25.11 [security] - autoclosed Jun 3, 2026
@renovate-sh-app renovate-sh-app Bot closed this Jun 3, 2026
@renovate-sh-app renovate-sh-app Bot deleted the renovate/golang-version-go-vulnerability branch June 3, 2026 09:23
| datasource     | package | from    | to      |
| -------------- | ------- | ------- | ------- |
| golang-version | go      | 1.25.10 | 1.25.11 |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app renovate-sh-app Bot changed the title fix(security/unknown): update go toolchain directive to v1.25.11 [security] - autoclosed fix(deps): update go toolchain directive to v1.25.11 [security] Jun 3, 2026
@renovate-sh-app renovate-sh-app Bot reopened this Jun 3, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/golang-version-go-vulnerability branch from 80c7ff3 to 4b08596 Compare June 3, 2026 15:24
@renovate-sh-app renovate-sh-app Bot changed the title fix(deps): update go toolchain directive to v1.25.11 [security] fix(deps): update go toolchain directive to v1.25.11 [security] - autoclosed Jun 3, 2026
@renovate-sh-app renovate-sh-app Bot closed this Jun 3, 2026
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.

0 participants