Skip to content

Update module golang.org/x/net to v0.38.0 [SECURITY]#1392

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

Update module golang.org/x/net to v0.38.0 [SECURITY]#1392
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-golang.org-x-net-vulnerability

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 18, 2024

This PR contains the following updates:

Package Change Age Confidence
golang.org/x/net v0.25.0v0.38.0 age confidence

net/http, x/net/http2: close connections when receiving too many headers

CVE-2023-45288 / GHSA-4v7x-pqxf-cx7m

More information

Details

An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.

Severity

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

References

This data is provided by 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

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


Configuration

📅 Schedule: (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.

🔕 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
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Dec 18, 2024

ℹ Artifact update notice

File name: notify/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):

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

Details:

Package Change
go 1.19 -> 1.23.0
golang.org/x/sys v0.20.0 -> v0.31.0
golang.org/x/text v0.15.0 -> v0.23.0

@renovate renovate Bot changed the title Update module golang.org/x/net to v0.33.0 [SECURITY] Update module golang.org/x/net to v0.33.0 [SECURITY] - autoclosed Feb 11, 2025
@renovate renovate Bot closed this Feb 11, 2025
@renovate renovate Bot deleted the renovate/go-golang.org-x-net-vulnerability branch February 11, 2025 19:39
@renovate renovate Bot changed the title Update module golang.org/x/net to v0.33.0 [SECURITY] - autoclosed Update module golang.org/x/net to v0.33.0 [SECURITY] Feb 11, 2025
@renovate renovate Bot reopened this Feb 11, 2025
@renovate renovate Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from 268fa52 to d481270 Compare February 11, 2025 23:45
@renovate renovate Bot changed the title Update module golang.org/x/net to v0.33.0 [SECURITY] Update module golang.org/x/net to v0.33.0 [SECURITY] - autoclosed Mar 7, 2025
@renovate renovate Bot closed this Mar 7, 2025
@renovate renovate Bot changed the title Update module golang.org/x/net to v0.33.0 [SECURITY] - autoclosed Update module golang.org/x/net to v0.33.0 [SECURITY] Mar 7, 2025
@renovate renovate Bot reopened this Mar 7, 2025
@renovate renovate Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from 7f6a043 to d481270 Compare March 7, 2025 21:42
@renovate renovate Bot changed the title Update module golang.org/x/net to v0.33.0 [SECURITY] Update module golang.org/x/net to v0.36.0 [SECURITY] Mar 12, 2025
@renovate renovate Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from d481270 to 86538d0 Compare March 12, 2025 22:42
@renovate renovate Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from 86538d0 to e12d286 Compare April 8, 2025 11:01
@renovate renovate Bot changed the title Update module golang.org/x/net to v0.36.0 [SECURITY] Update module golang.org/x/net to v0.38.0 [SECURITY] Apr 16, 2025
@renovate renovate Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from e12d286 to 445a95f Compare April 16, 2025 20:02
@renovate renovate Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from 445a95f to 8cdd7c0 Compare May 7, 2025 11:42
@renovate renovate Bot changed the title Update module golang.org/x/net to v0.38.0 [SECURITY] Update module golang.org/x/net to v0.38.0 [SECURITY] - autoclosed Jun 12, 2025
@renovate renovate Bot closed this Jun 12, 2025
@renovate renovate Bot changed the title Update module golang.org/x/net to v0.38.0 [SECURITY] - autoclosed Update module golang.org/x/net to v0.38.0 [SECURITY] Jun 12, 2025
@renovate renovate Bot reopened this Jun 12, 2025
@renovate renovate Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch 2 times, most recently from 8cdd7c0 to 96517e3 Compare June 13, 2025 00:50
@renovate renovate Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from 96517e3 to 68222cd Compare August 10, 2025 14:09
@renovate renovate Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from 68222cd to 4dfbe90 Compare October 9, 2025 10:49
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Dec 15, 2025

ℹ️ Artifact update notice

File name: notify/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):

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

Details:

Package Change
go 1.19 -> 1.23.0
golang.org/x/sys v0.20.0 -> v0.31.0
golang.org/x/text v0.15.0 -> v0.23.0

@renovate renovate Bot changed the title Update module golang.org/x/net to v0.38.0 [SECURITY] Update module golang.org/x/net to v0.38.0 [SECURITY] - autoclosed Mar 17, 2026
@renovate renovate Bot closed this Mar 17, 2026
@renovate renovate Bot changed the title Update module golang.org/x/net to v0.38.0 [SECURITY] - autoclosed Update module golang.org/x/net to v0.38.0 [SECURITY] Mar 17, 2026
@renovate renovate Bot reopened this Mar 17, 2026
@renovate renovate Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from 4dfbe90 to eb5f59b Compare March 17, 2026 12:42
@renovate renovate Bot changed the title Update module golang.org/x/net to v0.38.0 [SECURITY] Update module golang.org/x/net to v0.38.0 [SECURITY] - autoclosed Mar 27, 2026
@renovate renovate Bot closed this Mar 27, 2026
@renovate renovate Bot changed the title Update module golang.org/x/net to v0.38.0 [SECURITY] - autoclosed Update module golang.org/x/net to v0.38.0 [SECURITY] Mar 30, 2026
@renovate renovate Bot reopened this Mar 30, 2026
@renovate renovate Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from eb5f59b to d14b61d Compare March 30, 2026 17:49
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