Search

Find a vulnerability

Search criteria

    2 vulnerabilities found for golang.org/x/net/dns/dnsmessage by golang.org/x/net

    CVE-2026-46600 (GCVE-0-2026-46600)

    Vulnerability from nvd – Published: 2026-07-21 19:18 – Updated: 2026-07-23 15:00
    VLAI
    Title
    Parsing an invalid SVCB or HTTPS RR can panic in golang.org/x/net/dns/dnsmessage
    Summary
    Parsing an invalid SVCB or HTTPS RR can panic when the size of a parameter value overflows the message buffer.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    Assigner
    Go
    Impacted products
    Credits
    Mundur (https://github.com/M0nd0R)
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "HIGH",
                  "baseScore": 7.5,
                  "baseSeverity": "HIGH",
                  "confidentialityImpact": "NONE",
                  "integrityImpact": "NONE",
                  "privilegesRequired": "NONE",
                  "scope": "UNCHANGED",
                  "userInteraction": "NONE",
                  "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-46600",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-23T15:00:27.171241Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "problemTypes": [
              {
                "descriptions": [
                  {
                    "cweId": "CWE-125",
                    "description": "CWE-125 Out-of-bounds Read",
                    "lang": "en",
                    "type": "CWE"
                  }
                ]
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-23T15:00:35.473Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://pkg.go.dev",
              "defaultStatus": "unaffected",
              "packageName": "golang.org/x/net/dns/dnsmessage",
              "product": "golang.org/x/net/dns/dnsmessage",
              "programRoutines": [
                {
                  "name": "unpackSVCBResource"
                },
                {
                  "name": "Message.Unpack"
                },
                {
                  "name": "Parser.Additional"
                },
                {
                  "name": "Parser.AllAdditionals"
                },
                {
                  "name": "Parser.AllAnswers"
                },
                {
                  "name": "Parser.AllAuthorities"
                },
                {
                  "name": "Parser.Answer"
                },
                {
                  "name": "Parser.Authority"
                },
                {
                  "name": "Parser.HTTPSResource"
                },
                {
                  "name": "Parser.SVCBResource"
                }
              ],
              "vendor": "golang.org/x/net",
              "versions": [
                {
                  "lessThan": "0.56.0",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "value": "Mundur (https://github.com/M0nd0R)"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Parsing an invalid SVCB or HTTPS RR can panic when the size of a parameter value overflows the message buffer."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "CWE-125: Out-of-bounds Read",
                  "lang": "en"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-21T19:18:59.755Z",
            "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
            "shortName": "Go"
          },
          "references": [
            {
              "url": "https://go.dev/cl/786345"
            },
            {
              "url": "https://go.dev/issue/79795"
            },
            {
              "url": "https://pkg.go.dev/vuln/GO-2026-5942"
            }
          ],
          "title": "Parsing an invalid SVCB or HTTPS RR can panic in golang.org/x/net/dns/dnsmessage"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "assignerShortName": "Go",
        "cveId": "CVE-2026-46600",
        "datePublished": "2026-07-21T19:18:59.755Z",
        "dateReserved": "2026-05-15T17:35:00.814Z",
        "dateUpdated": "2026-07-23T15:00:35.473Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-46600 (GCVE-0-2026-46600)

    Vulnerability from cvelistv5 – Published: 2026-07-21 19:18 – Updated: 2026-07-23 15:00
    VLAI
    Title
    Parsing an invalid SVCB or HTTPS RR can panic in golang.org/x/net/dns/dnsmessage
    Summary
    Parsing an invalid SVCB or HTTPS RR can panic when the size of a parameter value overflows the message buffer.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    Assigner
    Go
    Impacted products
    Credits
    Mundur (https://github.com/M0nd0R)
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "HIGH",
                  "baseScore": 7.5,
                  "baseSeverity": "HIGH",
                  "confidentialityImpact": "NONE",
                  "integrityImpact": "NONE",
                  "privilegesRequired": "NONE",
                  "scope": "UNCHANGED",
                  "userInteraction": "NONE",
                  "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-46600",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-23T15:00:27.171241Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "problemTypes": [
              {
                "descriptions": [
                  {
                    "cweId": "CWE-125",
                    "description": "CWE-125 Out-of-bounds Read",
                    "lang": "en",
                    "type": "CWE"
                  }
                ]
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-23T15:00:35.473Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://pkg.go.dev",
              "defaultStatus": "unaffected",
              "packageName": "golang.org/x/net/dns/dnsmessage",
              "product": "golang.org/x/net/dns/dnsmessage",
              "programRoutines": [
                {
                  "name": "unpackSVCBResource"
                },
                {
                  "name": "Message.Unpack"
                },
                {
                  "name": "Parser.Additional"
                },
                {
                  "name": "Parser.AllAdditionals"
                },
                {
                  "name": "Parser.AllAnswers"
                },
                {
                  "name": "Parser.AllAuthorities"
                },
                {
                  "name": "Parser.Answer"
                },
                {
                  "name": "Parser.Authority"
                },
                {
                  "name": "Parser.HTTPSResource"
                },
                {
                  "name": "Parser.SVCBResource"
                }
              ],
              "vendor": "golang.org/x/net",
              "versions": [
                {
                  "lessThan": "0.56.0",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "value": "Mundur (https://github.com/M0nd0R)"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "Parsing an invalid SVCB or HTTPS RR can panic when the size of a parameter value overflows the message buffer."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "CWE-125: Out-of-bounds Read",
                  "lang": "en"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-21T19:18:59.755Z",
            "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
            "shortName": "Go"
          },
          "references": [
            {
              "url": "https://go.dev/cl/786345"
            },
            {
              "url": "https://go.dev/issue/79795"
            },
            {
              "url": "https://pkg.go.dev/vuln/GO-2026-5942"
            }
          ],
          "title": "Parsing an invalid SVCB or HTTPS RR can panic in golang.org/x/net/dns/dnsmessage"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "assignerShortName": "Go",
        "cveId": "CVE-2026-46600",
        "datePublished": "2026-07-21T19:18:59.755Z",
        "dateReserved": "2026-05-15T17:35:00.814Z",
        "dateUpdated": "2026-07-23T15:00:35.473Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }