Skip to content

Fix possible fix(deps): golang.org/x/net v0.55.0 → 0.56.0 (CVE-2026-46600) in go.mod - #965

Open
begininvoke wants to merge 1 commit into
zitadel:mainfrom
begininvoke:redgem/security-fix-2cf1b60b
Open

Fix possible fix(deps): golang.org/x/net v0.55.0 → 0.56.0 (CVE-2026-46600) in go.mod#965
begininvoke wants to merge 1 commit into
zitadel:mainfrom
begininvoke:redgem/security-fix-2cf1b60b

Conversation

@begininvoke

Copy link
Copy Markdown

This changes go.mod to address something a scan flagged. It is around line 1.

The project is using golang.org/x/net v0.55.0, which contains CVE-2026-46600. Parsing malformed SVCB or HTTPS DNS resource records can trigger an integer overflow in the buffer size calculation, causing a panic and potentially leading to denial‑of‑service. As this occurs during DNS handling, an attacker can craft a malicious DNS response to crash the service. The vulnerability is classified as HIGH severity due to its easy exploitability and impact on service availability. Upgrading the dependency to v0.56.0, where the overflow check is added, eliminates the issue.

Upgrade golang.org/x/net from v0.55.0 to v0.56.0 to address CVE‑2026‑46600.

For reference: rule CVE-2026-46600. Rated high.

Take or leave whichever parts are useful. If this is not the right approach, closing is fine.


Found with automated scanning (RedGem) and reviewed before opening. If it is not useful, closing it is completely fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant