CVE-2026-46600
Received Received - Intake

Parsing SVCB or HTTPS RR Overflow Panic in Go

Vulnerability report for CVE-2026-46600, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-21

Last updated on: 2026-07-21

Assigner: Go Project

Description

Parsing an invalid SVCB or HTTPS RR can panic when the size of a parameter value overflows the message buffer.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-21
Last Modified
2026-07-21
Generated
2026-07-22
AI Q&A
2026-07-22
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
golang golang to 0.56.0 (exc)
golang x_net to 0.56.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves a panic in Go's DNS message parsing when an invalid SVCB or HTTPS resource record (RR) is processed. The panic occurs because a parameter value's size exceeds the allocated message buffer during parsing.

Detection Guidance

Detection requires checking if your Go applications use vulnerable versions of golang.org/x/net before v0.56.0. Inspect Go module dependencies with commands like 'go list -m all' or 'go mod graph' to identify affected packages.

Impact Analysis

If you use Go's x/net/dns/dnsmessage package to parse DNS messages, an attacker could trigger a denial-of-service (DoS) by sending maliciously crafted SVCB or HTTPS records. This could crash applications relying on this package.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards. It is a denial-of-service issue in Go's DNS message parsing that causes a panic, which could disrupt services but does not involve data breaches or unauthorized access.

Mitigation Strategies

Upgrade golang.org/x/net to v0.56.0 or later. If using Go modules, run 'go get golang.org/x/net@latest' and update dependencies. Rebuild and redeploy applications after updating.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-46600. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart