Vulnerabilities > CVE-2016-2848 - Improper Input Validation vulnerability in ISC Bind

047910
CVSS 7.5 - HIGH
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
NONE
Integrity impact
NONE
Availability impact
HIGH
network
low complexity
isc
CWE-20
nessus

Summary

ISC BIND 9.1.0 through 9.8.4-P2 and 9.9.0 through 9.9.2-P2 allows remote attackers to cause a denial of service (assertion failure and daemon exit) via malformed options data in an OPT resource record.

Common Weakness Enumeration (CWE)

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Buffer Overflow via Environment Variables
    This attack pattern involves causing a buffer overflow through manipulation of environment variables. Once the attacker finds that they can modify an environment variable, they may try to overflow associated buffers. This attack leverages implicit trust often placed in environment variables.
  • Server Side Include (SSI) Injection
    An attacker can use Server Side Include (SSI) Injection to send code to a web application that then gets executed by the web server. Doing so enables the attacker to achieve similar results to Cross Site Scripting, viz., arbitrary code execution and information disclosure, albeit on a more limited scale, since the SSI directives are nowhere near as powerful as a full-fledged scripting language. Nonetheless, the attacker can conveniently gain access to sensitive files, such as password files, and execute shell commands.
  • Cross Zone Scripting
    An attacker is able to cause a victim to load content into their web-browser that bypasses security zone controls and gain access to increased privileges to execute scripting code or other web objects such as unsigned ActiveX controls or applets. This is a privilege elevation attack targeted at zone-based web-browser security. In a zone-based model, pages belong to one of a set of zones corresponding to the level of privilege assigned to that page. Pages in an untrusted zone would have a lesser level of access to the system and/or be restricted in the types of executable content it was allowed to invoke. In a cross-zone scripting attack, a page that should be assigned to a less privileged zone is granted the privileges of a more trusted zone. This can be accomplished by exploiting bugs in the browser, exploiting incorrect configuration in the zone controls, through a cross-site scripting attack that causes the attackers' content to be treated as coming from a more trusted page, or by leveraging some piece of system functionality that is accessible from both the trusted and less trusted zone. This attack differs from "Restful Privilege Escalation" in that the latter correlates to the inadequate securing of RESTful access methods (such as HTTP DELETE) on the server, while cross-zone scripting attacks the concept of security zones as implemented by a browser.
  • Cross Site Scripting through Log Files
    An attacker may leverage a system weakness where logs are susceptible to log injection to insert scripts into the system's logs. If these logs are later viewed by an administrator through a thin administrative interface and the log data is not properly HTML encoded before being written to the page, the attackers' scripts stored in the log will be executed in the administrative interface with potentially serious consequences. This attack pattern is really a combination of two other attack patterns: log injection and stored cross site scripting.
  • Command Line Execution through SQL Injection
    An attacker uses standard SQL injection methods to inject data into the command line for execution. This could be done directly through misuse of directives such as MSSQL_xp_cmdshell or indirectly through injection of data into the database that would be interpreted as shell commands. Sometime later, an unscrupulous backend application (or could be part of the functionality of the same application) fetches the injected data stored in the database and uses this data as command line arguments without performing proper validation. The malicious data escapes that data plane by spawning new commands to be executed on the host.

Nessus

  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2016-2093.NASL
    descriptionAn update for bind is now available for Red Hat Enterprise Linux 5 and Red Hat Enterprise Linux 6. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. The Berkeley Internet Name Domain (BIND) is an implementation of the Domain Name System (DNS) protocols. BIND includes a DNS server (named); a resolver library (routines for applications to use when interfacing with DNS); and tools for verifying that the DNS server is operating correctly. Security Fix(es) : * A denial of service flaw was found in the way BIND handled packets with malformed options. A remote attacker could use this flaw to make named exit unexpectedly with an assertion failure via a specially crafted DNS packet. (CVE-2016-2848)
    last seen2020-06-01
    modified2020-06-02
    plugin id94202
    published2016-10-24
    reporterThis script is Copyright (C) 2016-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/94202
    titleCentOS 5 / 6 : bind (CESA-2016:2093)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Red Hat Security Advisory RHSA-2016:2093 and 
    # CentOS Errata and Security Advisory 2016:2093 respectively.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(94202);
      script_version("2.7");
      script_cvs_date("Date: 2020/01/02");
    
      script_cve_id("CVE-2016-2848");
      script_xref(name:"RHSA", value:"2016:2093");
    
      script_name(english:"CentOS 5 / 6 : bind (CESA-2016:2093)");
      script_summary(english:"Checks rpm output for the updated packages");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote CentOS host is missing one or more security updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "An update for bind is now available for Red Hat Enterprise Linux 5 and
    Red Hat Enterprise Linux 6.
    
    Red Hat Product Security has rated this update as having a security
    impact of Important. A Common Vulnerability Scoring System (CVSS) base
    score, which gives a detailed severity rating, is available for each
    vulnerability from the CVE link(s) in the References section.
    
    The Berkeley Internet Name Domain (BIND) is an implementation of the
    Domain Name System (DNS) protocols. BIND includes a DNS server
    (named); a resolver library (routines for applications to use when
    interfacing with DNS); and tools for verifying that the DNS server is
    operating correctly.
    
    Security Fix(es) :
    
    * A denial of service flaw was found in the way BIND handled packets
    with malformed options. A remote attacker could use this flaw to make
    named exit unexpectedly with an assertion failure via a specially
    crafted DNS packet. (CVE-2016-2848)"
      );
      # https://lists.centos.org/pipermail/centos-announce/2016-October/022127.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?ef210213"
      );
      # https://lists.centos.org/pipermail/centos-announce/2016-October/022130.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?8d4d8904"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected bind packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
      script_set_attribute(attribute:"cvss_score_source", value:"CVE-2016-2848");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:bind");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:bind-chroot");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:bind-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:bind-libbind-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:bind-libs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:bind-sdb");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:bind-utils");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:caching-nameserver");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:centos:centos:5");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:centos:centos:6");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2016/10/21");
      script_set_attribute(attribute:"patch_publication_date", value:"2016/10/21");
      script_set_attribute(attribute:"plugin_publication_date", value:"2016/10/24");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2016-2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"CentOS Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/CentOS/release", "Host/CentOS/rpm-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("rpm.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/CentOS/release");
    if (isnull(release) || "CentOS" >!< release) audit(AUDIT_OS_NOT, "CentOS");
    os_ver = pregmatch(pattern: "CentOS(?: Linux)? release ([0-9]+)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "CentOS");
    os_ver = os_ver[1];
    if (! preg(pattern:"^(5|6)([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "CentOS 5.x / 6.x", "CentOS " + os_ver);
    
    if (!get_kb_item("Host/CentOS/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "CentOS", cpu);
    
    
    flag = 0;
    if (rpm_check(release:"CentOS-5", reference:"bind-9.3.6-25.P1.el5_11.10")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"bind-chroot-9.3.6-25.P1.el5_11.10")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"bind-devel-9.3.6-25.P1.el5_11.10")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"bind-libbind-devel-9.3.6-25.P1.el5_11.10")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"bind-libs-9.3.6-25.P1.el5_11.10")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"bind-sdb-9.3.6-25.P1.el5_11.10")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"bind-utils-9.3.6-25.P1.el5_11.10")) flag++;
    if (rpm_check(release:"CentOS-5", reference:"caching-nameserver-9.3.6-25.P1.el5_11.10")) flag++;
    
    if (rpm_check(release:"CentOS-6", reference:"bind-9.8.2-0.47.rc1.el6_8.2")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"bind-chroot-9.8.2-0.47.rc1.el6_8.2")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"bind-devel-9.8.2-0.47.rc1.el6_8.2")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"bind-libs-9.8.2-0.47.rc1.el6_8.2")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"bind-sdb-9.8.2-0.47.rc1.el6_8.2")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"bind-utils-9.8.2-0.47.rc1.el6_8.2")) flag++;
    
    
    if (flag)
    {
      security_report_v4(
        port       : 0,
        severity   : SECURITY_WARNING,
        extra      : rpm_report_get()
      );
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "bind / bind-chroot / bind-devel / bind-libbind-devel / bind-libs / etc");
    }
    
  • NASL familyDNS
    NASL idBIND9_CVE-2016-2848.NASL
    descriptionAccording to its self-reported version number, the instance of ISC BIND running on the remote name server is 9.x prior to 9.9.9-P3. It is, therefore, affected by a denial of service vulnerability when handling malformed options sections. An unauthenticated, remote attacker can exploit this, via a specially crafted OPT resource record, to cause an assertion failure, resulting in a daemon exit.
    last seen2020-06-01
    modified2020-06-02
    plugin id94611
    published2016-11-08
    reporterThis script is Copyright (C) 2016-2018 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/94611
    titleISC BIND 9.x < 9.9.9-P3 Options Sections DoS
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(94611);
      script_version("1.11");
      script_cvs_date("Date: 2018/12/07 17:08:17");
    
      script_cve_id("CVE-2016-2848");
      script_bugtraq_id(93814);
    
      script_name(english:"ISC BIND 9.x < 9.9.9-P3 Options Sections DoS");
      script_summary(english:"Checks the version of BIND.");
    
      script_set_attribute(attribute:"synopsis", value:
    "The remote name server is affected by a denial of service
    vulnerability.");
      script_set_attribute(attribute:"description", value:
    "According to its self-reported version number, the instance of ISC
    BIND running on the remote name server is 9.x prior to 9.9.9-P3. It
    is, therefore, affected by a denial of service vulnerability when
    handling malformed options sections. An unauthenticated, remote
    attacker can exploit this, via a specially crafted OPT resource
    record, to cause an assertion failure, resulting in a daemon exit.");
      script_set_attribute(attribute:"see_also", value:"https://kb.isc.org/article/AA-01433");
      script_set_attribute(attribute:"solution", value:
    "Upgrade to ISC BIND version 9.9.9-P3 / 9.10.4-P3 / 9.11.0 or later.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
      script_set_attribute(attribute:"cvss_score_source", value:"CVE-2016-2848");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2016/10/20");
      script_set_attribute(attribute:"patch_publication_date", value:"2013/05/28");
      script_set_attribute(attribute:"plugin_publication_date", value:"2016/11/08");
    
      script_set_attribute(attribute:"plugin_type", value:"remote");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:isc:bind");
      script_set_attribute(attribute:"potential_vulnerability", value:"true");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_family(english:"DNS");
    
      script_copyright(english:"This script is Copyright (C) 2016-2018 and is owned by Tenable, Inc. or an Affiliate thereof.");
    
      script_dependencies("bind_version.nasl");
      script_require_keys("bind/version", "Settings/ParanoidReport");
    
      exit(0);
    }
    
    include("audit.inc");
    include("global_settings.inc");
    include("misc_func.inc");
    
    ver = get_kb_item_or_exit("bind/version");
    
    if (report_paranoia < 2) audit(AUDIT_PARANOID); # patch can be applied
    
    fix = '';
    port = 53;
    
    if (
      # 9.1.x - 9.7.x
      ver =~ "^9\.[1-7]($|[^0-9])" ||
    
      # 9.8.x =< 9.8.4-P2
      ver =~ "^9\.8\.[0-3]($|[^0-9])" ||
      ver =~ "^9\.8\.4($|rc|b)" ||
      ver =~ "^9\.8\.4-P[12]($|[^0-9])" ||
    
      # 9.9.0 - 9.9.1
      ver =~ "^9\.9\.[01]($|[^0-9])" ||
    
      # 9.9.2.x =< 9.9.2-P2
      ver =~ "^9\.9\.2($|rc|b)" ||
      ver =~ "^9\.9\.2-P[12]($|[^0-9])"
    
    ) fix = "9.9.9-P3 / 9.10.4-P3 / 9.11.0";
    
    if (!empty(fix))
    {
      report = report_items_str(
        report_items:make_array(
          "Installed version", ver,
          "Fixed version", fix
        ),
        ordered_fields:make_list("Installed version", "Fixed version")
      );
    
      security_report_v4(severity:SECURITY_WARNING, port:port, proto:"udp", extra:report);
    }
    else audit(AUDIT_LISTEN_NOT_VULN, "BIND", port, ver, "UDP");
    
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20161020_BIND_ON_SL5_X.NASL
    descriptionSecurity Fix(es) : - A denial of service flaw was found in the way BIND handled packets with malformed options. A remote attacker could use this flaw to make named exit unexpectedly with an assertion failure via a specially crafted DNS packet. (CVE-2016-2848)
    last seen2020-03-18
    modified2016-10-21
    plugin id94194
    published2016-10-21
    reporterThis script is Copyright (C) 2016-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/94194
    titleScientific Linux Security Update : bind on SL5.x, SL6.x i386/x86_64 (20161020)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text is (C) Scientific Linux.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(94194);
      script_version("2.5");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/03/12");
    
      script_cve_id("CVE-2016-2848");
    
      script_name(english:"Scientific Linux Security Update : bind on SL5.x, SL6.x i386/x86_64 (20161020)");
      script_summary(english:"Checks rpm output for the updated packages");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:
    "The remote Scientific Linux host is missing one or more security
    updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Security Fix(es) :
    
      - A denial of service flaw was found in the way BIND
        handled packets with malformed options. A remote
        attacker could use this flaw to make named exit
        unexpectedly with an assertion failure via a specially
        crafted DNS packet. (CVE-2016-2848)"
      );
      # https://listserv.fnal.gov/scripts/wa.exe?A2=ind1610&L=scientific-linux-errata&F=&S=&P=5724
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?de200f77"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:bind");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:bind-chroot");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:bind-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:bind-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:bind-libbind-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:bind-libs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:bind-sdb");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:bind-utils");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:caching-nameserver");
      script_set_attribute(attribute:"cpe", value:"x-cpe:/o:fermilab:scientific_linux");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2016/10/21");
      script_set_attribute(attribute:"patch_publication_date", value:"2016/10/20");
      script_set_attribute(attribute:"plugin_publication_date", value:"2016/10/21");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2016-2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Scientific Linux Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/RedHat/release", "Host/RedHat/rpm-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("misc_func.inc");
    include("rpm.inc");
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/RedHat/release");
    if (isnull(release) || "Scientific Linux " >!< release) audit(AUDIT_HOST_NOT, "running Scientific Linux");
    os_ver = pregmatch(pattern: "Scientific Linux.*release ([0-9]+(\.[0-9]+)?)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Scientific Linux");
    os_ver = os_ver[1];
    if (! preg(pattern:"^6([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Scientific Linux 6.x", "Scientific Linux " + os_ver);
    if (!get_kb_item("Host/RedHat/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if (cpu >!< "x86_64" && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Scientific Linux", cpu);
    
    
    flag = 0;
    if (rpm_check(release:"SL5", reference:"bind-9.3.6-25.P1.el5_11.10")) flag++;
    if (rpm_check(release:"SL5", reference:"bind-chroot-9.3.6-25.P1.el5_11.10")) flag++;
    if (rpm_check(release:"SL5", reference:"bind-debuginfo-9.3.6-25.P1.el5_11.10")) flag++;
    if (rpm_check(release:"SL5", reference:"bind-devel-9.3.6-25.P1.el5_11.10")) flag++;
    if (rpm_check(release:"SL5", reference:"bind-libbind-devel-9.3.6-25.P1.el5_11.10")) flag++;
    if (rpm_check(release:"SL5", reference:"bind-libs-9.3.6-25.P1.el5_11.10")) flag++;
    if (rpm_check(release:"SL5", reference:"bind-sdb-9.3.6-25.P1.el5_11.10")) flag++;
    if (rpm_check(release:"SL5", reference:"bind-utils-9.3.6-25.P1.el5_11.10")) flag++;
    if (rpm_check(release:"SL5", reference:"caching-nameserver-9.3.6-25.P1.el5_11.10")) flag++;
    
    if (rpm_check(release:"SL6", reference:"bind-9.8.2-0.47.rc1.el6_8.2")) flag++;
    if (rpm_check(release:"SL6", reference:"bind-chroot-9.8.2-0.47.rc1.el6_8.2")) flag++;
    if (rpm_check(release:"SL6", reference:"bind-debuginfo-9.8.2-0.47.rc1.el6_8.2")) flag++;
    if (rpm_check(release:"SL6", reference:"bind-devel-9.8.2-0.47.rc1.el6_8.2")) flag++;
    if (rpm_check(release:"SL6", reference:"bind-libs-9.8.2-0.47.rc1.el6_8.2")) flag++;
    if (rpm_check(release:"SL6", reference:"bind-sdb-9.8.2-0.47.rc1.el6_8.2")) flag++;
    if (rpm_check(release:"SL6", reference:"bind-utils-9.8.2-0.47.rc1.el6_8.2")) flag++;
    
    
    if (flag)
    {
      security_report_v4(
        port       : 0,
        severity   : SECURITY_WARNING,
        extra      : rpm_report_get()
      );
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "bind / bind-chroot / bind-debuginfo / bind-devel / etc");
    }
    
  • NASL familyOracleVM Local Security Checks
    NASL idORACLEVM_OVMSA-2016-0145.NASL
    descriptionThe remote OracleVM system is missing necessary patches to address critical security updates : - Fix (CVE-2016-2848)
    last seen2020-06-01
    modified2020-06-02
    plugin id94226
    published2016-10-24
    reporterThis script is Copyright (C) 2016-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/94226
    titleOracleVM 3.3 / 3.4 : bind (OVMSA-2016-0145)
  • NASL familyAIX Local Security Checks
    NASL idAIX_IV91255.NASL
    descriptionhttp://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-8864 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-8864 ISC BIND is vulnerable to a denial of service, caused by the improper handling of responses containing a DNAME answer in db.c or resolver.c. By sending a recursive response, a remote attacker could exploit this vulnerability to trigger an assertion failure. ISC BIND is vulnerable to a denial of service. By sending a specially crafted DNS packet with malformed options, a remote attacker could exploit this vulnerability to trigger an assertion failure. This plugin has been deprecated to better accommodate iFix supersedence with replacement plugin aix_bind_advisory14.nasl (plugin id 102126).
    last seen2017-10-29
    modified2017-08-03
    plugin id95892
    published2016-12-16
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=95892
    titleAIX 7.1 TL 4 : bind (IV91255) (deprecated)
  • NASL familyAmazon Linux Local Security Checks
    NASL idALA_ALAS-2016-758.NASL
    descriptionCVE-2016-2848 bind: assertion failure triggered by a packet with malformed options A denial of service flaw was found in the way BIND handled packets with malformed options. A remote attacker could use this flaw to make named exit unexpectedly with an assertion failure via a specially crafted DNS packet.
    last seen2020-06-01
    modified2020-06-02
    plugin id94183
    published2016-10-21
    reporterThis script is Copyright (C) 2016-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/94183
    titleAmazon Linux AMI : bind (ALAS-2016-758)
  • NASL familyUbuntu Local Security Checks
    NASL idUBUNTU_USN-3108-1.NASL
    descriptionToshifumi Sakaguchi discovered that Bind incorrectly handled certain packets with malformed options. A remote attacker could possibly use this issue to cause Bind to crash, resulting in a denial of service. Note that Tenable Network Security has extracted the preceding description block directly from the Ubuntu security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id94195
    published2016-10-21
    reporterUbuntu Security Notice (C) 2016-2019 Canonical, Inc. / NASL script (C) 2016-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/94195
    titleUbuntu 12.04 LTS : bind9 vulnerability (USN-3108-1)
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2016-2093.NASL
    descriptionFrom Red Hat Security Advisory 2016:2093 : An update for bind is now available for Red Hat Enterprise Linux 5 and Red Hat Enterprise Linux 6. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. The Berkeley Internet Name Domain (BIND) is an implementation of the Domain Name System (DNS) protocols. BIND includes a DNS server (named); a resolver library (routines for applications to use when interfacing with DNS); and tools for verifying that the DNS server is operating correctly. Security Fix(es) : * A denial of service flaw was found in the way BIND handled packets with malformed options. A remote attacker could use this flaw to make named exit unexpectedly with an assertion failure via a specially crafted DNS packet. (CVE-2016-2848)
    last seen2020-06-01
    modified2020-06-02
    plugin id94221
    published2016-10-24
    reporterThis script is Copyright (C) 2016-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/94221
    titleOracle Linux 5 / 6 : bind (ELSA-2016-2093)
  • NASL familyAIX Local Security Checks
    NASL idAIX_IV91256.NASL
    descriptionhttp://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-8864 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-8864 ISC BIND is vulnerable to a denial of service, caused by the improper handling of responses containing a DNAME answer in db.c or resolver.c. By sending a recursive response, a remote attacker could exploit this vulnerability to trigger an assertion failure. ISC BIND is vulnerable to a denial of service. By sending a specially crafted DNS packet with malformed options, a remote attacker could exploit this vulnerability to trigger an assertion failure. This plugin has been deprecated to better accommodate iFix supersedence with replacement plugin aix_bind_advisory14.nasl (plugin id 102126).
    last seen2017-10-29
    modified2017-08-03
    plugin id96153
    published2016-12-28
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=96153
    titleAIX 7.2 TL 0 : bind (IV91256) (deprecated)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2016-2099.NASL
    descriptionAn update for bind is now available for Red Hat Enterprise Linux 6.2 Advanced Update Support, Red Hat Enterprise Linux 6.4 Advanced Update Support, Red Hat Enterprise Linux 6.5 Advanced Update Support, Red Hat Enterprise Linux 6.5 Telco Extended Update Support, Red Hat Enterprise Linux 6.6 Extended Update Support, and Red Hat Enterprise Linux 6.7 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. The Berkeley Internet Name Domain (BIND) is an implementation of the Domain Name System (DNS) protocols. BIND includes a DNS server (named); a resolver library (routines for applications to use when interfacing with DNS); and tools for verifying that the DNS server is operating correctly. Security Fix(es) : * A denial of service flaw was found in the way BIND constructed a response to a query that met certain criteria. A remote attacker could use this flaw to make named exit unexpectedly with an assertion failure via a specially crafted DNS request packet. (CVE-2016-2776) * A denial of service flaw was found in the way BIND handled packets with malformed options. A remote attacker could use this flaw to make named exit unexpectedly with an assertion failure via a specially crafted DNS packet. (CVE-2016-2848) Red Hat would like to thank ISC for reporting CVE-2016-2776.
    last seen2020-06-01
    modified2020-06-02
    plugin id94265
    published2016-10-26
    reporterThis script is Copyright (C) 2016-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/94265
    titleRHEL 6 : bind (RHSA-2016:2099)
  • NASL familyOracleVM Local Security Checks
    NASL idORACLEVM_OVMSA-2016-0146.NASL
    descriptionThe remote OracleVM system is missing necessary patches to address critical security updates : - Fix (CVE-2016-2848)
    last seen2020-06-01
    modified2020-06-02
    plugin id94227
    published2016-10-24
    reporterThis script is Copyright (C) 2016-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/94227
    titleOracleVM 3.2 : bind (OVMSA-2016-0146)
  • NASL familyOracleVM Local Security Checks
    NASL idORACLEVM_OVMSA-2020-0021.NASL
    descriptionThe remote OracleVM system is missing necessary patches to address critical security updates : please see Oracle VM Security Advisory OVMSA-2020-0021 for details.
    last seen2020-06-10
    modified2020-06-05
    plugin id137170
    published2020-06-05
    reporterThis script is Copyright (C) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/137170
    titleOracleVM 3.3 / 3.4 : bind (OVMSA-2020-0021)
  • NASL familyAIX Local Security Checks
    NASL idAIX_IV91257.NASL
    descriptionhttp://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-8864 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-8864 ISC BIND is vulnerable to a denial of service, caused by the improper handling of responses containing a DNAME answer in db.c or resolver.c. By sending a recursive response, a remote attacker could exploit this vulnerability to trigger an assertion failure. ISC BIND is vulnerable to a denial of service. By sending a specially crafted DNS packet with malformed options, a remote attacker could exploit this vulnerability to trigger an assertion failure. This plugin has been deprecated to better accommodate iFix supersedence with replacement plugin aix_bind_advisory14.nasl (plugin id 102126).
    last seen2017-10-29
    modified2017-08-03
    plugin id96154
    published2016-12-28
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=96154
    titleAIX 7.2 TL 1 : bind (IV91257) (deprecated)
  • NASL familyF5 Networks Local Security Checks
    NASL idF5_BIGIP_SOL01471335.NASL
    descriptionISC BIND 9.1.0 through 9.8.4-P2 and 9.9.0 through 9.9.2-P2 allows remote attackers to cause a denial of service (assertion failure and daemon exit) via malformed options data in an OPT resource record.
    last seen2020-06-01
    modified2020-06-02
    plugin id94344
    published2016-10-28
    reporterThis script is Copyright (C) 2016-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/94344
    titleF5 Networks BIG-IP : BIND vulnerability (SOL01471335)
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2016-2094.NASL
    descriptionFrom Red Hat Security Advisory 2016:2094 : An update for bind97 is now available for Red Hat Enterprise Linux 5. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. The Berkeley Internet Name Domain (BIND) is an implementation of the Domain Name System (DNS) protocols. BIND includes a DNS server (named); a resolver library (routines for applications to use when interfacing with DNS); and tools for verifying that the DNS server is operating correctly. Security Fix(es) : * A denial of service flaw was found in the way BIND handled packets with malformed options. A remote attacker could use this flaw to make named exit unexpectedly with an assertion failure via a specially crafted DNS packet. (CVE-2016-2848)
    last seen2020-06-01
    modified2020-06-02
    plugin id94222
    published2016-10-24
    reporterThis script is Copyright (C) 2016-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/94222
    titleOracle Linux 5 : bind97 (ELSA-2016-2094)
  • NASL familyAIX Local Security Checks
    NASL idAIX_IV91214.NASL
    descriptionhttp://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-8864 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-8864 ISC BIND is vulnerable to a denial of service, caused by the improper handling of responses containing a DNAME answer in db.c or resolver.c. By sending a recursive response, a remote attacker could exploit this vulnerability to trigger an assertion failure. ISC BIND is vulnerable to a denial of service. By sending a specially crafted DNS packet with malformed options, a remote attacker could exploit this vulnerability to trigger an assertion failure. This plugin has been deprecated to better accommodate iFix supersedence with replacement plugin aix_bind_advisory14.nasl (plugin id 102126).
    last seen2017-10-29
    modified2017-08-03
    plugin id95890
    published2016-12-16
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=95890
    titleAIX 7.1 TL 3 : bind (IV91214) (deprecated)
  • NASL familyAIX Local Security Checks
    NASL idAIX_IV91254.NASL
    descriptionhttp://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-8864 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-8864 ISC BIND is vulnerable to a denial of service, caused by the improper handling of responses containing a DNAME answer in db.c or resolver.c. By sending a recursive response, a remote attacker could exploit this vulnerability to trigger an assertion failure. ISC BIND is vulnerable to a denial of service. By sending a specially crafted DNS packet with malformed options, a remote attacker could exploit this vulnerability to trigger an assertion failure. This plugin has been deprecated to better accommodate iFix supersedence with replacement plugin aix_bind_advisory14.nasl (plugin id 102126).
    last seen2017-10-29
    modified2017-08-03
    plugin id95891
    published2016-12-16
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=95891
    titleAIX 6.1 TL 9 : bind (IV91254) (deprecated)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2016-2093.NASL
    descriptionAn update for bind is now available for Red Hat Enterprise Linux 5 and Red Hat Enterprise Linux 6. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. The Berkeley Internet Name Domain (BIND) is an implementation of the Domain Name System (DNS) protocols. BIND includes a DNS server (named); a resolver library (routines for applications to use when interfacing with DNS); and tools for verifying that the DNS server is operating correctly. Security Fix(es) : * A denial of service flaw was found in the way BIND handled packets with malformed options. A remote attacker could use this flaw to make named exit unexpectedly with an assertion failure via a specially crafted DNS packet. (CVE-2016-2848)
    last seen2020-06-01
    modified2020-06-02
    plugin id94191
    published2016-10-21
    reporterThis script is Copyright (C) 2016-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/94191
    titleRHEL 5 / 6 : bind (RHSA-2016:2093)
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20161020_BIND97_ON_SL5_X.NASL
    descriptionSecurity Fix(es) : - A denial of service flaw was found in the way BIND handled packets with malformed options. A remote attacker could use this flaw to make named exit unexpectedly with an assertion failure via a specially crafted DNS packet. (CVE-2016-2848)
    last seen2020-03-18
    modified2016-10-21
    plugin id94193
    published2016-10-21
    reporterThis script is Copyright (C) 2016-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/94193
    titleScientific Linux Security Update : bind97 on SL5.x i386/x86_64 (20161020)
  • NASL familyAIX Local Security Checks
    NASL idAIX_IV91253.NASL
    descriptionhttp://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-8864 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-8864 ISC BIND is vulnerable to a denial of service, caused by the improper handling of responses containing a DNAME answer in db.c or resolver.c. By sending a recursive response, a remote attacker could exploit this vulnerability to trigger an assertion failure. ISC BIND is vulnerable to a denial of service. By sending a specially crafted DNS packet with malformed options, a remote attacker could exploit this vulnerability to trigger an assertion failure. This plugin has been deprecated to better accommodate iFix supersedence with replacement plugin aix_bind_advisory14.nasl (plugin id 102126).
    last seen2017-10-29
    modified2017-08-03
    plugin id96152
    published2016-12-28
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=96152
    titleAIX 5.3 TL 12 : bind (IV91253) (deprecated)
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DLA-672.NASL
    descriptionCVE-2016-2848 A server vulnerable to this defect can be forced to exit with an assertion failure if it receives a malformed packet. Authoritative and recursive servers are both vulnerable. For Debian 7
    last seen2020-03-17
    modified2016-10-21
    plugin id94184
    published2016-10-21
    reporterThis script is Copyright (C) 2016-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/94184
    titleDebian DLA-672-1 : bind9 security update
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2016-2094.NASL
    descriptionAn update for bind97 is now available for Red Hat Enterprise Linux 5. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. The Berkeley Internet Name Domain (BIND) is an implementation of the Domain Name System (DNS) protocols. BIND includes a DNS server (named); a resolver library (routines for applications to use when interfacing with DNS); and tools for verifying that the DNS server is operating correctly. Security Fix(es) : * A denial of service flaw was found in the way BIND handled packets with malformed options. A remote attacker could use this flaw to make named exit unexpectedly with an assertion failure via a specially crafted DNS packet. (CVE-2016-2848)
    last seen2020-06-01
    modified2020-06-02
    plugin id94203
    published2016-10-24
    reporterThis script is Copyright (C) 2016-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/94203
    titleCentOS 5 : bind97 (CESA-2016:2094)
  • NASL familyOracleVM Local Security Checks
    NASL idORACLEVM_OVMSA-2017-0066.NASL
    descriptionThe remote OracleVM system is missing necessary patches to address critical security updates : - Fix CVE-2017-3136 (ISC change 4575) - Fix CVE-2017-3137 (ISC change 4578) - Fix and test caching CNAME before DNAME (ISC change 4558) - Fix CVE-2016-9147 (ISC change 4510) - Fix regression introduced by CVE-2016-8864 (ISC change 4530) - Restore SELinux contexts before named restart - Use /lib or /lib64 only if directory in chroot already exists - Tighten NSS library pattern, escape chroot mount path - Fix (CVE-2016-8864) - Do not change lib permissions in chroot (#1321239) - Support WKS records in chroot (#1297562) - Do not include patch backup in docs (fixes #1325081 patch) - Backported relevant parts of [RT #39567] (#1259923) - Increase ISC_SOCKET_MAXEVENTS to 2048 (#1326283) - Fix multiple realms in nsupdate script like upstream (#1313286) - Fix multiple realm in nsupdate script (#1313286) - Use resolver-query-timeout high enough to recover all forwarders (#1325081) - Fix (CVE-2016-2848) - Fix infinite loop in start_lookup (#1306504) - Fix (CVE-2016-2776)
    last seen2020-06-01
    modified2020-06-02
    plugin id99569
    published2017-04-21
    reporterThis script is Copyright (C) 2017-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/99569
    titleOracleVM 3.3 / 3.4 : bind (OVMSA-2017-0066)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2016-2094.NASL
    descriptionAn update for bind97 is now available for Red Hat Enterprise Linux 5. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. The Berkeley Internet Name Domain (BIND) is an implementation of the Domain Name System (DNS) protocols. BIND includes a DNS server (named); a resolver library (routines for applications to use when interfacing with DNS); and tools for verifying that the DNS server is operating correctly. Security Fix(es) : * A denial of service flaw was found in the way BIND handled packets with malformed options. A remote attacker could use this flaw to make named exit unexpectedly with an assertion failure via a specially crafted DNS packet. (CVE-2016-2848)
    last seen2020-06-01
    modified2020-06-02
    plugin id94192
    published2016-10-21
    reporterThis script is Copyright (C) 2016-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/94192
    titleRHEL 5 : bind97 (RHSA-2016:2094)
  • NASL familyAIX Local Security Checks
    NASL idAIX_BIND_ADVISORY14.NASL
    descriptionThe version of bind installed on the remote AIX host is affected by the following vulnerabilities : - A denial of service vulnerability exists when handling malformed options sections. An unauthenticated, remote attacker can exploit this, via a specially crafted OPT resource record, to cause an assertion failure, resulting in a daemon exit. (CVE-2016-2848) - A denial of service vulnerability exists due to improper handling of a recursive response containing a DNAME record in the answer section. An unauthenticated, remote attacker can exploit this to cause an assertion failure and daemon exit. (CVE-2016-8864)
    last seen2020-06-01
    modified2020-06-02
    plugin id102126
    published2017-08-03
    reporterThis script is Copyright (C) 2017-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/102126
    titleAIX bind Advisory : bind_advisory14.asc (IV91214) (IV91253) (IV91254) (IV91255) (IV91256) (IV91257)

Redhat

advisories
  • bugzilla
    id1385450
    titleCVE-2016-2848 bind: assertion failure triggered by a packet with malformed options
    oval
    OR
    • commentRed Hat Enterprise Linux must be installed
      ovaloval:com.redhat.rhba:tst:20070304026
    • AND
      • commentRed Hat Enterprise Linux 5 is installed
        ovaloval:com.redhat.rhba:tst:20070331005
      • OR
        • AND
          • commentbind-libs is earlier than 30:9.3.6-25.P1.el5_11.10
            ovaloval:com.redhat.rhsa:tst:20162093001
          • commentbind-libs is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070057002
        • AND
          • commentbind-chroot is earlier than 30:9.3.6-25.P1.el5_11.10
            ovaloval:com.redhat.rhsa:tst:20162093003
          • commentbind-chroot is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070057008
        • AND
          • commentbind-utils is earlier than 30:9.3.6-25.P1.el5_11.10
            ovaloval:com.redhat.rhsa:tst:20162093005
          • commentbind-utils is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070057014
        • AND
          • commentbind-sdb is earlier than 30:9.3.6-25.P1.el5_11.10
            ovaloval:com.redhat.rhsa:tst:20162093007
          • commentbind-sdb is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070057010
        • AND
          • commentcaching-nameserver is earlier than 30:9.3.6-25.P1.el5_11.10
            ovaloval:com.redhat.rhsa:tst:20162093009
          • commentcaching-nameserver is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070057004
        • AND
          • commentbind-devel is earlier than 30:9.3.6-25.P1.el5_11.10
            ovaloval:com.redhat.rhsa:tst:20162093011
          • commentbind-devel is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070057012
        • AND
          • commentbind is earlier than 30:9.3.6-25.P1.el5_11.10
            ovaloval:com.redhat.rhsa:tst:20162093013
          • commentbind is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070057016
        • AND
          • commentbind-libbind-devel is earlier than 30:9.3.6-25.P1.el5_11.10
            ovaloval:com.redhat.rhsa:tst:20162093015
          • commentbind-libbind-devel is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20070057006
    • AND
      • commentRed Hat Enterprise Linux 6 is installed
        ovaloval:com.redhat.rhba:tst:20111656003
      • OR
        • AND
          • commentbind-sdb is earlier than 32:9.8.2-0.47.rc1.el6_8.2
            ovaloval:com.redhat.rhsa:tst:20162093018
          • commentbind-sdb is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20170651002
        • AND
          • commentbind-devel is earlier than 32:9.8.2-0.47.rc1.el6_8.2
            ovaloval:com.redhat.rhsa:tst:20162093020
          • commentbind-devel is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20170651004
        • AND
          • commentbind-chroot is earlier than 32:9.8.2-0.47.rc1.el6_8.2
            ovaloval:com.redhat.rhsa:tst:20162093022
          • commentbind-chroot is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20170651008
        • AND
          • commentbind-utils is earlier than 32:9.8.2-0.47.rc1.el6_8.2
            ovaloval:com.redhat.rhsa:tst:20162093024
          • commentbind-utils is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20170651012
        • AND
          • commentbind-libs is earlier than 32:9.8.2-0.47.rc1.el6_8.2
            ovaloval:com.redhat.rhsa:tst:20162093026
          • commentbind-libs is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20170651010
        • AND
          • commentbind is earlier than 32:9.8.2-0.47.rc1.el6_8.2
            ovaloval:com.redhat.rhsa:tst:20162093028
          • commentbind is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhba:tst:20170651006
    rhsa
    idRHSA-2016:2093
    released2016-10-20
    severityImportant
    titleRHSA-2016:2093: bind security update (Important)
  • bugzilla
    id1385450
    titleCVE-2016-2848 bind: assertion failure triggered by a packet with malformed options
    oval
    OR
    • commentRed Hat Enterprise Linux must be installed
      ovaloval:com.redhat.rhba:tst:20070304026
    • AND
      • commentRed Hat Enterprise Linux 5 is installed
        ovaloval:com.redhat.rhba:tst:20070331005
      • OR
        • AND
          • commentbind97-chroot is earlier than 32:9.7.0-21.P2.el5_11.8
            ovaloval:com.redhat.rhsa:tst:20162094001
          • commentbind97-chroot is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110845010
        • AND
          • commentbind97 is earlier than 32:9.7.0-21.P2.el5_11.8
            ovaloval:com.redhat.rhsa:tst:20162094003
          • commentbind97 is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110845002
        • AND
          • commentbind97-libs is earlier than 32:9.7.0-21.P2.el5_11.8
            ovaloval:com.redhat.rhsa:tst:20162094005
          • commentbind97-libs is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110845008
        • AND
          • commentbind97-devel is earlier than 32:9.7.0-21.P2.el5_11.8
            ovaloval:com.redhat.rhsa:tst:20162094007
          • commentbind97-devel is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110845006
        • AND
          • commentbind97-utils is earlier than 32:9.7.0-21.P2.el5_11.8
            ovaloval:com.redhat.rhsa:tst:20162094009
          • commentbind97-utils is signed with Red Hat redhatrelease key
            ovaloval:com.redhat.rhsa:tst:20110845004
    rhsa
    idRHSA-2016:2094
    released2016-10-20
    severityImportant
    titleRHSA-2016:2094: bind97 security update (Important)
  • rhsa
    idRHSA-2016:2099
rpms
  • bind-30:9.3.6-25.P1.el5_11.10
  • bind-32:9.8.2-0.47.rc1.el6_8.2
  • bind-chroot-30:9.3.6-25.P1.el5_11.10
  • bind-chroot-32:9.8.2-0.47.rc1.el6_8.2
  • bind-debuginfo-30:9.3.6-25.P1.el5_11.10
  • bind-debuginfo-32:9.8.2-0.47.rc1.el6_8.2
  • bind-devel-30:9.3.6-25.P1.el5_11.10
  • bind-devel-32:9.8.2-0.47.rc1.el6_8.2
  • bind-libbind-devel-30:9.3.6-25.P1.el5_11.10
  • bind-libs-30:9.3.6-25.P1.el5_11.10
  • bind-libs-32:9.8.2-0.47.rc1.el6_8.2
  • bind-sdb-30:9.3.6-25.P1.el5_11.10
  • bind-sdb-32:9.8.2-0.47.rc1.el6_8.2
  • bind-utils-30:9.3.6-25.P1.el5_11.10
  • bind-utils-32:9.8.2-0.47.rc1.el6_8.2
  • caching-nameserver-30:9.3.6-25.P1.el5_11.10
  • bind97-32:9.7.0-21.P2.el5_11.8
  • bind97-chroot-32:9.7.0-21.P2.el5_11.8
  • bind97-debuginfo-32:9.7.0-21.P2.el5_11.8
  • bind97-devel-32:9.7.0-21.P2.el5_11.8
  • bind97-libs-32:9.7.0-21.P2.el5_11.8
  • bind97-utils-32:9.7.0-21.P2.el5_11.8
  • bind-32:9.7.3-8.P3.el6_2.5
  • bind-32:9.8.2-0.17.rc1.el6_4.9
  • bind-32:9.8.2-0.23.rc1.el6_5.4
  • bind-32:9.8.2-0.30.rc1.el6_6.6
  • bind-32:9.8.2-0.37.rc1.el6_7.8
  • bind-chroot-32:9.7.3-8.P3.el6_2.5
  • bind-chroot-32:9.8.2-0.17.rc1.el6_4.9
  • bind-chroot-32:9.8.2-0.23.rc1.el6_5.4
  • bind-chroot-32:9.8.2-0.30.rc1.el6_6.6
  • bind-chroot-32:9.8.2-0.37.rc1.el6_7.8
  • bind-debuginfo-32:9.7.3-8.P3.el6_2.5
  • bind-debuginfo-32:9.8.2-0.17.rc1.el6_4.9
  • bind-debuginfo-32:9.8.2-0.23.rc1.el6_5.4
  • bind-debuginfo-32:9.8.2-0.30.rc1.el6_6.6
  • bind-debuginfo-32:9.8.2-0.37.rc1.el6_7.8
  • bind-devel-32:9.7.3-8.P3.el6_2.5
  • bind-devel-32:9.8.2-0.17.rc1.el6_4.9
  • bind-devel-32:9.8.2-0.23.rc1.el6_5.4
  • bind-devel-32:9.8.2-0.30.rc1.el6_6.6
  • bind-devel-32:9.8.2-0.37.rc1.el6_7.8
  • bind-libs-32:9.7.3-8.P3.el6_2.5
  • bind-libs-32:9.8.2-0.17.rc1.el6_4.9
  • bind-libs-32:9.8.2-0.23.rc1.el6_5.4
  • bind-libs-32:9.8.2-0.30.rc1.el6_6.6
  • bind-libs-32:9.8.2-0.37.rc1.el6_7.8
  • bind-sdb-32:9.7.3-8.P3.el6_2.5
  • bind-sdb-32:9.8.2-0.17.rc1.el6_4.9
  • bind-sdb-32:9.8.2-0.23.rc1.el6_5.4
  • bind-sdb-32:9.8.2-0.30.rc1.el6_6.6
  • bind-sdb-32:9.8.2-0.37.rc1.el6_7.8
  • bind-utils-32:9.7.3-8.P3.el6_2.5
  • bind-utils-32:9.8.2-0.17.rc1.el6_4.9
  • bind-utils-32:9.8.2-0.23.rc1.el6_5.4
  • bind-utils-32:9.8.2-0.30.rc1.el6_6.6
  • bind-utils-32:9.8.2-0.37.rc1.el6_7.8