suse-su-2024:2636-1
Vulnerability from csaf_suse
Published
2024-07-30 07:14
Modified
2024-07-30 07:14
Summary
Security update for bind

Notes

Title of the patch
Security update for bind
Description of the patch
This update for bind fixes the following issues: Update to release 9.18.28 Security fixes: - CVE-2024-0760: Fixed a flood of DNS messages over TCP may make the server unstable (bsc#1228255) - CVE-2024-1737: Fixed BIND's database will be slow if a very large number of RRs exist at the same name (bsc#1228256) - CVE-2024-1975: Fixed SIG(0) can be used to exhaust CPU resources (bsc#1228257) - CVE-2024-4076: Fixed assertion failure when serving both stale cache data and authoritative zone content (bsc#1228258) Changelog: * Command-line options for IPv4-only (named -4) and IPv6-only (named -6) modes are now respected for zone primaries, also-notify, and parental-agents. * An RPZ response’s SOA record TTL was set to 1 instead of the SOA TTL, if add-soa was used. This has been fixed. * When a query related to zone maintenance (NOTIFY, SOA) timed out close to a view shutdown (triggered e.g. by rndc reload), named could crash with an assertion failure. This has been fixed. * The statistics channel counters that indicated the number of currently connected TCP IPv4/IPv6 clients were not properly adjusted in certain failure scenarios. This has been fixed. * Some servers that could not be reached due to EHOSTDOWN or ENETDOWN conditions were incorrectly prioritized during server selection. These are now properly handled as unreachable. * On some systems the libuv call may return an error code when sending a TCP reset for a connection, which triggers an assertion failure in named. This error condition is now dealt with in a more graceful manner, by logging the incident and shutting down the connection. * Changes to listen-on statements were ignored on reconfiguration unless the port or interface address was changed, making it impossible to change a related listener transport type. That issue has been fixed. * A bug in the keymgr code unintentionally slowed down some DNSSEC key rollovers. This has been fixed. * Some ISO 8601 durations were accepted erroneously, leading to shorter durations than expected. This has been fixed * A regression in cache-cleaning code enabled memory use to grow significantly more quickly than before, until the configured max-cache-size limit was reached. This has been fixed. * Using rndc flush inadvertently caused cache cleaning to become less effective. This could ultimately lead to the configured max-cache-size limit being exceeded and has now been fixed. * The logic for cleaning up expired cached DNS records was tweaked to be more aggressive. This change helps with enforcing max-cache-ttl and max-ncache-ttl in a timely manner. * It was possible to trigger a use-after-free assertion when the overmem cache cleaning was initiated. This has been fixed. New Features: * A new option signatures-jitter has been added to dnssec-policy to allow signature expirations to be spread out over a period of time. * The statistics channel now includes counters that indicate the number of currently connected TCP IPv4/IPv6 clients. * Added RESOLVER.ARPA to the built in empty zones. Feature Changes: * DNSSEC signatures that are not valid because the current time falls outside the signature inception and expiration dates are skipped instead of causing an immediate validation failure. Security Fixes: * A malicious DNS client that sent many queries over TCP but never read the responses could cause a server to respond slowly or not at all for other clients. This has been fixed. (CVE-2024-0760) * It is possible to craft excessively large resource records sets, which have the effect of slowing down database processing. This has been addressed by adding a configurable limit to the number of records that can be stored per name and type in a cache or zone database. The default is 100, which can be tuned with the new max-records-per-type option. * It is possible to craft excessively large numbers of resource record types for a given owner name, which has the effect of slowing down database processing. This has been addressed by adding a configurable limit to the number of records that can be stored per name and type in a cache or zone database. The default is 100, which can be tuned with the new max-types-per-name option. (CVE-2024-1737) * Validating DNS messages signed using the SIG(0) protocol (RFC 2931) could cause excessive CPU load, leading to a denial-of-service condition. Support for SIG(0) message validation was removed from this version of named. (CVE-2024-1975) * Due to a logic error, lookups that triggered serving stale data and required lookups in local authoritative zone data could have resulted in an assertion failure. This has been fixed. * Potential data races were found in our DoH implementation, related to HTTP/2 session object management and endpoints set object management after reconfiguration. These issues have been fixed. * When looking up the NS records of parent zones as part of looking up DS records, it was possible for named to trigger an assertion failure if serve-stale was enabled. This has been fixed. (CVE-2024-4076)
Patchnames
SUSE-2024-2636,SUSE-SLE-Module-Basesystem-15-SP6-2024-2636,SUSE-SLE-Module-Server-Applications-15-SP6-2024-2636,openSUSE-SLE-15.6-2024-2636
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).



{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for bind",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for bind fixes the following issues:\n\nUpdate to release 9.18.28\n\nSecurity fixes:\n\n- CVE-2024-0760: Fixed a flood of DNS messages over TCP may make the server unstable (bsc#1228255)\n- CVE-2024-1737: Fixed BIND\u0027s database will be slow if a very large number of RRs exist at the same name (bsc#1228256)\n- CVE-2024-1975: Fixed SIG(0) can be used to exhaust CPU resources (bsc#1228257)\n- CVE-2024-4076: Fixed assertion failure when serving both stale cache data and authoritative zone content (bsc#1228258)\n\nChangelog:\n\n  * Command-line options for IPv4-only (named -4) and IPv6-only\n    (named -6) modes are now respected for zone primaries,\n    also-notify, and parental-agents.\n  * An RPZ response\u2019s SOA record TTL was set to 1 instead of the\n    SOA TTL, if add-soa was used. This has been fixed.\n  * When a query related to zone maintenance (NOTIFY, SOA) timed\n    out close to a view shutdown (triggered e.g. by rndc reload),\n    named could crash with an assertion failure. This has been\n    fixed.\n  * The statistics channel counters that indicated the number of\n    currently connected TCP IPv4/IPv6 clients were not properly\n    adjusted in certain failure scenarios. This has been fixed.\n  * Some servers that could not be reached due to EHOSTDOWN or\n    ENETDOWN conditions were incorrectly prioritized during server\n    selection. These are now properly handled as unreachable.\n  * On some systems the libuv call may return an error code when\n    sending a TCP reset for a connection, which triggers an\n    assertion failure in named. This error condition is now dealt\n    with in a more graceful manner, by logging the incident and\n    shutting down the connection.\n  * Changes to listen-on statements were ignored on reconfiguration\n    unless the port or interface address was changed, making it\n    impossible to change a related listener transport type. That\n    issue has been fixed.\n  * A bug in the keymgr code unintentionally slowed down some\n    DNSSEC key rollovers. This has been fixed.\n  * Some ISO 8601 durations were accepted erroneously, leading to\n    shorter durations than expected. This has been fixed\n  * A regression in cache-cleaning code enabled memory use to grow\n    significantly more quickly than before, until the configured\n    max-cache-size limit was reached. This has been fixed.\n  * Using rndc flush inadvertently caused cache cleaning to become\n    less effective. This could ultimately lead to the configured\n    max-cache-size limit being exceeded and has now been fixed.\n  * The logic for cleaning up expired cached DNS records was\n    tweaked to be more aggressive. This change helps with enforcing\n    max-cache-ttl and max-ncache-ttl in a timely manner.\n  * It was possible to trigger a use-after-free assertion when the\n    overmem cache cleaning was initiated. This has been fixed.\n  New Features:\n  * A new option signatures-jitter has been added to dnssec-policy\n    to allow signature expirations to be spread out over a period\n    of time.\n  * The statistics channel now includes counters that indicate the\n    number of currently connected TCP IPv4/IPv6 clients.\n  * Added RESOLVER.ARPA to the built in empty zones.\n  Feature Changes:\n  * DNSSEC signatures that are not valid because the current time\n    falls outside the signature inception and expiration dates are\n    skipped instead of causing an immediate validation failure.\n  Security Fixes:\n  * A malicious DNS client that sent many queries over TCP but\n    never read the responses could cause a server to respond slowly\n    or not at all for other clients. This has been fixed.\n    (CVE-2024-0760)\n  * It is possible to craft excessively large resource records\n    sets, which have the effect of slowing down database\n    processing. This has been addressed by adding a configurable\n    limit to the number of records that can be stored per name and\n    type in a cache or zone database. The default is 100, which can\n    be tuned with the new max-records-per-type option.\n  * It is possible to craft excessively large numbers of resource\n    record types for a given owner name, which has the effect of\n    slowing down database processing. This has been addressed by\n    adding a configurable limit to the number of records that can\n    be stored per name and type in a cache or zone database. The\n    default is 100, which can be tuned with the new\n    max-types-per-name option. (CVE-2024-1737)\n  * Validating DNS messages signed using the SIG(0) protocol (RFC\n    2931) could cause excessive CPU load, leading to a\n    denial-of-service condition. Support for SIG(0) message\n    validation was removed from this version of named.\n    (CVE-2024-1975)\n  * Due to a logic error, lookups that triggered serving stale data\n    and required lookups in local authoritative zone data could\n    have resulted in an assertion failure. This has been fixed.\n  * Potential data races were found in our DoH implementation,\n    related to HTTP/2 session object management and endpoints set\n    object management after reconfiguration. These issues have been\n    fixed.\n  * When looking up the NS records of parent zones as part of\n    looking up DS records, it was possible for named to trigger an\n    assertion failure if serve-stale was enabled. This has been\n    fixed. (CVE-2024-4076)\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2024-2636,SUSE-SLE-Module-Basesystem-15-SP6-2024-2636,SUSE-SLE-Module-Server-Applications-15-SP6-2024-2636,openSUSE-SLE-15.6-2024-2636",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_2636-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2024:2636-1",
        "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242636-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2024:2636-1",
        "url": "https://lists.suse.com/pipermail/sle-updates/2024-July/036147.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1228255",
        "url": "https://bugzilla.suse.com/1228255"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1228256",
        "url": "https://bugzilla.suse.com/1228256"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1228257",
        "url": "https://bugzilla.suse.com/1228257"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1228258",
        "url": "https://bugzilla.suse.com/1228258"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-0760 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-0760/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-1737 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-1737/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-1975 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-1975/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2024-4076 page",
        "url": "https://www.suse.com/security/cve/CVE-2024-4076/"
      }
    ],
    "title": "Security update for bind",
    "tracking": {
      "current_release_date": "2024-07-30T07:14:23Z",
      "generator": {
        "date": "2024-07-30T07:14:23Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2024:2636-1",
      "initial_release_date": "2024-07-30T07:14:23Z",
      "revision_history": [
        {
          "date": "2024-07-30T07:14:23Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bind-9.18.28-150600.3.3.1.aarch64",
                "product": {
                  "name": "bind-9.18.28-150600.3.3.1.aarch64",
                  "product_id": "bind-9.18.28-150600.3.3.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "bind-utils-9.18.28-150600.3.3.1.aarch64",
                "product": {
                  "name": "bind-utils-9.18.28-150600.3.3.1.aarch64",
                  "product_id": "bind-utils-9.18.28-150600.3.3.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bind-9.18.28-150600.3.3.1.i586",
                "product": {
                  "name": "bind-9.18.28-150600.3.3.1.i586",
                  "product_id": "bind-9.18.28-150600.3.3.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "bind-utils-9.18.28-150600.3.3.1.i586",
                "product": {
                  "name": "bind-utils-9.18.28-150600.3.3.1.i586",
                  "product_id": "bind-utils-9.18.28-150600.3.3.1.i586"
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bind-doc-9.18.28-150600.3.3.1.noarch",
                "product": {
                  "name": "bind-doc-9.18.28-150600.3.3.1.noarch",
                  "product_id": "bind-doc-9.18.28-150600.3.3.1.noarch"
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bind-9.18.28-150600.3.3.1.ppc64le",
                "product": {
                  "name": "bind-9.18.28-150600.3.3.1.ppc64le",
                  "product_id": "bind-9.18.28-150600.3.3.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "bind-utils-9.18.28-150600.3.3.1.ppc64le",
                "product": {
                  "name": "bind-utils-9.18.28-150600.3.3.1.ppc64le",
                  "product_id": "bind-utils-9.18.28-150600.3.3.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bind-9.18.28-150600.3.3.1.s390x",
                "product": {
                  "name": "bind-9.18.28-150600.3.3.1.s390x",
                  "product_id": "bind-9.18.28-150600.3.3.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "bind-utils-9.18.28-150600.3.3.1.s390x",
                "product": {
                  "name": "bind-utils-9.18.28-150600.3.3.1.s390x",
                  "product_id": "bind-utils-9.18.28-150600.3.3.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bind-9.18.28-150600.3.3.1.x86_64",
                "product": {
                  "name": "bind-9.18.28-150600.3.3.1.x86_64",
                  "product_id": "bind-9.18.28-150600.3.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "bind-utils-9.18.28-150600.3.3.1.x86_64",
                "product": {
                  "name": "bind-utils-9.18.28-150600.3.3.1.x86_64",
                  "product_id": "bind-utils-9.18.28-150600.3.3.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
                  "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
                  "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-server-applications:15:sp6"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "openSUSE Leap 15.6",
                "product": {
                  "name": "openSUSE Leap 15.6",
                  "product_id": "openSUSE Leap 15.6",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap:15.6"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-utils-9.18.28-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.aarch64"
        },
        "product_reference": "bind-utils-9.18.28-150600.3.3.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-utils-9.18.28-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.ppc64le"
        },
        "product_reference": "bind-utils-9.18.28-150600.3.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-utils-9.18.28-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.s390x"
        },
        "product_reference": "bind-utils-9.18.28-150600.3.3.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-utils-9.18.28-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.x86_64"
        },
        "product_reference": "bind-utils-9.18.28-150600.3.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-9.18.28-150600.3.3.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.aarch64"
        },
        "product_reference": "bind-9.18.28-150600.3.3.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-9.18.28-150600.3.3.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.ppc64le"
        },
        "product_reference": "bind-9.18.28-150600.3.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-9.18.28-150600.3.3.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.s390x"
        },
        "product_reference": "bind-9.18.28-150600.3.3.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-9.18.28-150600.3.3.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.x86_64"
        },
        "product_reference": "bind-9.18.28-150600.3.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-doc-9.18.28-150600.3.3.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
          "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-doc-9.18.28-150600.3.3.1.noarch"
        },
        "product_reference": "bind-doc-9.18.28-150600.3.3.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-9.18.28-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.aarch64"
        },
        "product_reference": "bind-9.18.28-150600.3.3.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-9.18.28-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.ppc64le"
        },
        "product_reference": "bind-9.18.28-150600.3.3.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-9.18.28-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.s390x"
        },
        "product_reference": "bind-9.18.28-150600.3.3.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-9.18.28-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.x86_64"
        },
        "product_reference": "bind-9.18.28-150600.3.3.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-doc-9.18.28-150600.3.3.1.noarch as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:bind-doc-9.18.28-150600.3.3.1.noarch"
        },
        "product_reference": "bind-doc-9.18.28-150600.3.3.1.noarch",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-utils-9.18.28-150600.3.3.1.aarch64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.aarch64"
        },
        "product_reference": "bind-utils-9.18.28-150600.3.3.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-utils-9.18.28-150600.3.3.1.ppc64le as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.ppc64le"
        },
        "product_reference": "bind-utils-9.18.28-150600.3.3.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-utils-9.18.28-150600.3.3.1.s390x as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.s390x"
        },
        "product_reference": "bind-utils-9.18.28-150600.3.3.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-utils-9.18.28-150600.3.3.1.x86_64 as component of openSUSE Leap 15.6",
          "product_id": "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.x86_64"
        },
        "product_reference": "bind-utils-9.18.28-150600.3.3.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.6"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2024-0760",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-0760"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "A malicious client can send many DNS messages over TCP, potentially causing the server to become unstable while the attack is in progress. The server may recover after the attack ceases. Use of ACLs will not mitigate the attack. \nThis issue affects BIND 9 versions 9.18.1 through 9.18.27, 9.19.0 through 9.19.24, and 9.18.11-S1 through 9.18.27-S1.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.x86_64",
          "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.aarch64",
          "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.s390x",
          "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.x86_64",
          "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-doc-9.18.28-150600.3.3.1.noarch",
          "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.aarch64",
          "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.ppc64le",
          "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.s390x",
          "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.x86_64",
          "openSUSE Leap 15.6:bind-doc-9.18.28-150600.3.3.1.noarch",
          "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.aarch64",
          "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.ppc64le",
          "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.s390x",
          "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-0760",
          "url": "https://www.suse.com/security/cve/CVE-2024-0760"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1228255 for CVE-2024-0760",
          "url": "https://bugzilla.suse.com/1228255"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.aarch64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.s390x",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-doc-9.18.28-150600.3.3.1.noarch",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.aarch64",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.ppc64le",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.s390x",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:bind-doc-9.18.28-150600.3.3.1.noarch",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.aarch64",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.ppc64le",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.s390x",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.aarch64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.s390x",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-doc-9.18.28-150600.3.3.1.noarch",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.aarch64",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.ppc64le",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.s390x",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:bind-doc-9.18.28-150600.3.3.1.noarch",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.aarch64",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.ppc64le",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.s390x",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-07-30T07:14:23Z",
          "details": "important"
        }
      ],
      "title": "CVE-2024-0760"
    },
    {
      "cve": "CVE-2024-1737",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-1737"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Resolver caches and authoritative zone databases that hold significant numbers of RRs for the same hostname (of any RTYPE) can suffer from degraded performance as content is being added or updated, and also when handling client queries for this name.\nThis issue affects BIND 9 versions 9.11.0 through 9.11.37, 9.16.0 through 9.16.50, 9.18.0 through 9.18.27, 9.19.0 through 9.19.24, 9.11.4-S1 through 9.11.37-S1, 9.16.8-S1 through 9.16.50-S1, and 9.18.11-S1 through 9.18.27-S1.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.x86_64",
          "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.aarch64",
          "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.s390x",
          "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.x86_64",
          "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-doc-9.18.28-150600.3.3.1.noarch",
          "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.aarch64",
          "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.ppc64le",
          "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.s390x",
          "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.x86_64",
          "openSUSE Leap 15.6:bind-doc-9.18.28-150600.3.3.1.noarch",
          "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.aarch64",
          "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.ppc64le",
          "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.s390x",
          "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-1737",
          "url": "https://www.suse.com/security/cve/CVE-2024-1737"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1228256 for CVE-2024-1737",
          "url": "https://bugzilla.suse.com/1228256"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.aarch64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.s390x",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-doc-9.18.28-150600.3.3.1.noarch",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.aarch64",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.ppc64le",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.s390x",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:bind-doc-9.18.28-150600.3.3.1.noarch",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.aarch64",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.ppc64le",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.s390x",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.aarch64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.s390x",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-doc-9.18.28-150600.3.3.1.noarch",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.aarch64",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.ppc64le",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.s390x",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:bind-doc-9.18.28-150600.3.3.1.noarch",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.aarch64",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.ppc64le",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.s390x",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-07-30T07:14:23Z",
          "details": "important"
        }
      ],
      "title": "CVE-2024-1737"
    },
    {
      "cve": "CVE-2024-1975",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-1975"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "If a server hosts a zone containing a \"KEY\" Resource Record, or a resolver DNSSEC-validates a \"KEY\" Resource Record from a DNSSEC-signed domain in cache, a client can exhaust resolver CPU resources by sending a stream of SIG(0) signed requests.\nThis issue affects BIND 9 versions 9.0.0 through 9.11.37, 9.16.0 through 9.16.50, 9.18.0 through 9.18.27, 9.19.0 through 9.19.24, 9.9.3-S1 through 9.11.37-S1, 9.16.8-S1 through 9.16.49-S1, and 9.18.11-S1 through 9.18.27-S1.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.x86_64",
          "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.aarch64",
          "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.s390x",
          "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.x86_64",
          "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-doc-9.18.28-150600.3.3.1.noarch",
          "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.aarch64",
          "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.ppc64le",
          "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.s390x",
          "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.x86_64",
          "openSUSE Leap 15.6:bind-doc-9.18.28-150600.3.3.1.noarch",
          "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.aarch64",
          "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.ppc64le",
          "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.s390x",
          "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-1975",
          "url": "https://www.suse.com/security/cve/CVE-2024-1975"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1228257 for CVE-2024-1975",
          "url": "https://bugzilla.suse.com/1228257"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.aarch64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.s390x",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-doc-9.18.28-150600.3.3.1.noarch",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.aarch64",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.ppc64le",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.s390x",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:bind-doc-9.18.28-150600.3.3.1.noarch",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.aarch64",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.ppc64le",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.s390x",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.aarch64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.s390x",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-doc-9.18.28-150600.3.3.1.noarch",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.aarch64",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.ppc64le",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.s390x",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:bind-doc-9.18.28-150600.3.3.1.noarch",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.aarch64",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.ppc64le",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.s390x",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-07-30T07:14:23Z",
          "details": "important"
        }
      ],
      "title": "CVE-2024-1975"
    },
    {
      "cve": "CVE-2024-4076",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2024-4076"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Client queries that trigger serving stale data and that also require lookups in local authoritative zone data may result in an assertion failure.\nThis issue affects BIND 9 versions 9.16.13 through 9.16.50, 9.18.0 through 9.18.27, 9.19.0 through 9.19.24, 9.11.33-S1 through 9.11.37-S1, 9.16.13-S1 through 9.16.50-S1, and 9.18.11-S1 through 9.18.27-S1.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.x86_64",
          "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.aarch64",
          "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.ppc64le",
          "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.s390x",
          "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.x86_64",
          "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-doc-9.18.28-150600.3.3.1.noarch",
          "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.aarch64",
          "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.ppc64le",
          "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.s390x",
          "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.x86_64",
          "openSUSE Leap 15.6:bind-doc-9.18.28-150600.3.3.1.noarch",
          "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.aarch64",
          "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.ppc64le",
          "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.s390x",
          "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2024-4076",
          "url": "https://www.suse.com/security/cve/CVE-2024-4076"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1228258 for CVE-2024-4076",
          "url": "https://bugzilla.suse.com/1228258"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.aarch64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.s390x",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-doc-9.18.28-150600.3.3.1.noarch",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.aarch64",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.ppc64le",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.s390x",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:bind-doc-9.18.28-150600.3.3.1.noarch",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.aarch64",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.ppc64le",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.s390x",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP6:bind-utils-9.18.28-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.aarch64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.ppc64le",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.s390x",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-9.18.28-150600.3.3.1.x86_64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP6:bind-doc-9.18.28-150600.3.3.1.noarch",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.aarch64",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.ppc64le",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.s390x",
            "openSUSE Leap 15.6:bind-9.18.28-150600.3.3.1.x86_64",
            "openSUSE Leap 15.6:bind-doc-9.18.28-150600.3.3.1.noarch",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.aarch64",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.ppc64le",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.s390x",
            "openSUSE Leap 15.6:bind-utils-9.18.28-150600.3.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-07-30T07:14:23Z",
          "details": "important"
        }
      ],
      "title": "CVE-2024-4076"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…