Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

fix(security/unknown): update module golang.org/x/net to v0.53.0 [security]#298

Closed
renovate-sh-app[bot] wants to merge 1 commit into
mainfrom
renovate/go-golang.org-x-net-vulnerability
Closed

fix(security/unknown): update module golang.org/x/net to v0.53.0 [security]#298
renovate-sh-app[bot] wants to merge 1 commit into
mainfrom
renovate/go-golang.org-x-net-vulnerability

Conversation

@renovate-sh-app
Copy link
Copy Markdown
Contributor

@renovate-sh-app renovate-sh-app Bot commented Nov 27, 2025

This PR contains the following updates:

Package Change Age Confidence
golang.org/x/net v0.26.0v0.53.0 age confidence

HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net

CVE-2025-22870 / GHSA-qxp5-gwg8-xv66

More information

Details

Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to "*.example.com", a request to "[::1%25.example.com]:80` will incorrectly match and not be proxied.

Severity

  • CVSS Score: 4.4 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


golang.org/x/net vulnerable to Cross-site Scripting

CVE-2025-22872 / GHSA-vvgc-356p-c3xw

More information

Details

The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character (/) as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when using the Parse functions, this can result in content following such tags as being placed in the wrong scope during DOM construction, but only when tags are in foreign content (e.g. , , etc contexts).

Severity

  • CVSS Score: 5.3 / 10 (Medium)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Non-linear parsing of case-insensitive content in golang.org/x/net/html

CVE-2024-45338 / GHSA-w32m-9786-jp63 / GO-2024-3333

More information

Details

An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.

Severity

Unknown

References

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


HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net

CVE-2025-22870 / GHSA-qxp5-gwg8-xv66 / GO-2025-3503

More information

Details

Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to "*.example.com", a request to "[::1%25.example.com]:80` will incorrectly match and not be proxied.

Severity

  • CVSS Score: 4.4 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L

References

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


HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net

CVE-2025-22870 / GHSA-qxp5-gwg8-xv66 / GO-2025-3503

More information

Details

Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to "*.example.com", a request to "[::1%25.example.com]:80` will incorrectly match and not be proxied.

Severity

Unknown

References

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


golang.org/x/net vulnerable to Cross-site Scripting

CVE-2025-22872 / GHSA-vvgc-356p-c3xw / GO-2025-3595

More information

Details

The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character (/) as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when using the Parse functions, this can result in content following such tags as being placed in the wrong scope during DOM construction, but only when tags are in foreign content (e.g. , , etc contexts).

Severity

  • CVSS Score: 5.3 / 10 (Medium)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N

References

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


Incorrect Neutralization of Input During Web Page Generation in x/net in golang.org/x/net

CVE-2025-22872 / GHSA-vvgc-356p-c3xw / GO-2025-3595

More information

Details

The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character (/) as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when using the Parse functions, this can result in content following such tags as being placed in the wrong scope during DOM construction, but only when tags are in foreign content (e.g. , , etc contexts).

Severity

Unknown

References

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


Quadratic parsing complexity in golang.org/x/net/html

CVE-2025-47911 / GHSA-w4gw-w5jq-g9jh / GO-2026-4440

More information

Details

The html.Parse function in golang.org/x/net/html has quadratic parsing complexity when processing certain inputs, which can lead to denial of service (DoS) if an attacker provides specially crafted HTML content.

Severity

Unknown

References

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


Infinite parsing loop in golang.org/x/net

CVE-2025-58190 / GO-2026-4441

More information

Details

The html.Parse function in golang.org/x/net/html has an infinite parsing loop when processing certain inputs, which can lead to denial of service (DoS) if an attacker provides specially crafted HTML content.

Severity

Unknown

References

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


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).


Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Enabled.

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 November 27, 2025 10:45
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from 3450ed8 to e4ff2f1 Compare November 27, 2025 12:43
@renovate-sh-app
Copy link
Copy Markdown
Contributor Author

renovate-sh-app Bot commented Nov 27, 2025

ℹ 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):

  • 4 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.23.0
golang.org/x/sync v0.7.0 -> v0.12.0
golang.org/x/crypto v0.24.0 -> v0.36.0
golang.org/x/sys v0.21.0 -> v0.31.0
golang.org/x/text v0.16.0 -> v0.23.0

@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch 6 times, most recently from 4d6e790 to 769691c Compare November 28, 2025 06:35
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from 769691c to 9dbcbf6 Compare February 6, 2026 06:54
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update module golang.org/x/net to v0.38.0 [security] chore(deps): update module golang.org/x/net to v0.45.0 [security] Feb 6, 2026
@renovate-sh-app
Copy link
Copy Markdown
Contributor Author

renovate-sh-app Bot commented Feb 6, 2026

ℹ️ 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
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.25.0
golang.org/x/sync v0.7.0 -> v0.20.0
golang.org/x/crypto v0.24.0 -> v0.50.0
golang.org/x/mod v0.17.0 -> v0.34.0
golang.org/x/sys v0.21.0 -> v0.43.0
golang.org/x/text v0.16.0 -> v0.36.0
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d -> v0.43.0

@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from 9dbcbf6 to 4a9f187 Compare March 19, 2026 16:04
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from 4a9f187 to 02d1ff5 Compare April 13, 2026 16:05
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update module golang.org/x/net to v0.45.0 [security] chore(deps): update module golang.org/x/net to v0.38.0 [security] Apr 13, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from 02d1ff5 to 7d33e1e Compare April 13, 2026 17:51
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update module golang.org/x/net to v0.38.0 [security] chore(deps): update module golang.org/x/net to v0.45.0 [security] Apr 13, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from 7d33e1e to 69912ee Compare April 19, 2026 16:15
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update module golang.org/x/net to v0.45.0 [security] chore(deps): update module golang.org/x/net to v0.38.0 [security] Apr 19, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from 69912ee to 05703de Compare April 19, 2026 16:58
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update module golang.org/x/net to v0.38.0 [security] chore(deps): update module golang.org/x/net to v0.45.0 [security] Apr 19, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from 05703de to dad01bf Compare May 8, 2026 01:06
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update module golang.org/x/net to v0.45.0 [security] chore(deps): update module golang.org/x/net to v0.53.0 [security] May 8, 2026
@renovate-sh-app renovate-sh-app Bot changed the title chore(deps): update module golang.org/x/net to v0.53.0 [security] chore(deps): update module golang.org/x/net to v0.53.0 [security] - autoclosed May 14, 2026
@renovate-sh-app renovate-sh-app Bot closed this May 14, 2026
@renovate-sh-app renovate-sh-app Bot deleted the renovate/go-golang.org-x-net-vulnerability branch May 14, 2026 10:06
…urity]

| datasource | package          | from    | to      |
| ---------- | ---------------- | ------- | ------- |
| go         | golang.org/x/net | v0.26.0 | v0.53.0 |


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 chore(deps): update module golang.org/x/net to v0.53.0 [security] - autoclosed fix(security/unknown): update module golang.org/x/net to v0.53.0 [security] May 15, 2026
@renovate-sh-app renovate-sh-app Bot reopened this May 15, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from dad01bf to 6a1b2e7 Compare May 15, 2026 16:07
@phlope phlope closed this May 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant