suse-su-2023:2667-1
Vulnerability from csaf_suse
Published
2023-06-28 07:14
Modified
2023-06-28 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.16.42 Security Fixes: * The overmem cleaning process has been improved, to prevent the cache from significantly exceeding the configured max-cache-size limit. (CVE-2023-2828) * A query that prioritizes stale data over lookup triggers a fetch to refresh the stale data in cache. If the fetch is aborted for exceeding the recursion quota, it was possible for named to enter an infinite callback loop and crash due to stack overflow. This has been fixed. (CVE-2023-2911) Bug Fixes: * Previously, it was possible for a delegation from cache to be returned to the client after the stale-answer-client-timeout duration. This has been fixed. [bsc#1212544, bsc#1212567, jsc#SLE-24600] Update to release 9.16.41 Bug Fixes: * When removing delegations from an opt-out range, empty-non-terminal NSEC3 records generated by those delegations were not cleaned up. This has been fixed. [jsc#SLE-24600] Update to release 9.16.40 Bug Fixes: * Logfiles using timestamp-style suffixes were not always correctly removed when the number of files exceeded the limit set by versions. This has been fixed for configurations which do not explicitly specify a directory path as part of the file argument in the channel specification. * Performance of DNSSEC validation in zones with many DNSKEY records has been improved. Update to release 9.16.39 Feature Changes: * libuv support for receiving multiple UDP messages in a single recvmmsg() system call has been tweaked several times between libuv versions 1.35.0 and 1.40.0; the current recommended libuv version is 1.40.0 or higher. New rules are now in effect for running with a different version of libuv than the one used at compilation time. These rules may trigger a fatal error at startup: - Building against or running with libuv versions 1.35.0 and 1.36.0 is now a fatal error. - Running with libuv version higher than 1.34.2 is now a fatal error when named is built against libuv version 1.34.2 or lower. - Running with libuv version higher than 1.39.0 is now a fatal error when named is built against libuv version 1.37.0, 1.38.0, 1.38.1, or 1.39.0. * This prevents the use of libuv versions that may trigger an assertion failure when receiving multiple UDP messages in a single system call. Bug Fixes: * named could crash with an assertion failure when adding a new zone into the configuration file for a name which was already configured as a member zone for a catalog zone. This has been fixed. * When named starts up, it sends a query for the DNSSEC key for each configured trust anchor to determine whether the key has changed. In some unusual cases, the query might depend on a zone for which the server is itself authoritative, and would have failed if it were sent before the zone was fully loaded. This has now been fixed by delaying the key queries until all zones have finished loading. [jsc#SLE-24600]
Patchnames
SUSE-2023-2667,SUSE-SLE-Module-Basesystem-15-SP4-2023-2667,SUSE-SLE-Module-Server-Applications-15-SP4-2023-2667,openSUSE-SLE-15.4-2023-2667
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.16.42\n\nSecurity Fixes:\n\n* The overmem cleaning process has been improved, to prevent the\n  cache from significantly exceeding the configured\n  max-cache-size limit. (CVE-2023-2828)\n* A query that prioritizes stale data over lookup triggers a\n  fetch to refresh the stale data in cache. If the fetch is\n  aborted for exceeding the recursion quota, it was possible for\n  named to enter an infinite callback loop and crash due to stack\n  overflow. This has been fixed. (CVE-2023-2911)\n\nBug Fixes:\n\n* Previously, it was possible for a delegation from cache to be\n  returned to the client after the stale-answer-client-timeout\n  duration. This has been fixed.  [bsc#1212544, bsc#1212567, jsc#SLE-24600]\n\nUpdate to release 9.16.41\n\nBug Fixes:\n\n* When removing delegations from an opt-out range,\n  empty-non-terminal NSEC3 records generated by those delegations\n  were not cleaned up. This has been fixed.  [jsc#SLE-24600]\n\nUpdate to release 9.16.40\n\nBug Fixes:\n\n* Logfiles using timestamp-style suffixes were not always\n  correctly removed when the number of files exceeded the limit\n  set by versions. This has been fixed for configurations which\n  do not explicitly specify a directory path as part of the file\n  argument in the channel specification.\n* Performance of DNSSEC validation in zones with many DNSKEY\n  records has been improved.\n\nUpdate to release 9.16.39\n\nFeature Changes:\n\n* libuv support for receiving multiple UDP messages in a single\n  recvmmsg() system call has been tweaked several times between\n  libuv versions 1.35.0 and 1.40.0; the current recommended libuv\n  version is 1.40.0 or higher. New rules are now in effect for\n  running with a different version of libuv than the one used at\n  compilation time. These rules may trigger a fatal error at\n  startup:\n  - Building against or running with libuv versions 1.35.0 and\n    1.36.0 is now a fatal error.\n  - Running with libuv version higher than 1.34.2 is now a\n    fatal error when named is built against libuv version\n    1.34.2 or lower.\n  - Running with libuv version higher than 1.39.0 is now a\n    fatal error when named is built against libuv version\n    1.37.0, 1.38.0, 1.38.1, or 1.39.0.\n\n* This prevents the use of libuv versions that may trigger an\n  assertion failure when receiving multiple UDP messages in a\n  single system call.\n\nBug Fixes:\n\n* named could crash with an assertion failure when adding a new\n  zone into the configuration file for a name which was already\n  configured as a member zone for a catalog zone. This has been\n  fixed.\n* When named starts up, it sends a query for the DNSSEC key for\n  each configured trust anchor to determine whether the key has\n  changed. In some unusual cases, the query might depend on a\n  zone for which the server is itself authoritative, and would\n  have failed if it were sent before the zone was fully loaded.\n  This has now been fixed by delaying the key queries until all\n  zones have finished loading. [jsc#SLE-24600]\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2023-2667,SUSE-SLE-Module-Basesystem-15-SP4-2023-2667,SUSE-SLE-Module-Server-Applications-15-SP4-2023-2667,openSUSE-SLE-15.4-2023-2667",
        "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-2023_2667-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2023:2667-1",
        "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20232667-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2023:2667-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-June/015348.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1212544",
        "url": "https://bugzilla.suse.com/1212544"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1212567",
        "url": "https://bugzilla.suse.com/1212567"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2023-2828 page",
        "url": "https://www.suse.com/security/cve/CVE-2023-2828/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2023-2911 page",
        "url": "https://www.suse.com/security/cve/CVE-2023-2911/"
      }
    ],
    "title": "Security update for bind",
    "tracking": {
      "current_release_date": "2023-06-28T07:14:43Z",
      "generator": {
        "date": "2023-06-28T07:14:43Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2023:2667-1",
      "initial_release_date": "2023-06-28T07:14:43Z",
      "revision_history": [
        {
          "date": "2023-06-28T07:14:43Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bind-9.16.42-150400.5.27.1.aarch64",
                "product": {
                  "name": "bind-9.16.42-150400.5.27.1.aarch64",
                  "product_id": "bind-9.16.42-150400.5.27.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "bind-utils-9.16.42-150400.5.27.1.aarch64",
                "product": {
                  "name": "bind-utils-9.16.42-150400.5.27.1.aarch64",
                  "product_id": "bind-utils-9.16.42-150400.5.27.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bind-9.16.42-150400.5.27.1.i586",
                "product": {
                  "name": "bind-9.16.42-150400.5.27.1.i586",
                  "product_id": "bind-9.16.42-150400.5.27.1.i586"
                }
              },
              {
                "category": "product_version",
                "name": "bind-utils-9.16.42-150400.5.27.1.i586",
                "product": {
                  "name": "bind-utils-9.16.42-150400.5.27.1.i586",
                  "product_id": "bind-utils-9.16.42-150400.5.27.1.i586"
                }
              }
            ],
            "category": "architecture",
            "name": "i586"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bind-doc-9.16.42-150400.5.27.1.noarch",
                "product": {
                  "name": "bind-doc-9.16.42-150400.5.27.1.noarch",
                  "product_id": "bind-doc-9.16.42-150400.5.27.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "python3-bind-9.16.42-150400.5.27.1.noarch",
                "product": {
                  "name": "python3-bind-9.16.42-150400.5.27.1.noarch",
                  "product_id": "python3-bind-9.16.42-150400.5.27.1.noarch"
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bind-9.16.42-150400.5.27.1.ppc64le",
                "product": {
                  "name": "bind-9.16.42-150400.5.27.1.ppc64le",
                  "product_id": "bind-9.16.42-150400.5.27.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "bind-utils-9.16.42-150400.5.27.1.ppc64le",
                "product": {
                  "name": "bind-utils-9.16.42-150400.5.27.1.ppc64le",
                  "product_id": "bind-utils-9.16.42-150400.5.27.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bind-9.16.42-150400.5.27.1.s390x",
                "product": {
                  "name": "bind-9.16.42-150400.5.27.1.s390x",
                  "product_id": "bind-9.16.42-150400.5.27.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "bind-utils-9.16.42-150400.5.27.1.s390x",
                "product": {
                  "name": "bind-utils-9.16.42-150400.5.27.1.s390x",
                  "product_id": "bind-utils-9.16.42-150400.5.27.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bind-9.16.42-150400.5.27.1.x86_64",
                "product": {
                  "name": "bind-9.16.42-150400.5.27.1.x86_64",
                  "product_id": "bind-9.16.42-150400.5.27.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "bind-utils-9.16.42-150400.5.27.1.x86_64",
                "product": {
                  "name": "bind-utils-9.16.42-150400.5.27.1.x86_64",
                  "product_id": "bind-utils-9.16.42-150400.5.27.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
                  "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Server Applications 15 SP4",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Server Applications 15 SP4",
                  "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-server-applications:15:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "openSUSE Leap 15.4",
                "product": {
                  "name": "openSUSE Leap 15.4",
                  "product_id": "openSUSE Leap 15.4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap:15.4"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-utils-9.16.42-150400.5.27.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:bind-utils-9.16.42-150400.5.27.1.aarch64"
        },
        "product_reference": "bind-utils-9.16.42-150400.5.27.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-utils-9.16.42-150400.5.27.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:bind-utils-9.16.42-150400.5.27.1.ppc64le"
        },
        "product_reference": "bind-utils-9.16.42-150400.5.27.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-utils-9.16.42-150400.5.27.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:bind-utils-9.16.42-150400.5.27.1.s390x"
        },
        "product_reference": "bind-utils-9.16.42-150400.5.27.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-utils-9.16.42-150400.5.27.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:bind-utils-9.16.42-150400.5.27.1.x86_64"
        },
        "product_reference": "bind-utils-9.16.42-150400.5.27.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-bind-9.16.42-150400.5.27.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:python3-bind-9.16.42-150400.5.27.1.noarch"
        },
        "product_reference": "python3-bind-9.16.42-150400.5.27.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-9.16.42-150400.5.27.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.aarch64"
        },
        "product_reference": "bind-9.16.42-150400.5.27.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-9.16.42-150400.5.27.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.ppc64le"
        },
        "product_reference": "bind-9.16.42-150400.5.27.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-9.16.42-150400.5.27.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.s390x"
        },
        "product_reference": "bind-9.16.42-150400.5.27.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-9.16.42-150400.5.27.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.x86_64"
        },
        "product_reference": "bind-9.16.42-150400.5.27.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-doc-9.16.42-150400.5.27.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP4",
          "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-doc-9.16.42-150400.5.27.1.noarch"
        },
        "product_reference": "bind-doc-9.16.42-150400.5.27.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-9.16.42-150400.5.27.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.aarch64"
        },
        "product_reference": "bind-9.16.42-150400.5.27.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-9.16.42-150400.5.27.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.ppc64le"
        },
        "product_reference": "bind-9.16.42-150400.5.27.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-9.16.42-150400.5.27.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.s390x"
        },
        "product_reference": "bind-9.16.42-150400.5.27.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-9.16.42-150400.5.27.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.x86_64"
        },
        "product_reference": "bind-9.16.42-150400.5.27.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-doc-9.16.42-150400.5.27.1.noarch as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:bind-doc-9.16.42-150400.5.27.1.noarch"
        },
        "product_reference": "bind-doc-9.16.42-150400.5.27.1.noarch",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-utils-9.16.42-150400.5.27.1.aarch64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.aarch64"
        },
        "product_reference": "bind-utils-9.16.42-150400.5.27.1.aarch64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-utils-9.16.42-150400.5.27.1.ppc64le as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.ppc64le"
        },
        "product_reference": "bind-utils-9.16.42-150400.5.27.1.ppc64le",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-utils-9.16.42-150400.5.27.1.s390x as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.s390x"
        },
        "product_reference": "bind-utils-9.16.42-150400.5.27.1.s390x",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bind-utils-9.16.42-150400.5.27.1.x86_64 as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.x86_64"
        },
        "product_reference": "bind-utils-9.16.42-150400.5.27.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-bind-9.16.42-150400.5.27.1.noarch as component of openSUSE Leap 15.4",
          "product_id": "openSUSE Leap 15.4:python3-bind-9.16.42-150400.5.27.1.noarch"
        },
        "product_reference": "python3-bind-9.16.42-150400.5.27.1.noarch",
        "relates_to_product_reference": "openSUSE Leap 15.4"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2023-2828",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2023-2828"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Every `named` instance configured to run as a recursive resolver maintains a cache database holding the responses to the queries it has recently sent to authoritative servers. The size limit for that cache database can be configured using the `max-cache-size` statement in the configuration file; it defaults to 90% of the total amount of memory available on the host. When the size of the cache reaches 7/8 of the configured limit, a cache-cleaning algorithm starts to remove expired and/or least-recently used RRsets from the cache, to keep memory use below the configured limit.\n\nIt has been discovered that the effectiveness of the cache-cleaning algorithm used in `named` can be severely diminished by querying the resolver for specific RRsets in a certain order, effectively allowing the configured `max-cache-size` limit to be significantly exceeded.\nThis issue affects BIND 9 versions 9.11.0 through 9.16.41, 9.18.0 through 9.18.15, 9.19.0 through 9.19.13, 9.11.3-S1 through 9.16.41-S1, and 9.18.11-S1 through 9.18.15-S1.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15 SP4:bind-utils-9.16.42-150400.5.27.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP4:bind-utils-9.16.42-150400.5.27.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP4:bind-utils-9.16.42-150400.5.27.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP4:bind-utils-9.16.42-150400.5.27.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP4:python3-bind-9.16.42-150400.5.27.1.noarch",
          "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.aarch64",
          "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.ppc64le",
          "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.s390x",
          "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.x86_64",
          "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-doc-9.16.42-150400.5.27.1.noarch",
          "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.aarch64",
          "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.ppc64le",
          "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.s390x",
          "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.x86_64",
          "openSUSE Leap 15.4:bind-doc-9.16.42-150400.5.27.1.noarch",
          "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.aarch64",
          "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.ppc64le",
          "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.s390x",
          "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.x86_64",
          "openSUSE Leap 15.4:python3-bind-9.16.42-150400.5.27.1.noarch"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2023-2828",
          "url": "https://www.suse.com/security/cve/CVE-2023-2828"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1212544 for CVE-2023-2828",
          "url": "https://bugzilla.suse.com/1212544"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1216764 for CVE-2023-2828",
          "url": "https://bugzilla.suse.com/1216764"
        }
      ],
      "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 SP4:bind-utils-9.16.42-150400.5.27.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP4:bind-utils-9.16.42-150400.5.27.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP4:bind-utils-9.16.42-150400.5.27.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP4:bind-utils-9.16.42-150400.5.27.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP4:python3-bind-9.16.42-150400.5.27.1.noarch",
            "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.aarch64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.ppc64le",
            "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.s390x",
            "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.x86_64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-doc-9.16.42-150400.5.27.1.noarch",
            "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.aarch64",
            "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.ppc64le",
            "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.s390x",
            "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.x86_64",
            "openSUSE Leap 15.4:bind-doc-9.16.42-150400.5.27.1.noarch",
            "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.aarch64",
            "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.ppc64le",
            "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.s390x",
            "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.x86_64",
            "openSUSE Leap 15.4:python3-bind-9.16.42-150400.5.27.1.noarch"
          ]
        }
      ],
      "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 SP4:bind-utils-9.16.42-150400.5.27.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP4:bind-utils-9.16.42-150400.5.27.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP4:bind-utils-9.16.42-150400.5.27.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP4:bind-utils-9.16.42-150400.5.27.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP4:python3-bind-9.16.42-150400.5.27.1.noarch",
            "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.aarch64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.ppc64le",
            "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.s390x",
            "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.x86_64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-doc-9.16.42-150400.5.27.1.noarch",
            "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.aarch64",
            "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.ppc64le",
            "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.s390x",
            "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.x86_64",
            "openSUSE Leap 15.4:bind-doc-9.16.42-150400.5.27.1.noarch",
            "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.aarch64",
            "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.ppc64le",
            "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.s390x",
            "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.x86_64",
            "openSUSE Leap 15.4:python3-bind-9.16.42-150400.5.27.1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2023-06-28T07:14:43Z",
          "details": "important"
        }
      ],
      "title": "CVE-2023-2828"
    },
    {
      "cve": "CVE-2023-2911",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2023-2911"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "If the `recursive-clients` quota is reached on a BIND 9 resolver configured with both `stale-answer-enable yes;` and `stale-answer-client-timeout 0;`, a sequence of serve-stale-related lookups could cause `named` to loop and terminate unexpectedly due to a stack overflow.\nThis issue affects BIND 9 versions 9.16.33 through 9.16.41, 9.18.7 through 9.18.15, 9.16.33-S1 through 9.16.41-S1, and 9.18.11-S1 through 9.18.15-S1.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Module for Basesystem 15 SP4:bind-utils-9.16.42-150400.5.27.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP4:bind-utils-9.16.42-150400.5.27.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP4:bind-utils-9.16.42-150400.5.27.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP4:bind-utils-9.16.42-150400.5.27.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP4:python3-bind-9.16.42-150400.5.27.1.noarch",
          "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.aarch64",
          "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.ppc64le",
          "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.s390x",
          "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.x86_64",
          "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-doc-9.16.42-150400.5.27.1.noarch",
          "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.aarch64",
          "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.ppc64le",
          "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.s390x",
          "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.x86_64",
          "openSUSE Leap 15.4:bind-doc-9.16.42-150400.5.27.1.noarch",
          "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.aarch64",
          "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.ppc64le",
          "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.s390x",
          "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.x86_64",
          "openSUSE Leap 15.4:python3-bind-9.16.42-150400.5.27.1.noarch"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2023-2911",
          "url": "https://www.suse.com/security/cve/CVE-2023-2911"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1212544 for CVE-2023-2911",
          "url": "https://bugzilla.suse.com/1212544"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1212567 for CVE-2023-2911",
          "url": "https://bugzilla.suse.com/1212567"
        }
      ],
      "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 SP4:bind-utils-9.16.42-150400.5.27.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP4:bind-utils-9.16.42-150400.5.27.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP4:bind-utils-9.16.42-150400.5.27.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP4:bind-utils-9.16.42-150400.5.27.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP4:python3-bind-9.16.42-150400.5.27.1.noarch",
            "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.aarch64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.ppc64le",
            "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.s390x",
            "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.x86_64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-doc-9.16.42-150400.5.27.1.noarch",
            "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.aarch64",
            "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.ppc64le",
            "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.s390x",
            "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.x86_64",
            "openSUSE Leap 15.4:bind-doc-9.16.42-150400.5.27.1.noarch",
            "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.aarch64",
            "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.ppc64le",
            "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.s390x",
            "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.x86_64",
            "openSUSE Leap 15.4:python3-bind-9.16.42-150400.5.27.1.noarch"
          ]
        }
      ],
      "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 SP4:bind-utils-9.16.42-150400.5.27.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP4:bind-utils-9.16.42-150400.5.27.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP4:bind-utils-9.16.42-150400.5.27.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP4:bind-utils-9.16.42-150400.5.27.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP4:python3-bind-9.16.42-150400.5.27.1.noarch",
            "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.aarch64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.ppc64le",
            "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.s390x",
            "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-9.16.42-150400.5.27.1.x86_64",
            "SUSE Linux Enterprise Module for Server Applications 15 SP4:bind-doc-9.16.42-150400.5.27.1.noarch",
            "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.aarch64",
            "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.ppc64le",
            "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.s390x",
            "openSUSE Leap 15.4:bind-9.16.42-150400.5.27.1.x86_64",
            "openSUSE Leap 15.4:bind-doc-9.16.42-150400.5.27.1.noarch",
            "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.aarch64",
            "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.ppc64le",
            "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.s390x",
            "openSUSE Leap 15.4:bind-utils-9.16.42-150400.5.27.1.x86_64",
            "openSUSE Leap 15.4:python3-bind-9.16.42-150400.5.27.1.noarch"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2023-06-28T07:14:43Z",
          "details": "important"
        }
      ],
      "title": "CVE-2023-2911"
    }
  ]
}


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…