GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

RHSA-2026:49703

Vulnerability from csaf_redhat - Published: 2026-08-03 16:15 - Updated: 2026-09-03 14:26
Summary
Red Hat Security Advisory: delve security, bug fix, and enhancement update
Severity
Important
Notes
Topic: An update for delve is now available for Red Hat Enterprise Linux 10.0 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details: Delve is a debugger for the Go programming language. The goal of the project is to provide a simple, full featured debugging tool for Go. Delve should be easy to invoke and easy to use. Chances are if you're using a debugger, things aren't going your way. With that in mind, Delve should stay out of your way as much as possible. Security Fix(es): * net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME (CVE-2026-33811) * crypto/x509: golang: golang crypto/x509: Denial of Service via excessive processing of DNS SAN entries (CVE-2026-27145) Bug Fix(es) and Enhancement(s): * Update Delve to 1.26 [rhel-10.0.z] (JIRA:RHEL-213072) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use: This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.

A certificate validation flaw has been discovered in the golang crypto/x509 module. When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.

CWE-295 - Improper Certificate Validation
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.src
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.x86_64
Vendor Fix fix
Workaround
Threats
Impact Important

A flaw was found in the `crypto/x509` package of `golang`. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by presenting a specially crafted X.509 certificate with a large number of DNS Subject Alternative Name (SAN) entries. The certificate verification process, specifically the `VerifyHostname` function, incurs excessive computational overhead due to repeated string operations when processing these entries. This can lead to a significant performance degradation or unresponsiveness of systems validating such certificates.

CWE-606 - Unchecked Input for Loop Condition
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.src
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.x86_64
Vendor Fix fix
Workaround
Threats
Impact Important

A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.

CWE-1289 - Improper Validation of Unsafe Equivalence in Input
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.aarch64
Vendor Fix fix
Unresolved product id: AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.src
Vendor Fix fix
Unresolved product id: AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.x86_64
Vendor Fix fix
Unresolved product id: AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.aarch64
Vendor Fix fix
Unresolved product id: AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.x86_64
Vendor Fix fix
Unresolved product id: AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.aarch64
Vendor Fix fix
Unresolved product id: AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.ppc64le
Vendor Fix fix
Unresolved product id: AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.x86_64
Vendor Fix fix
Threats
Impact Important

A flaw was found in the `net` package of Go (golang), specifically when using the `LookupCNAME` function with the `cgo` DNS resolver. A remote attacker could exploit this by providing a very long Canonical Name (CNAME) response. This can trigger a double-free of C memory, leading to a crash and a Denial of Service (DoS) for the affected application.

CWE-1341 - Multiple Releases of Same Resource or Handle
Affected products
Product Identifier Version Remediation
Unresolved product id: AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.src
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.x86_64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.aarch64
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.ppc64le
Vendor Fix fix
Workaround
Unresolved product id: AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.x86_64
Vendor Fix fix
Workaround
Threats
Impact Important
References
URL Category
https://access.redhat.com/errata/RHSA-2026:49703 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=2467822 external
https://bugzilla.redhat.com/show_bug.cgi?id=2484207 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2026-27137 self
https://bugzilla.redhat.com/show_bug.cgi?id=2445345 external
https://www.cve.org/CVERecord?id=CVE-2026-27137 external
https://nvd.nist.gov/vuln/detail/CVE-2026-27137 external
https://go.dev/cl/752182 external
https://go.dev/issue/77952 external
https://groups.google.com/g/golang-announce/c/Edh… external
https://pkg.go.dev/vuln/GO-2026-4599 external
https://access.redhat.com/security/cve/CVE-2026-27145 self
https://bugzilla.redhat.com/show_bug.cgi?id=2484207 external
https://www.cve.org/CVERecord?id=CVE-2026-27145 external
https://nvd.nist.gov/vuln/detail/CVE-2026-27145 external
https://go.dev/cl/783621 external
https://go.dev/issue/79694 external
https://groups.google.com/g/golang-announce/c/tKs… external
https://pkg.go.dev/vuln/GO-2026-5037 external
https://access.redhat.com/security/cve/CVE-2026-33810 self
https://bugzilla.redhat.com/show_bug.cgi?id=2456335 external
https://www.cve.org/CVERecord?id=CVE-2026-33810 external
https://nvd.nist.gov/vuln/detail/CVE-2026-33810 external
https://go.dev/cl/763763 external
https://go.dev/issue/78332 external
https://groups.google.com/g/golang-announce/c/0uY… external
https://pkg.go.dev/vuln/GO-2026-4866 external
https://access.redhat.com/security/cve/CVE-2026-33811 self
https://bugzilla.redhat.com/show_bug.cgi?id=2467822 external
https://www.cve.org/CVERecord?id=CVE-2026-33811 external
https://nvd.nist.gov/vuln/detail/CVE-2026-33811 external
https://go.dev/cl/767860 external
https://go.dev/issue/78803 external
https://groups.google.com/g/golang-announce/c/qcC… external
https://pkg.go.dev/vuln/GO-2026-4981 external

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for delve is now available for Red Hat Enterprise Linux 10.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Delve is a debugger for the Go programming language. The goal of the project is to provide a simple, full featured debugging tool for Go. Delve should be easy to invoke and easy to use. Chances are if you\u0027re using a debugger, things aren\u0027t going your way. With that in mind, Delve should stay out of your way as much as possible.\n\nSecurity Fix(es):\n\n* net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME (CVE-2026-33811)\n\n* crypto/x509: golang: golang crypto/x509: Denial of Service via excessive processing of DNS SAN entries (CVE-2026-27145)\n\nBug Fix(es) and Enhancement(s):\n\n* Update Delve to 1.26 [rhel-10.0.z] (JIRA:RHEL-213072)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2026:49703",
        "url": "https://access.redhat.com/errata/RHSA-2026:49703"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2467822",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467822"
      },
      {
        "category": "external",
        "summary": "2484207",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484207"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_49703.json"
      }
    ],
    "title": "Red Hat Security Advisory: delve security, bug fix, and enhancement update",
    "tracking": {
      "current_release_date": "2026-09-03T14:26:46+00:00",
      "generator": {
        "date": "2026-09-03T14:26:46+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "5.3.16"
        }
      },
      "id": "RHSA-2026:49703",
      "initial_release_date": "2026-08-03T16:15:57+00:00",
      "revision_history": [
        {
          "date": "2026-08-03T16:15:57+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2026-08-03T16:15:57+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-09-03T14:26:46+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
                "product": {
                  "name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
                  "product_id": "AppStream-10.0.Z.E2S",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "delve-0:1.26.1-1.el10_0.src",
                "product": {
                  "name": "delve-0:1.26.1-1.el10_0.src",
                  "product_id": "delve-0:1.26.1-1.el10_0.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/delve@1.26.1-1.el10_0?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "delve-0:1.26.1-1.el10_0.aarch64",
                "product": {
                  "name": "delve-0:1.26.1-1.el10_0.aarch64",
                  "product_id": "delve-0:1.26.1-1.el10_0.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/delve@1.26.1-1.el10_0?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "delve-debugsource-0:1.26.1-1.el10_0.aarch64",
                "product": {
                  "name": "delve-debugsource-0:1.26.1-1.el10_0.aarch64",
                  "product_id": "delve-debugsource-0:1.26.1-1.el10_0.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/delve-debugsource@1.26.1-1.el10_0?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "delve-debuginfo-0:1.26.1-1.el10_0.aarch64",
                "product": {
                  "name": "delve-debuginfo-0:1.26.1-1.el10_0.aarch64",
                  "product_id": "delve-debuginfo-0:1.26.1-1.el10_0.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/delve-debuginfo@1.26.1-1.el10_0?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "delve-0:1.26.1-1.el10_0.ppc64le",
                "product": {
                  "name": "delve-0:1.26.1-1.el10_0.ppc64le",
                  "product_id": "delve-0:1.26.1-1.el10_0.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/delve@1.26.1-1.el10_0?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "delve-debugsource-0:1.26.1-1.el10_0.ppc64le",
                "product": {
                  "name": "delve-debugsource-0:1.26.1-1.el10_0.ppc64le",
                  "product_id": "delve-debugsource-0:1.26.1-1.el10_0.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/delve-debugsource@1.26.1-1.el10_0?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "delve-debuginfo-0:1.26.1-1.el10_0.ppc64le",
                "product": {
                  "name": "delve-debuginfo-0:1.26.1-1.el10_0.ppc64le",
                  "product_id": "delve-debuginfo-0:1.26.1-1.el10_0.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/delve-debuginfo@1.26.1-1.el10_0?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "delve-0:1.26.1-1.el10_0.x86_64",
                "product": {
                  "name": "delve-0:1.26.1-1.el10_0.x86_64",
                  "product_id": "delve-0:1.26.1-1.el10_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/delve@1.26.1-1.el10_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "delve-debugsource-0:1.26.1-1.el10_0.x86_64",
                "product": {
                  "name": "delve-debugsource-0:1.26.1-1.el10_0.x86_64",
                  "product_id": "delve-debugsource-0:1.26.1-1.el10_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/delve-debugsource@1.26.1-1.el10_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "delve-debuginfo-0:1.26.1-1.el10_0.x86_64",
                "product": {
                  "name": "delve-debuginfo-0:1.26.1-1.el10_0.x86_64",
                  "product_id": "delve-debuginfo-0:1.26.1-1.el10_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/delve-debuginfo@1.26.1-1.el10_0?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "delve-0:1.26.1-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
          "product_id": "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.aarch64"
        },
        "product_reference": "delve-0:1.26.1-1.el10_0.aarch64",
        "relates_to_product_reference": "AppStream-10.0.Z.E2S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "delve-0:1.26.1-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
          "product_id": "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.ppc64le"
        },
        "product_reference": "delve-0:1.26.1-1.el10_0.ppc64le",
        "relates_to_product_reference": "AppStream-10.0.Z.E2S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "delve-0:1.26.1-1.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
          "product_id": "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.src"
        },
        "product_reference": "delve-0:1.26.1-1.el10_0.src",
        "relates_to_product_reference": "AppStream-10.0.Z.E2S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "delve-0:1.26.1-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
          "product_id": "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.x86_64"
        },
        "product_reference": "delve-0:1.26.1-1.el10_0.x86_64",
        "relates_to_product_reference": "AppStream-10.0.Z.E2S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "delve-debuginfo-0:1.26.1-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
          "product_id": "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.aarch64"
        },
        "product_reference": "delve-debuginfo-0:1.26.1-1.el10_0.aarch64",
        "relates_to_product_reference": "AppStream-10.0.Z.E2S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "delve-debuginfo-0:1.26.1-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
          "product_id": "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.ppc64le"
        },
        "product_reference": "delve-debuginfo-0:1.26.1-1.el10_0.ppc64le",
        "relates_to_product_reference": "AppStream-10.0.Z.E2S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "delve-debuginfo-0:1.26.1-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
          "product_id": "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.x86_64"
        },
        "product_reference": "delve-debuginfo-0:1.26.1-1.el10_0.x86_64",
        "relates_to_product_reference": "AppStream-10.0.Z.E2S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "delve-debugsource-0:1.26.1-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
          "product_id": "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.aarch64"
        },
        "product_reference": "delve-debugsource-0:1.26.1-1.el10_0.aarch64",
        "relates_to_product_reference": "AppStream-10.0.Z.E2S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "delve-debugsource-0:1.26.1-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
          "product_id": "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.ppc64le"
        },
        "product_reference": "delve-debugsource-0:1.26.1-1.el10_0.ppc64le",
        "relates_to_product_reference": "AppStream-10.0.Z.E2S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "delve-debugsource-0:1.26.1-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
          "product_id": "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.x86_64"
        },
        "product_reference": "delve-debugsource-0:1.26.1-1.el10_0.x86_64",
        "relates_to_product_reference": "AppStream-10.0.Z.E2S"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2026-27137",
      "cwe": {
        "id": "CWE-295",
        "name": "Improper Certificate Validation"
      },
      "discovery_date": "2026-03-06T22:01:38.859733+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2445345"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A certificate validation flaw has been discovered in the golang crypto/x509 module. When verifying a certificate chain which contains a certificate containing multiple email address constraints which share common local portions but different domain portions, these constraints will not be properly applied, and only the last constraint will be considered.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.aarch64",
          "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.ppc64le",
          "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.src",
          "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.x86_64",
          "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.aarch64",
          "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.ppc64le",
          "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.x86_64",
          "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.aarch64",
          "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.ppc64le",
          "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-27137"
        },
        {
          "category": "external",
          "summary": "RHBZ#2445345",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445345"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-27137",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-27137"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27137",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27137"
        },
        {
          "category": "external",
          "summary": "https://go.dev/cl/752182",
          "url": "https://go.dev/cl/752182"
        },
        {
          "category": "external",
          "summary": "https://go.dev/issue/77952",
          "url": "https://go.dev/issue/77952"
        },
        {
          "category": "external",
          "summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
          "url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
        },
        {
          "category": "external",
          "summary": "https://pkg.go.dev/vuln/GO-2026-4599",
          "url": "https://pkg.go.dev/vuln/GO-2026-4599"
        }
      ],
      "release_date": "2026-03-06T21:28:13.748000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-08-03T16:15:57+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.src",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.x86_64",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.x86_64",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:49703"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.src",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.x86_64",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.x86_64",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "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"
          },
          "products": [
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.src",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.x86_64",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.x86_64",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509"
    },
    {
      "cve": "CVE-2026-27145",
      "cwe": {
        "id": "CWE-606",
        "name": "Unchecked Input for Loop Condition"
      },
      "discovery_date": "2026-06-02T23:01:08.992540+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2484207"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the `crypto/x509` package of `golang`. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by presenting a specially crafted X.509 certificate with a large number of DNS Subject Alternative Name (SAN) entries. The certificate verification process, specifically the `VerifyHostname` function, incurs excessive computational overhead due to repeated string operations when processing these entries. This can lead to a significant performance degradation or unresponsiveness of systems validating such certificates.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "crypto/x509: golang: golang crypto/x509: Denial of Service via excessive processing of DNS SAN entries",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "A flaw was found in the Go standard library crypto/x509 package. When verifying a TLS certificate hostname, VerifyHostname processed each DNS Subject Alternative Name (SAN) entry in a loop and repeatedly split the candidate hostname on \".\" characters. For certificates with a very large DNS SAN list, CPU use could grow quadratically with the number of SAN entries and hostname labels. Because hostname verification runs before the certificate chain is built, this overhead can occur even when the certificate is not trusted.\n\nRed Hat rates this issue as Important. It affects Red Hat products that include the Go standard library crypto/x509 code from an affected Go toolchain version (before Go 1.25.11, or from Go 1.26.0 through Go 1.26.3). Applications and container images built with a fixed Go release (1.25.11 or later, or 1.26.4 or later) are not affected. Community distributions such as Fedora are also affected.\n\nUpstream fix: Go 1.25.11 and Go 1.26.4 (GO-2026-5037).",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.aarch64",
          "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.ppc64le",
          "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.src",
          "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.x86_64",
          "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.aarch64",
          "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.ppc64le",
          "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.x86_64",
          "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.aarch64",
          "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.ppc64le",
          "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-27145"
        },
        {
          "category": "external",
          "summary": "RHBZ#2484207",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484207"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-27145",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-27145"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27145",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27145"
        },
        {
          "category": "external",
          "summary": "https://go.dev/cl/783621",
          "url": "https://go.dev/cl/783621"
        },
        {
          "category": "external",
          "summary": "https://go.dev/issue/79694",
          "url": "https://go.dev/issue/79694"
        },
        {
          "category": "external",
          "summary": "https://groups.google.com/g/golang-announce/c/tKs3rmcBcKw",
          "url": "https://groups.google.com/g/golang-announce/c/tKs3rmcBcKw"
        },
        {
          "category": "external",
          "summary": "https://pkg.go.dev/vuln/GO-2026-5037",
          "url": "https://pkg.go.dev/vuln/GO-2026-5037"
        }
      ],
      "release_date": "2026-06-02T22:01:36.954000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-08-03T16:15:57+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.src",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.x86_64",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.x86_64",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:49703"
        },
        {
          "category": "workaround",
          "details": "A flaw was found in the Go standard library crypto/x509 package. When verifying a TLS certificate hostname, VerifyHostname processed each DNS Subject Alternative Name (SAN) entry in a loop and repeatedly split the candidate hostname on \".\" characters. For certificates with a very large DNS SAN list, CPU use could grow quadratically with the number of SAN entries and hostname labels. Because hostname verification runs before the certificate chain is built, this overhead can occur even when the certificate is not trusted.\n\nRed Hat rates this issue as Important. It affects Red Hat products that include the Go standard library crypto/x509 code from an affected Go toolchain version (before Go 1.25.11, or from Go 1.26.0 through Go 1.26.3). Applications and container images built with a fixed Go release (1.25.11 or later, or 1.26.4 or later) are not affected. Community distributions such as Fedora are also affected.\n\nUpstream fix: Go 1.25.11 and Go 1.26.4 (GO-2026-5037).",
          "product_ids": [
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.src",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.x86_64",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.x86_64",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "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"
          },
          "products": [
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.src",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.x86_64",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.x86_64",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "crypto/x509: golang: golang crypto/x509: Denial of Service via excessive processing of DNS SAN entries"
    },
    {
      "cve": "CVE-2026-33810",
      "cwe": {
        "id": "CWE-1289",
        "name": "Improper Validation of Unsafe Equivalence in Input"
      },
      "discovery_date": "2026-04-08T02:01:09.100830+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2456335"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This is an Important flaw in the Go `crypto/x509` package that could allow an attacker to bypass certificate validation. The vulnerability arises from an incorrect application of excluded DNS constraints to wildcard DNS Subject Alternative Names (SANs) when their case differs from the constraint. This could lead to Red Hat products accepting malicious certificates from otherwise trusted chains, compromising the trust model.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.aarch64",
          "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.ppc64le",
          "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.src",
          "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.x86_64",
          "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.aarch64",
          "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.ppc64le",
          "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.x86_64",
          "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.aarch64",
          "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.ppc64le",
          "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-33810"
        },
        {
          "category": "external",
          "summary": "RHBZ#2456335",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456335"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-33810",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-33810"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810"
        },
        {
          "category": "external",
          "summary": "https://go.dev/cl/763763",
          "url": "https://go.dev/cl/763763"
        },
        {
          "category": "external",
          "summary": "https://go.dev/issue/78332",
          "url": "https://go.dev/issue/78332"
        },
        {
          "category": "external",
          "summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
          "url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
        },
        {
          "category": "external",
          "summary": "https://pkg.go.dev/vuln/GO-2026-4866",
          "url": "https://pkg.go.dev/vuln/GO-2026-4866"
        }
      ],
      "release_date": "2026-04-08T01:06:56.546000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-08-03T16:15:57+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.src",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.x86_64",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.x86_64",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:49703"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "CHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:L",
            "version": "3.1"
          },
          "products": [
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.src",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.x86_64",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.x86_64",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application"
    },
    {
      "cve": "CVE-2026-33811",
      "cwe": {
        "id": "CWE-1341",
        "name": "Multiple Releases of Same Resource or Handle"
      },
      "discovery_date": "2026-05-07T20:01:34.913869+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2467822"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the `net` package of Go (golang), specifically when using the `LookupCNAME` function with the `cgo` DNS resolver. A remote attacker could exploit this by providing a very long Canonical Name (CNAME) response. This can trigger a double-free of C memory, leading to a crash and a Denial of Service (DoS) for the affected application.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This is an Important denial of service vulnerability in the Go `net` package, affecting applications configured to use the `cgo` DNS resolver. A remote attacker could trigger a double-free memory error by providing a very long CNAME response, leading to a crash of the vulnerable application and impacting service availability.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.aarch64",
          "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.ppc64le",
          "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.src",
          "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.x86_64",
          "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.aarch64",
          "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.ppc64le",
          "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.x86_64",
          "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.aarch64",
          "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.ppc64le",
          "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-33811"
        },
        {
          "category": "external",
          "summary": "RHBZ#2467822",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467822"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-33811",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-33811"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33811",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33811"
        },
        {
          "category": "external",
          "summary": "https://go.dev/cl/767860",
          "url": "https://go.dev/cl/767860"
        },
        {
          "category": "external",
          "summary": "https://go.dev/issue/78803",
          "url": "https://go.dev/issue/78803"
        },
        {
          "category": "external",
          "summary": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M",
          "url": "https://groups.google.com/g/golang-announce/c/qcCIEXso47M"
        },
        {
          "category": "external",
          "summary": "https://pkg.go.dev/vuln/GO-2026-4981",
          "url": "https://pkg.go.dev/vuln/GO-2026-4981"
        }
      ],
      "release_date": "2026-05-07T19:41:19.285000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-08-03T16:15:57+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
          "product_ids": [
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.src",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.x86_64",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.x86_64",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:49703"
        },
        {
          "category": "workaround",
          "details": "To mitigate this issue, applications can be configured to use the pure Go DNS resolver instead of the `cgo` DNS resolver. This can be achieved by setting the `GODEBUG` environment variable to `netdns=go`. For example, to run a Go application with this mitigation: `GODEBUG=netdns=go /path/to/your/go/application`. This change may require restarting affected applications or services to take effect. Users should verify that this change does not negatively impact DNS resolution for their specific application environment.",
          "product_ids": [
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.src",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.x86_64",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.x86_64",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "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"
          },
          "products": [
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.src",
            "AppStream-10.0.Z.E2S:delve-0:1.26.1-1.el10_0.x86_64",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-debuginfo-0:1.26.1-1.el10_0.x86_64",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.aarch64",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.ppc64le",
            "AppStream-10.0.Z.E2S:delve-debugsource-0:1.26.1-1.el10_0.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "net: golang: Go net package: Denial of Service via long CNAME response in LookupCNAME"
    }
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…