Skip to content

chore: update security updates [security]#87

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/security-updates
May 14, 2026
Merged

chore: update security updates [security]#87
renovate[bot] merged 1 commit into
masterfrom
renovate/security-updates

Conversation

@renovate

@renovate renovate Bot commented May 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
go (source) toolchain patch 1.26.21.26.3 age confidence
golang.org/x/net indirect minor v0.48.0v0.53.0 age confidence

Infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE in net/http/internal/http2 in golang.org/x/net

BIT-golang-2026-33814 / CVE-2026-33814 / GO-2026-4918

More information

Details

When processing HTTP/2 SETTINGS frames, transport will enter an infinite loop of writing CONTINUATION frames if it receives a SETTINGS_MAX_FRAME_SIZE with a value of 0.

Severity

Unknown

References

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


Panic in Dial and LookupPort when handling NUL byte on Windows in net

BIT-golang-2026-39836 / CVE-2026-39836 / GO-2026-4971

More information

Details

The Dial and LookupPort functions panic on Windows when provided with an input containing a NUL (0).

Severity

Unknown

References

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


ReverseProxy forwards queries with more than urlmaxqueryparams parameters in net/http/httputil

BIT-golang-2026-39825 / CVE-2026-39825 / GO-2026-4976

More information

Details

ReverseProxy can forward queries containing parameters not visible to Rewrite functions.

When used with a Rewrite function, or a Director function which parses query parameters, ReverseProxy sanitizes the forwarded request to remove query parameters which are not parsed by url.ParseQuery. ReverseProxy does not take ParseQuery's limit on the total number of query parameters (controlled by GODEBUG=urlmaxqueryparams=N) into account. This can permit ReverseProxy to forward a request containing a query parameter that is not visible to the Rewrite function.

For example, the query "a1=x&a2=x&...&a10000=x&hidden=y" can forward the parameter "hidden=y" while hiding it from the proxy's Rewrite function.

Severity

Unknown

References

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


Quadratic string concatenation in consumePhrase in net/mail

BIT-golang-2026-42499 / CVE-2026-42499 / GO-2026-4977

More information

Details

Pathological inputs could cause DoS through consumePhrase when parsing an email address according to RFC 5322.

Severity

Unknown

References

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


Escaper bypass leads to XSS in html/template

BIT-golang-2026-39826 / CVE-2026-39826 / GO-2026-4980

More information

Details

If a trusted template author were to write a <script> tag containing an empty 'type' attribute or a 'type' attribute with an ASCII whitespace, the execution of the template would incorrectly escape any data passed into the <script> block.

Severity

Unknown

References

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


Crash when handling long CNAME response in net

BIT-golang-2026-33811 / CVE-2026-33811 / GO-2026-4981

More information

Details

When using LookupCNAME with the cgo DNS resolver, a very long CNAME response can trigger a double-free of C memory and a crash.

Severity

Unknown

References

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


Bypass of meta content URL escaping causes XSS in html/template

BIT-golang-2026-39823 / CVE-2026-39823 / GO-2026-4982

More information

Details

CVE-2026-27142 fixed a vulnerability in which URLs were not correctly escaped inside of a tag's attribute. If the URL content were to insert ASCII whitespaces around the '=' rune inside of the attribute, the escaper would fail to similarly escape it, leading to XSS.

Severity

Unknown

References

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


Quadratic string concatentation in consumeComment in net/mail

BIT-golang-2026-39820 / CVE-2026-39820 / GO-2026-4986

More information

Details

Well-crafted inputs reaching ParseAddress, ParseAddressList, and ParseDate were able to trigger excessive CPU exhaustion and memory allocations.

Severity

Unknown

References

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


Release Notes

golang/go (go)

v1.26.3


Configuration

📅 Schedule: (in timezone UTC)

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

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 ZerGo0 as a code owner May 12, 2026 14:44
@renovate renovate Bot added dependencies Pull requests that update a dependency file security labels May 12, 2026
@renovate

renovate Bot commented May 12, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 6 additional dependencies were updated

Details:

Package Change
golang.org/x/mod v0.30.0 -> v0.34.0
golang.org/x/sync v0.19.0 -> v0.20.0
golang.org/x/sys v0.39.0 -> v0.43.0
golang.org/x/telemetry v0.0.0-20251111182119-bc8e575c7b54 -> v0.0.0-20260311193753-579e4da9a98c
golang.org/x/text v0.32.0 -> v0.36.0
golang.org/x/tools v0.39.0 -> v0.43.0

@renovate renovate Bot changed the title chore: update module golang.org/x/net to v0.53.0 [security] chore: update security updates [security] May 14, 2026
@renovate renovate Bot force-pushed the renovate/security-updates branch from 96a10a4 to 1323d79 Compare May 14, 2026 16:56
@renovate renovate Bot merged commit 99cb950 into master May 14, 2026
3 checks passed
@renovate renovate Bot deleted the renovate/security-updates branch May 14, 2026 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file security

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants