chore(deps): update go toolchain directive to v1.26.4 [security] - autoclosed #433
Reference in New Issue
Block a user
Delete Branch "renovate/golang-version-go-vulnerability"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.26.3→1.26.4Inefficient 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).
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate.
chore(deps): update go toolchain directive to v1.26.4 [security]to chore(deps): update go toolchain directive to v1.26.4 [security] - autoclosedPull request closed