Vulnerabilities > CVE-2016-9375 - Resource Management Errors vulnerability in multiple products

047910
CVSS 5.9 - MEDIUM
Attack vector
NETWORK
Attack complexity
HIGH
Privileges required
NONE
Confidentiality impact
NONE
Integrity impact
NONE
Availability impact
HIGH
network
high complexity
wireshark
debian
CWE-399
nessus

Summary

In Wireshark 2.2.0 to 2.2.1 and 2.0.0 to 2.0.7, the DTN dissector could go into an infinite loop, triggered by network traffic or a capture file. This was addressed in epan/dissectors/packet-dtn.c by checking whether SDNV evaluation was successful.

Common Weakness Enumeration (CWE)

Nessus

  • NASL familySuSE Local Security Checks
    NASL idOPENSUSE-2016-2923.NASL
    descriptionThis update to wireshark 2.2.2 fixes the following issues : - CVE-2016-9372: Profinet I/O long loop (boo#1010807) - CVE-2016-9374: AllJoyn crash (boo#1010752) - CVE-2016-9376: OpenFlow crash (boo#1010735) - CVE-2016-9373: DCERPC crash (boo#1010754) - CVE-2016-9375: DTN infinite loop (boo#1010740) This update also contains urther bug fixes and updated protocol support as listed in: https://www.wireshark.org/docs/relnotes/wireshark-2.2.2.html
    last seen2020-06-05
    modified2016-11-29
    plugin id95395
    published2016-11-29
    reporterThis script is Copyright (C) 2016-2020 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/95395
    titleopenSUSE Security Update : wireshark (openSUSE-2016-2923)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from openSUSE Security Update openSUSE-2016-2923.
    #
    # The text description of this plugin is (C) SUSE LLC.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(95395);
      script_version("3.4");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/06/04");
    
      script_cve_id("CVE-2016-9372", "CVE-2016-9373", "CVE-2016-9374", "CVE-2016-9375", "CVE-2016-9376");
    
      script_name(english:"openSUSE Security Update : wireshark (openSUSE-2016-2923)");
      script_summary(english:"Check for the openSUSE-2016-2923 patch");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote openSUSE host is missing a security update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "This update to wireshark 2.2.2 fixes the following issues :
    
      - CVE-2016-9372: Profinet I/O long loop (boo#1010807)
    
      - CVE-2016-9374: AllJoyn crash (boo#1010752)
    
      - CVE-2016-9376: OpenFlow crash (boo#1010735)
    
      - CVE-2016-9373: DCERPC crash (boo#1010754)
    
      - CVE-2016-9375: DTN infinite loop (boo#1010740)
    
    This update also contains urther bug fixes and updated protocol
    support as listed in:
    https://www.wireshark.org/docs/relnotes/wireshark-2.2.2.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.opensuse.org/show_bug.cgi?id=1010735"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.opensuse.org/show_bug.cgi?id=1010740"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.opensuse.org/show_bug.cgi?id=1010752"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.opensuse.org/show_bug.cgi?id=1010754"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.opensuse.org/show_bug.cgi?id=1010807"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.opensuse.org/show_bug.cgi?id=1010911"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.wireshark.org/docs/relnotes/wireshark-2.2.2.html"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected wireshark packages."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:N/A:P");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:H/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:novell:opensuse:wireshark");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:wireshark-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:wireshark-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:wireshark-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:wireshark-ui-gtk");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:wireshark-ui-gtk-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:wireshark-ui-qt");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:opensuse:wireshark-ui-qt-debuginfo");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:opensuse:42.2");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2016/11/18");
      script_set_attribute(attribute:"plugin_publication_date", value:"2016/11/29");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2016-2020 Tenable Network Security, Inc.");
      script_family(english:"SuSE Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/SuSE/release", "Host/SuSE/rpm-list", "Host/cpu");
    
      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/SuSE/release");
    if (isnull(release) || release =~ "^(SLED|SLES)") audit(AUDIT_OS_NOT, "openSUSE");
    if (release !~ "^(SUSE42\.2)$") audit(AUDIT_OS_RELEASE_NOT, "openSUSE", "42.2", release);
    if (!get_kb_item("Host/SuSE/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    ourarch = get_kb_item("Host/cpu");
    if (!ourarch) audit(AUDIT_UNKNOWN_ARCH);
    if (ourarch !~ "^(x86_64)$") audit(AUDIT_ARCH_NOT, "x86_64", ourarch);
    
    flag = 0;
    
    if ( rpm_check(release:"SUSE42.2", reference:"wireshark-2.2.2-3.1") ) flag++;
    if ( rpm_check(release:"SUSE42.2", reference:"wireshark-debuginfo-2.2.2-3.1") ) flag++;
    if ( rpm_check(release:"SUSE42.2", reference:"wireshark-debugsource-2.2.2-3.1") ) flag++;
    if ( rpm_check(release:"SUSE42.2", reference:"wireshark-devel-2.2.2-3.1") ) flag++;
    if ( rpm_check(release:"SUSE42.2", reference:"wireshark-ui-gtk-2.2.2-3.1") ) flag++;
    if ( rpm_check(release:"SUSE42.2", reference:"wireshark-ui-gtk-debuginfo-2.2.2-3.1") ) flag++;
    if ( rpm_check(release:"SUSE42.2", reference:"wireshark-ui-qt-2.2.2-3.1") ) flag++;
    if ( rpm_check(release:"SUSE42.2", reference:"wireshark-ui-qt-debuginfo-2.2.2-3.1") ) flag++;
    
    if (flag)
    {
      if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());
      else security_warning(0);
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "wireshark / wireshark-debuginfo / wireshark-debugsource / etc");
    }
    
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DLA-714.NASL
    descriptionThe following vulnerabilities have been discovered in the Debian Wheezy
    last seen2020-03-17
    modified2016-11-22
    plugin id95030
    published2016-11-22
    reporterThis script is Copyright (C) 2016-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/95030
    titleDebian DLA-714-1 : wireshark security update
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from Debian Security Advisory DLA-714-1. The text
    # itself is copyright (C) Software in the Public Interest, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(95030);
      script_version("2.7");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/03/12");
    
      script_cve_id("CVE-2016-9373", "CVE-2016-9374", "CVE-2016-9375", "CVE-2016-9376");
    
      script_name(english:"Debian DLA-714-1 : wireshark security update");
      script_summary(english:"Checks dpkg output for the updated packages.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Debian host is missing a security update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "The following vulnerabilities have been discovered in the Debian
    Wheezy's Wireshark version :
    
    CVE-2016-9373
    
    The DCERPC dissector could crash
    
    CVE-2016-9374
    
    The AllJoyn dissector could crash
    
    CVE-2016-9375
    
    The DTN dissector could ender an infinite loop
    
    CVE-2016-9376
    
    The OpenFlow dissector could crash
    
    For Debian 7 'Wheezy', these problems have been fixed in version
    1.12.1+g01b65bf-4+deb8u6~deb7u5.
    
    We recommend that you upgrade your wireshark packages.
    
    NOTE: Tenable Network Security has extracted the preceding description
    block directly from the DLA security advisory. Tenable has attempted
    to automatically clean and format it as much as possible without
    introducing additional issues."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://lists.debian.org/debian-lts-announce/2016/11/msg00021.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://packages.debian.org/source/wheezy/wireshark"
      );
      script_set_attribute(attribute:"solution", value:"Upgrade the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/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:H/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:"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:debian:debian_linux:libwireshark-data");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libwireshark-dev");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libwireshark2");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libwiretap-dev");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libwiretap2");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libwsutil-dev");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libwsutil2");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:tshark");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:wireshark");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:wireshark-common");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:wireshark-dbg");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:wireshark-dev");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:wireshark-doc");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:debian:debian_linux:7.0");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2016/11/21");
      script_set_attribute(attribute:"plugin_publication_date", value:"2016/11/22");
      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:"Debian Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/Debian/release", "Host/Debian/dpkg-l");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("debian_package.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    if (!get_kb_item("Host/Debian/release")) audit(AUDIT_OS_NOT, "Debian");
    if (!get_kb_item("Host/Debian/dpkg-l")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    
    flag = 0;
    if (deb_check(release:"7.0", prefix:"libwireshark-data", reference:"1.12.1+g01b65bf-4+deb8u6~deb7u5")) flag++;
    if (deb_check(release:"7.0", prefix:"libwireshark-dev", reference:"1.12.1+g01b65bf-4+deb8u6~deb7u5")) flag++;
    if (deb_check(release:"7.0", prefix:"libwireshark2", reference:"1.12.1+g01b65bf-4+deb8u6~deb7u5")) flag++;
    if (deb_check(release:"7.0", prefix:"libwiretap-dev", reference:"1.12.1+g01b65bf-4+deb8u6~deb7u5")) flag++;
    if (deb_check(release:"7.0", prefix:"libwiretap2", reference:"1.12.1+g01b65bf-4+deb8u6~deb7u5")) flag++;
    if (deb_check(release:"7.0", prefix:"libwsutil-dev", reference:"1.12.1+g01b65bf-4+deb8u6~deb7u5")) flag++;
    if (deb_check(release:"7.0", prefix:"libwsutil2", reference:"1.12.1+g01b65bf-4+deb8u6~deb7u5")) flag++;
    if (deb_check(release:"7.0", prefix:"tshark", reference:"1.12.1+g01b65bf-4+deb8u6~deb7u5")) flag++;
    if (deb_check(release:"7.0", prefix:"wireshark", reference:"1.12.1+g01b65bf-4+deb8u6~deb7u5")) flag++;
    if (deb_check(release:"7.0", prefix:"wireshark-common", reference:"1.12.1+g01b65bf-4+deb8u6~deb7u5")) flag++;
    if (deb_check(release:"7.0", prefix:"wireshark-dbg", reference:"1.12.1+g01b65bf-4+deb8u6~deb7u5")) flag++;
    if (deb_check(release:"7.0", prefix:"wireshark-dev", reference:"1.12.1+g01b65bf-4+deb8u6~deb7u5")) flag++;
    if (deb_check(release:"7.0", prefix:"wireshark-doc", reference:"1.12.1+g01b65bf-4+deb8u6~deb7u5")) flag++;
    
    if (flag)
    {
      if (report_verbosity > 0) security_warning(port:0, extra:deb_report_get());
      else security_warning(0);
      exit(0);
    }
    else audit(AUDIT_HOST_NOT, "affected");
    
  • NASL familyHuawei Local Security Checks
    NASL idEULEROS_SA-2019-2425.NASL
    descriptionAccording to the versions of the wireshark packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - In Wireshark 2.6.0 to 2.6.1, 2.4.0 to 2.4.7, and 2.2.0 to 2.2.15, dissectors that support zlib decompression could crash. This was addressed in epan/tvbuff_zlib.c by rejecting negative lengths to avoid a buffer over-read.(CVE-2018-14340) - In Wireshark 2.6.0 to 2.6.1, 2.4.0 to 2.4.7, and 2.2.0 to 2.2.15, the DICOM dissector could go into a large or infinite loop. This was addressed in epan/dissectors/packet-dcm.c by preventing an offset overflow.(CVE-2018-14341) - In Wireshark 2.4.0 to 2.4.3 and 2.2.0 to 2.2.11, the JSON, XML, NTP, XMPP, and GDB dissectors could crash. This was addressed in epan/tvbparse.c by limiting the recursion depth.(CVE-2018-5336) - In Wireshark 2.2.0 to 2.2.12 and 2.4.0 to 2.4.4, the SIGCOMP dissector could crash. This was addressed in epan/dissectors/packet-sigcomp.c by correcting the extraction of the length value.(CVE-2018-7418) - In Wireshark 2.2.0 to 2.2.6, the ROS dissector could crash with a NULL pointer dereference. This was addressed in epan/dissectors/asn1/ros/packet-ros-template.c by validating an OID.(CVE-2017-9347) - In Wireshark 2.2.0 to 2.2.6 and 2.0.0 to 2.0.12, the DICOM dissector has an infinite loop. This was addressed in epan/dissectors/packet-dcm.c by validating a length value.(CVE-2017-9349) - In Wireshark 2.6.0 to 2.6.1, 2.4.0 to 2.4.7, and 2.2.0 to 2.2.15, dissectors that support zlib decompression could crash. This was addressed in epan/tvbuff_zlib.c by rejecting negative lengths to avoid a buffer over-read.(CVE-2018-14340) - In Wireshark 2.6.0 to 2.6.1, 2.4.0 to 2.4.7, and 2.2.0 to 2.2.15, the DICOM dissector could go into a large or infinite loop. This was addressed in epan/dissectors/packet-dcm.c by preventing an offset overflow.(CVE-2018-14341) - In Wireshark 2.6.0 to 2.6.4 and 2.4.0 to 2.4.10, the MMSE dissector could go into an infinite loop. This was addressed in epan/dissectors/packet-mmse.c by preventing length overflows.(CVE-2018-19622) - The dissect_dcom_OBJREF function in epan/dissectors/packet-dcom.c in the DCOM dissector in Wireshark 1.12.x before 1.12.9 does not initialize a certain IPv4 data structure, which allows remote attackers to cause a denial of service (application crash) via a crafted packet.(CVE-2015-8714) - In Wireshark 2.4.0, 2.2.0 to 2.2.8, and 2.0.0 to 2.0.14, the IrCOMM dissector has a buffer over-read and application crash. This was addressed in plugins/irda/packet-ircomm.c by adding length validation.(CVE-2017-13765) - In Wireshark 2.4.0 to 2.4.2 and 2.2.0 to 2.2.10, the NetBIOS dissector could crash. This was addressed in epan/dissectors/packet-netbios.c by ensuring that write operations are bounded by the beginning of a buffer.(CVE-2017-17083) - The dissect_hsdsch_channel_info function in epan/dissectors/packet-umts_fp.c in the UMTS FP dissector in Wireshark 1.12.x before 1.12.9 does not validate the number of PDUs, which allows remote attackers to cause a denial of service (application crash) via a crafted packet.(CVE-2015-8712) - epan/dissectors/packet-umts_fp.c in the UMTS FP dissector in Wireshark 1.12.x before 1.12.9 does not properly reserve memory for channel ID mappings, which allows remote attackers to cause a denial of service (out-of-bounds memory access and application crash) via a crafted packet.(CVE-2015-8713) - In Wireshark 2.2.0 to 2.2.5 and 2.0.0 to 2.0.11, the IMAP dissector could crash, triggered by packet injection or a malformed capture file. This was addressed in epan/dissectors/packet-imap.c by calculating a line
    last seen2020-05-08
    modified2019-12-04
    plugin id131579
    published2019-12-04
    reporterThis script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/131579
    titleEulerOS 2.0 SP2 : wireshark (EulerOS-SA-2019-2425)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(131579);
      script_version("1.3");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/05/07");
    
      script_cve_id(
        "CVE-2015-8712",
        "CVE-2015-8713",
        "CVE-2015-8714",
        "CVE-2015-8716",
        "CVE-2015-8717",
        "CVE-2015-8718",
        "CVE-2015-8719",
        "CVE-2015-8721",
        "CVE-2015-8723",
        "CVE-2015-8729",
        "CVE-2015-8731",
        "CVE-2016-2523",
        "CVE-2016-2530",
        "CVE-2016-2531",
        "CVE-2016-2532",
        "CVE-2016-4006",
        "CVE-2016-4077",
        "CVE-2016-4081",
        "CVE-2016-4085",
        "CVE-2016-5350",
        "CVE-2016-5353",
        "CVE-2016-5359",
        "CVE-2016-6505",
        "CVE-2016-6507",
        "CVE-2016-6508",
        "CVE-2016-6510",
        "CVE-2016-7177",
        "CVE-2016-7179",
        "CVE-2016-7958",
        "CVE-2016-9375",
        "CVE-2017-13765",
        "CVE-2017-17083",
        "CVE-2017-7703",
        "CVE-2017-9345",
        "CVE-2017-9347",
        "CVE-2017-9349",
        "CVE-2017-9352",
        "CVE-2018-14340",
        "CVE-2018-14341",
        "CVE-2018-16057",
        "CVE-2018-19622",
        "CVE-2018-5336",
        "CVE-2018-7418"
      );
    
      script_name(english:"EulerOS 2.0 SP2 : wireshark (EulerOS-SA-2019-2425)");
      script_summary(english:"Checks the rpm output for the updated packages.");
    
      script_set_attribute(attribute:"synopsis", value:
    "The remote EulerOS host is missing multiple security updates.");
      script_set_attribute(attribute:"description", value:
    "According to the versions of the wireshark packages installed, the
    EulerOS installation on the remote host is affected by the following
    vulnerabilities :
    
      - In Wireshark 2.6.0 to 2.6.1, 2.4.0 to 2.4.7, and 2.2.0
        to 2.2.15, dissectors that support zlib decompression
        could crash. This was addressed in epan/tvbuff_zlib.c
        by rejecting negative lengths to avoid a buffer
        over-read.(CVE-2018-14340)
    
      - In Wireshark 2.6.0 to 2.6.1, 2.4.0 to 2.4.7, and 2.2.0
        to 2.2.15, the DICOM dissector could go into a large or
        infinite loop. This was addressed in
        epan/dissectors/packet-dcm.c by preventing an offset
        overflow.(CVE-2018-14341)
    
      - In Wireshark 2.4.0 to 2.4.3 and 2.2.0 to 2.2.11, the
        JSON, XML, NTP, XMPP, and GDB dissectors could crash.
        This was addressed in epan/tvbparse.c by limiting the
        recursion depth.(CVE-2018-5336)
    
      - In Wireshark 2.2.0 to 2.2.12 and 2.4.0 to 2.4.4, the
        SIGCOMP dissector could crash. This was addressed in
        epan/dissectors/packet-sigcomp.c by correcting the
        extraction of the length value.(CVE-2018-7418)
    
      - In Wireshark 2.2.0 to 2.2.6, the ROS dissector could
        crash with a NULL pointer dereference. This was
        addressed in
        epan/dissectors/asn1/ros/packet-ros-template.c by
        validating an OID.(CVE-2017-9347)
    
      - In Wireshark 2.2.0 to 2.2.6 and 2.0.0 to 2.0.12, the
        DICOM dissector has an infinite loop. This was
        addressed in epan/dissectors/packet-dcm.c by validating
        a length value.(CVE-2017-9349)
    
      - In Wireshark 2.6.0 to 2.6.1, 2.4.0 to 2.4.7, and 2.2.0
        to 2.2.15, dissectors that support zlib decompression
        could crash. This was addressed in epan/tvbuff_zlib.c
        by rejecting negative lengths to avoid a buffer
        over-read.(CVE-2018-14340)
    
      - In Wireshark 2.6.0 to 2.6.1, 2.4.0 to 2.4.7, and 2.2.0
        to 2.2.15, the DICOM dissector could go into a large or
        infinite loop. This was addressed in
        epan/dissectors/packet-dcm.c by preventing an offset
        overflow.(CVE-2018-14341)
    
      - In Wireshark 2.6.0 to 2.6.4 and 2.4.0 to 2.4.10, the
        MMSE dissector could go into an infinite loop. This was
        addressed in epan/dissectors/packet-mmse.c by
        preventing length overflows.(CVE-2018-19622)
    
      - The dissect_dcom_OBJREF function in
        epan/dissectors/packet-dcom.c in the DCOM dissector in
        Wireshark 1.12.x before 1.12.9 does not initialize a
        certain IPv4 data structure, which allows remote
        attackers to cause a denial of service (application
        crash) via a crafted packet.(CVE-2015-8714)
    
      - In Wireshark 2.4.0, 2.2.0 to 2.2.8, and 2.0.0 to
        2.0.14, the IrCOMM dissector has a buffer over-read and
        application crash. This was addressed in
        plugins/irda/packet-ircomm.c by adding length
        validation.(CVE-2017-13765)
    
      - In Wireshark 2.4.0 to 2.4.2 and 2.2.0 to 2.2.10, the
        NetBIOS dissector could crash. This was addressed in
        epan/dissectors/packet-netbios.c by ensuring that write
        operations are bounded by the beginning of a
        buffer.(CVE-2017-17083)
    
      - The dissect_hsdsch_channel_info function in
        epan/dissectors/packet-umts_fp.c in the UMTS FP
        dissector in Wireshark 1.12.x before 1.12.9 does not
        validate the number of PDUs, which allows remote
        attackers to cause a denial of service (application
        crash) via a crafted packet.(CVE-2015-8712)
    
      - epan/dissectors/packet-umts_fp.c in the UMTS FP
        dissector in Wireshark 1.12.x before 1.12.9 does not
        properly reserve memory for channel ID mappings, which
        allows remote attackers to cause a denial of service
        (out-of-bounds memory access and application crash) via
        a crafted packet.(CVE-2015-8713)
    
      - In Wireshark 2.2.0 to 2.2.5 and 2.0.0 to 2.0.11, the
        IMAP dissector could crash, triggered by packet
        injection or a malformed capture file. This was
        addressed in epan/dissectors/packet-imap.c by
        calculating a line's end correctly.(CVE-2017-7703)
    
      - In Wireshark 2.2.0 to 2.2.6 and 2.0.0 to 2.0.12, the
        DNS dissector could go into an infinite loop. This was
        addressed in epan/dissectors/packet-dns.c by trying to
        detect self-referencing pointers.(CVE-2017-9345)
    
      - In Wireshark 2.2.0 to 2.2.6 and 2.0.0 to 2.0.12, the
        Bazaar dissector could go into an infinite loop. This
        was addressed in epan/dissectors/packet-bzr.c by
        ensuring that backwards parsing cannot
        occur.(CVE-2017-9352)
    
      - In Wireshark 2.6.0 to 2.6.2, 2.4.0 to 2.4.8, and 2.2.0
        to 2.2.16, the Radiotap dissector could crash. This was
        addressed in
        epan/dissectors/packet-ieee80211-radiotap-iter.c by
        validating iterator operations.(CVE-2018-16057)
    
      - epan/dissectors/packet-catapult-dct2000.c in the
        Catapult DCT2000 dissector in Wireshark 2.x before
        2.0.6 does not restrict the number of channels, which
        allows remote attackers to cause a denial of service
        (buffer over-read and application crash) via a crafted
        packet.(CVE-2016-7177)
    
      - Stack-based buffer overflow in
        epan/dissectors/packet-catapult-dct2000.c in the
        Catapult DCT2000 dissector in Wireshark 2.x before
        2.0.6 allows remote attackers to cause a denial of
        service (application crash) via a crafted
        packet.(CVE-2016-7179)
    
      - In Wireshark 2.2.0, the NCP dissector could crash,
        triggered by packet injection or a malformed capture
        file. This was addressed in
        epan/dissectors/CMakeLists.txt by registering this
        dissector.(CVE-2016-7958)
    
      - In Wireshark 2.2.0 to 2.2.1 and 2.0.0 to 2.0.7, the DTN
        dissector could go into an infinite loop, triggered by
        network traffic or a capture file. This was addressed
        in epan/dissectors/packet-dtn.c by checking whether
        SDNV evaluation was successful.(CVE-2016-9375)
    
      - epan/dissectors/packet-wbxml.c in the WBXML dissector
        in Wireshark 1.12.x before 1.12.12 mishandles offsets,
        which allows remote attackers to cause a denial of
        service (integer overflow and infinite loop) via a
        crafted packet.(CVE-2016-5359)
    
      - epan/dissectors/packet-packetbb.c in the PacketBB
        dissector in Wireshark 1.12.x before 1.12.13 and 2.x
        before 2.0.5 allows remote attackers to cause a denial
        of service (divide-by-zero error and application crash)
        via a crafted packet.(CVE-2016-6505)
    
      - epan/dissectors/packet-mmse.c in the MMSE dissector in
        Wireshark 1.12.x before 1.12.13 allows remote attackers
        to cause a denial of service (infinite loop) via a
        crafted packet.(CVE-2016-6507)
    
      - epan/dissectors/packet-rlc.c in the RLC dissector in
        Wireshark 1.12.x before 1.12.13 and 2.x before 2.0.5
        uses an incorrect integer data type, which allows
        remote attackers to cause a denial of service (large
        loop) via a crafted packet.(CVE-2016-6508)
    
      - Off-by-one error in epan/dissectors/packet-rlc.c in the
        RLC dissector in Wireshark 1.12.x before 1.12.13 and
        2.x before 2.0.5 allows remote attackers to cause a
        denial of service (stack-based buffer overflow and
        application crash) via a crafted packet.(CVE-2016-6510)
    
      - epan/dissectors/packet-iax2.c in the IAX2 dissector in
        Wireshark 1.12.x before 1.12.11 and 2.0.x before 2.0.3
        uses an incorrect integer data type, which allows
        remote attackers to cause a denial of service (infinite
        loop) via a crafted packet.(CVE-2016-4081)
    
      - Stack-based buffer overflow in
        epan/dissectors/packet-ncp2222.inc in the NCP dissector
        in Wireshark 1.12.x before 1.12.11 allows remote
        attackers to cause a denial of service (application
        crash) or possibly have unspecified other impact via a
        long string in a packet.(CVE-2016-4085)
    
      - epan/dissectors/packet-dcerpc-spoolss.c in the SPOOLS
        component in Wireshark 1.12.x before 1.12.12 and 2.x
        before 2.0.4 mishandles unexpected offsets, which
        allows remote attackers to cause a denial of service
        (infinite loop) via a crafted packet.(CVE-2016-5350)
    
      - epan/dissectors/packet-umts_fp.c in the UMTS FP
        dissector in Wireshark 1.12.x before 1.12.12 and 2.x
        before 2.0.4 mishandles the reserved C/T value, which
        allows remote attackers to cause a denial of service
        (application crash) via a crafted
        packet.(CVE-2016-5353)
    
      - Off-by-one error in epan/dissectors/packet-rsl.c in the
        RSL dissector in Wireshark 1.12.x before 1.12.10 and
        2.0.x before 2.0.2 allows remote attackers to cause a
        denial of service (out-of-bounds read and application
        crash) via a crafted packet that triggers a 0xff tag
        value, a different vulnerability than
        CVE-2016-2530.(CVE-2016-2531)
    
      - The dissect_llrp_parameters function in
        epan/dissectors/packet-llrp.c in the LLRP dissector in
        Wireshark 1.12.x before 1.12.10 and 2.0.x before 2.0.2
        does not limit the recursion depth, which allows remote
        attackers to cause a denial of service (memory
        consumption or application crash) via a crafted
        packet.(CVE-2016-2532)
    
      - epan/proto.c in Wireshark 1.12.x before 1.12.11 and
        2.0.x before 2.0.3 does not limit the protocol-tree
        depth, which allows remote attackers to cause a denial
        of service (stack memory consumption and application
        crash) via a crafted packet.(CVE-2016-4006)
    
      - epan/reassemble.c in TShark in Wireshark 2.0.x before
        2.0.3 relies on incorrect special-case handling of
        truncated Tvb data structures, which allows remote
        attackers to cause a denial of service (use-after-free
        and application crash) via a crafted
        packet.(CVE-2016-4077)
    
      - The AirPDcapPacketProcess function in
        epan/crypt/airpdcap.c in the 802.11 dissector in
        Wireshark 1.12.x before 1.12.9 and 2.0.x before 2.0.1
        does not validate the relationship between the total
        length and the capture length, which allows remote
        attackers to cause a denial of service (stack-based
        buffer overflow and application crash) via a crafted
        packet.(CVE-2015-8723)
    
      - The ascend_seek function in wiretap/ascendtext.c in the
        Ascend file parser in Wireshark 1.12.x before 1.12.9
        and 2.0.x before 2.0.1 does not ensure the presence of
        a '\0' character at the end of a date string, which
        allows remote attackers to cause a denial of service
        (out-of-bounds read and application crash) via a
        crafted file.(CVE-2015-8729)
    
      - The dissct_rsl_ipaccess_msg function in
        epan/dissectors/packet-rsl.c in the RSL dissector in
        Wireshark 1.12.x before 1.12.9 and 2.0.x before 2.0.1
        does not reject unknown TLV types, which allows remote
        attackers to cause a denial of service (out-of-bounds
        read and application crash) via a crafted
        packet.(CVE-2015-8731)
    
      - The dissct_rsl_ipaccess_msg function in
        epan/dissectors/packet-rsl.c in the RSL dissector in
        Wireshark 1.12.x before 1.12.10 and 2.0.x before 2.0.2
        mishandles the case of an unrecognized TLV type, which
        allows remote attackers to cause a denial of service
        (out-of-bounds read and application crash) via a
        crafted packet, a different vulnerability than
        CVE-2016-2531.(CVE-2016-2530)
    
      - The dnp3_al_process_object function in
        epan/dissectors/packet-dnp.c in the DNP3 dissector in
        Wireshark 1.12.x before 1.12.10 and 2.0.x before 2.0.2
        allows remote attackers to cause a denial of service
        (infinite loop) via a crafted packet.(CVE-2016-2523)
    
      - The init_t38_info_conv function in
        epan/dissectors/packet-t38.c in the T.38 dissector in
        Wireshark 1.12.x before 1.12.9 does not ensure that a
        conversation exists, which allows remote attackers to
        cause a denial of service (application crash) via a
        crafted packet.(CVE-2015-8716)
    
      - The dissect_sdp function in
        epan/dissectors/packet-sdp.c in the SDP dissector in
        Wireshark 1.12.x before 1.12.9 does not prevent use of
        a negative media count, which allows remote attackers
        to cause a denial of service (application crash) via a
        crafted packet.(CVE-2015-8717)
    
      - Double free vulnerability in
        epan/dissectors/packet-nlm.c in the NLM dissector in
        Wireshark 1.12.x before 1.12.9 and 2.0.x before 2.0.1,
        when the 'Match MSG/RES packets for async NLM' option
        is enabled, allows remote attackers to cause a denial
        of service (application crash) via a crafted
        packet.(CVE-2015-8718)
    
      - The dissect_dns_answer function in
        epan/dissectors/packet-dns.c in the DNS dissector in
        Wireshark 1.12.x before 1.12.9 mishandles the EDNS0
        Client Subnet option, which allows remote attackers to
        cause a denial of service (application crash) via a
        crafted packet.(CVE-2015-8719)
    
      - Buffer overflow in the tvb_uncompress function in
        epan/tvbuff_zlib.c in Wireshark 1.12.x before 1.12.9
        and 2.0.x before 2.0.1 allows remote attackers to cause
        a denial of service (application crash) via a crafted
        packet with zlib compression.(CVE-2015-8721)
    
    Note that Tenable Network Security has extracted the preceding
    description block directly from the EulerOS security advisory. Tenable
    has attempted to automatically clean and format it as much as possible
    without introducing additional issues.");
      # https://developer.huaweicloud.com/ict/en/site-euleros/euleros/security-advisories/EulerOS-SA-2019-2425
      script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?53098281");
      script_set_attribute(attribute:"solution", value:
    "Update the affected wireshark packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:C");
      script_set_cvss_temporal_vector("CVSS2#E:POC/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:P/RL:O/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2019/12/04");
      script_set_attribute(attribute:"plugin_publication_date", value:"2019/12/04");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:huawei:euleros:wireshark");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:huawei:euleros:wireshark-gnome");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:huawei:euleros:2.0");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_family(english:"Huawei Local Security Checks");
    
      script_copyright(english:"This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/EulerOS/release", "Host/EulerOS/rpm-list", "Host/EulerOS/sp");
      script_exclude_keys("Host/EulerOS/uvp_version");
    
      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/EulerOS/release");
    if (isnull(release) || release !~ "^EulerOS") audit(AUDIT_OS_NOT, "EulerOS");
    if (release !~ "^EulerOS release 2\.0(\D|$)") audit(AUDIT_OS_NOT, "EulerOS 2.0");
    
    sp = get_kb_item("Host/EulerOS/sp");
    if (isnull(sp) || sp !~ "^(2)$") audit(AUDIT_OS_NOT, "EulerOS 2.0 SP2");
    
    uvp = get_kb_item("Host/EulerOS/uvp_version");
    if (!empty_or_null(uvp)) audit(AUDIT_OS_NOT, "EulerOS 2.0 SP2", "EulerOS UVP " + uvp);
    
    if (!get_kb_item("Host/EulerOS/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$" && "aarch64" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "EulerOS", cpu);
    if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_ARCH_NOT, "i686 / x86_64", cpu);
    
    flag = 0;
    
    pkgs = ["wireshark-1.10.14-7.h12",
            "wireshark-gnome-1.10.14-7.h12"];
    
    foreach (pkg in pkgs)
      if (rpm_check(release:"EulerOS-2.0", sp:"2", reference:pkg)) flag++;
    
    if (flag)
    {
      security_report_v4(
        port       : 0,
        severity   : SECURITY_HOLE,
        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, "wireshark");
    }
    
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2017-1174-1.NASL
    descriptionWireshark was updated to version 2.0.12, which brings several new features, enhancements and bug fixes. These security issues were fixed : - CVE-2017-7700: In Wireshark the NetScaler file parser could go into an infinite loop, triggered by a malformed capture file. This was addressed in wiretap/netscaler.c by ensuring a nonzero record size (bsc#1033936). - CVE-2017-7701: In Wireshark the BGP dissector could go into an infinite loop, triggered by packet injection or a malformed capture file. This was addressed in epan/dissectors/packet-bgp.c by using a different integer data type (bsc#1033937). - CVE-2017-7702: In Wireshark the WBXML dissector could go into an infinite loop, triggered by packet injection or a malformed capture file. This was addressed in epan/dissectors/packet-wbxml.c by adding length validation (bsc#1033938). - CVE-2017-7703: In Wireshark the IMAP dissector could crash, triggered by packet injection or a malformed capture file. This was addressed in epan/dissectors/packet-imap.c by calculating a line
    last seen2020-06-01
    modified2020-06-02
    plugin id99991
    published2017-05-05
    reporterThis script is Copyright (C) 2017-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/99991
    titleSUSE SLES11 Security Update : wireshark (SUSE-SU-2017:1174-1)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from SUSE update advisory SUSE-SU-2017:1174-1.
    # The text itself is copyright (C) SUSE.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(99991);
      script_version("3.9");
      script_cvs_date("Date: 2019/09/11 11:22:15");
    
      script_cve_id("CVE-2016-7175", "CVE-2016-7176", "CVE-2016-7177", "CVE-2016-7178", "CVE-2016-7179", "CVE-2016-7180", "CVE-2016-9373", "CVE-2016-9374", "CVE-2016-9375", "CVE-2016-9376", "CVE-2017-5596", "CVE-2017-5597", "CVE-2017-6014", "CVE-2017-7700", "CVE-2017-7701", "CVE-2017-7702", "CVE-2017-7703", "CVE-2017-7704", "CVE-2017-7705", "CVE-2017-7745", "CVE-2017-7746", "CVE-2017-7747", "CVE-2017-7748");
    
      script_name(english:"SUSE SLES11 Security Update : wireshark (SUSE-SU-2017:1174-1)");
      script_summary(english:"Checks rpm output for the updated packages.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote SUSE host is missing one or more security updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Wireshark was updated to version 2.0.12, which brings several new
    features, enhancements and bug fixes. These security issues were 
    fixed :
    
      - CVE-2017-7700: In Wireshark the NetScaler file parser
        could go into an infinite loop, triggered by a malformed
        capture file. This was addressed in wiretap/netscaler.c
        by ensuring a nonzero record size (bsc#1033936).
    
      - CVE-2017-7701: In Wireshark the BGP dissector could go
        into an infinite loop, triggered by packet injection or
        a malformed capture file. This was addressed in
        epan/dissectors/packet-bgp.c by using a different
        integer data type (bsc#1033937).
    
      - CVE-2017-7702: In Wireshark the WBXML dissector could go
        into an infinite loop, triggered by packet injection or
        a malformed capture file. This was addressed in
        epan/dissectors/packet-wbxml.c by adding length
        validation (bsc#1033938).
    
      - CVE-2017-7703: In Wireshark the IMAP dissector could
        crash, triggered by packet injection or a malformed
        capture file. This was addressed in
        epan/dissectors/packet-imap.c by calculating a line's
        end correctly (bsc#1033939).
    
      - CVE-2017-7704: In Wireshark the DOF dissector could go
        into an infinite loop, triggered by packet injection or
        a malformed capture file. This was addressed in
        epan/dissectors/packet-dof.c by using a different
        integer data type and adjusting a return value
        (bsc#1033940).
    
      - CVE-2017-7705: In Wireshark the RPC over RDMA dissector
        could go into an infinite loop, triggered by packet
        injection or a malformed capture file. This was
        addressed in epan/dissectors/packet-rpcrdma.c by
        correctly checking for going beyond the maximum offset
        (bsc#1033941).
    
      - CVE-2017-7745: In Wireshark the SIGCOMP dissector could
        go into an infinite loop, triggered by packet injection
        or a malformed capture file. This was addressed in
        epan/dissectors/packet-sigcomp.c by correcting a
        memory-size check (bsc#1033942).
    
      - CVE-2017-7746: In Wireshark the SLSK dissector could go
        into an infinite loop, triggered by packet injection or
        a malformed capture file. This was addressed in
        epan/dissectors/packet-slsk.c by adding checks for the
        remaining length (bsc#1033943).
    
      - CVE-2017-7747: In Wireshark the PacketBB dissector could
        crash, triggered by packet injection or a malformed
        capture file. This was addressed in
        epan/dissectors/packet-packetbb.c by restricting
        additions to the protocol tree (bsc#1033944).
    
      - CVE-2017-7748: In Wireshark the WSP dissector could go
        into an infinite loop, triggered by packet injection or
        a malformed capture file. This was addressed in
        epan/dissectors/packet-wsp.c by adding a length check
        (bsc#1033945).
    
      - CVE-2016-7179: Stack-based buffer overflow in
        epan/dissectors/packet-catapult-dct2000.c in the
        Catapult DCT2000 dissector in Wireshark allowed remote
        attackers to cause a denial of service (application
        crash) via a crafted packet (bsc#998963).
    
      - CVE-2016-9376: In Wireshark the OpenFlow dissector could
        crash with memory exhaustion, triggered by network
        traffic or a capture file. This was addressed in
        epan/dissectors/packet-openflow_v5.c by ensuring that
        certain length values were sufficiently large
        (bsc#1010735).
    
      - CVE-2016-9375: In Wireshark the DTN dissector could go
        into an infinite loop, triggered by network traffic or a
        capture file. This was addressed in
        epan/dissectors/packet-dtn.c by checking whether SDNV
        evaluation was successful (bsc#1010740).
    
      - CVE-2016-9374: In Wireshark the AllJoyn dissector could
        crash with a buffer over-read, triggered by network
        traffic or a capture file. This was addressed in
        epan/dissectors/packet-alljoyn.c by ensuring that a
        length variable properly tracked the state of a
        signature variable (bsc#1010752).
    
      - CVE-2016-9373: In Wireshark the DCERPC dissector could
        crash with a use-after-free, triggered by network
        traffic or a capture file. This was addressed in
        epan/dissectors/packet-dcerpc-nt.c and
        epan/dissectors/packet-dcerpc-spoolss.c by using the
        wmem file scope for private strings (bsc#1010754).
    
      - CVE-2016-7175: epan/dissectors/packet-qnet6.c in the
        QNX6 QNET dissector in Wireshark mishandled MAC address
        data, which allowed remote attackers to cause a denial
        of service (out-of-bounds read and application crash)
        via a crafted packet (bsc#998761).
    
      - CVE-2016-7176: epan/dissectors/packet-h225.c in the
        H.225 dissector in Wireshark called snprintf with one of
        its input buffers as the output buffer, which allowed
        remote attackers to cause a denial of service (copy
        overlap and application crash) via a crafted packet
        (bsc#998762).
    
      - CVE-2016-7177: epan/dissectors/packet-catapult-dct2000.c
        in the Catapult DCT2000 dissector in Wireshark did not
        restrict the number of channels, which allowed remote
        attackers to cause a denial of service (buffer over-read
        and application crash) via a crafted packet
        (bsc#998763).
    
      - CVE-2016-7180: epan/dissectors/packet-ipmi-trace.c in
        the IPMI trace dissector in Wireshark did not properly
        consider whether a string is constant, which allowed
        remote attackers to cause a denial of service
        (use-after-free and application crash) via a crafted
        packet (bsc#998800).
    
      - CVE-2016-7178: epan/dissectors/packet-umts_fp.c in the
        UMTS FP dissector in Wireshark did not ensure that
        memory is allocated for certain data structures, which
        allowed remote attackers to cause a denial of service
        (invalid write access and application crash) via a
        crafted packet (bsc#998964).
    
      - CVE-2017-6014: In Wireshark a crafted or malformed
        STANAG 4607 capture file will cause an infinite loop and
        memory exhaustion. If the packet size field in a packet
        header is null, the offset to read from will not
        advance, causing continuous attempts to read the same
        zero length packet. This will quickly exhaust all system
        memory (bsc#1025913).
    
      - CVE-2017-5596: In Wireshark the ASTERIX dissector could
        go into an infinite loop, triggered by packet injection
        or a malformed capture file. This was addressed in
        epan/dissectors/packet-asterix.c by changing a data type
        to avoid an integer overflow (bsc#1021739).
    
      - CVE-2017-5597: In Wireshark the DHCPv6 dissector could
        go into a large loop, triggered by packet injection or a
        malformed capture file. This was addressed in
        epan/dissectors/packet-dhcpv6.c by changing a data type
        to avoid an integer overflow (bsc#1021739).
    
    Note that Tenable Network Security has extracted the preceding
    description block directly from the SUSE security advisory. Tenable
    has attempted to automatically clean and format it as much as possible
    without introducing additional issues."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1002981"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1010735"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1010740"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1010752"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1010754"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1010911"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1021739"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1025913"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1027998"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1033936"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1033937"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1033938"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1033939"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1033940"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1033941"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1033942"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1033943"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1033944"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1033945"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=998761"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=998762"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=998763"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=998800"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=998963"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=998964"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2016-7175/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2016-7176/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2016-7177/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2016-7178/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2016-7179/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2016-7180/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2016-9373/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2016-9374/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2016-9375/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2016-9376/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-5596/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-5597/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-6014/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-7700/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-7701/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-7702/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-7703/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-7704/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-7705/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-7745/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-7746/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-7747/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-7748/"
      );
      # https://www.suse.com/support/update/announcement/2017/suse-su-20171174-1/
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?942b2469"
      );
      script_set_attribute(
        attribute:"solution", 
        value:
    "To install this SUSE Security Update use YaST online_update.
    Alternatively you can run the command listed for your product :
    
    SUSE Linux Enterprise Software Development Kit 11-SP4:zypper in -t
    patch sdksp4-wireshark-13089=1
    
    SUSE Linux Enterprise Server 11-SP4:zypper in -t patch
    slessp4-wireshark-13089=1
    
    SUSE Linux Enterprise Debuginfo 11-SP4:zypper in -t patch
    dbgsp4-wireshark-13089=1
    
    To bring your system up-to-date, use 'zypper patch'."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:C");
      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:"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:novell:suse_linux:wireshark");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:wireshark-gtk");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:suse_linux:11");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2016/09/09");
      script_set_attribute(attribute:"patch_publication_date", value:"2017/05/04");
      script_set_attribute(attribute:"plugin_publication_date", value:"2017/05/05");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2017-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"SuSE Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/SuSE/release", "Host/SuSE/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/SuSE/release");
    if (isnull(release) || release !~ "^(SLED|SLES)") audit(AUDIT_OS_NOT, "SUSE");
    os_ver = pregmatch(pattern: "^(SLE(S|D)\d+)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "SUSE");
    os_ver = os_ver[1];
    if (! preg(pattern:"^(SLES11)$", string:os_ver)) audit(AUDIT_OS_NOT, "SUSE SLES11", "SUSE " + os_ver);
    
    if (!get_kb_item("Host/SuSE/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if (cpu !~ "^i[3-6]86$" && "x86_64" >!< cpu && "s390x" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "SUSE " + os_ver, cpu);
    
    sp = get_kb_item("Host/SuSE/patchlevel");
    if (isnull(sp)) sp = "0";
    if (os_ver == "SLES11" && (! preg(pattern:"^(4)$", string:sp))) audit(AUDIT_OS_NOT, "SLES11 SP4", os_ver + " SP" + sp);
    
    
    flag = 0;
    if (rpm_check(release:"SLES11", sp:"4", reference:"wireshark-2.0.12-36.1")) flag++;
    if (rpm_check(release:"SLES11", sp:"4", reference:"wireshark-gtk-2.0.12-36.1")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());
      else security_hole(0);
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "wireshark");
    }
    
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2017-1442-1.NASL
    descriptionWireshark was updated to version 2.2.6, which brings several new features, enhancements and bug fixes. Thses security issues were fixed : - CVE-2017-7700: In Wireshark the NetScaler file parser could go into an infinite loop, triggered by a malformed capture file. This was addressed in wiretap/netscaler.c by ensuring a nonzero record size (bsc#1033936) - CVE-2017-7701: In Wireshark the BGP dissector could go into an infinite loop, triggered by packet injection or a malformed capture file. This was addressed in epan/dissectors/packet-bgp.c by using a different integer data type (bsc#1033937) - CVE-2017-7702: In Wireshark the WBXML dissector could go into an infinite loop, triggered by packet injection or a malformed capture file. This was addressed in epan/dissectors/packet-wbxml.c by adding length validation (bsc#1033938) - CVE-2017-7703: In Wireshark the IMAP dissector could crash, triggered by packet injection or a malformed capture file. This was addressed in epan/dissectors/packet-imap.c by calculating a line
    last seen2020-06-01
    modified2020-06-02
    plugin id100539
    published2017-05-31
    reporterThis script is Copyright (C) 2017-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/100539
    titleSUSE SLED12 / SLES12 Security Update : wireshark (SUSE-SU-2017:1442-1)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from SUSE update advisory SUSE-SU-2017:1442-1.
    # The text itself is copyright (C) SUSE.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(100539);
      script_version("3.9");
      script_cvs_date("Date: 2019/09/11 11:22:15");
    
      script_cve_id("CVE-2016-6354", "CVE-2016-7175", "CVE-2016-7176", "CVE-2016-7177", "CVE-2016-7178", "CVE-2016-7179", "CVE-2016-7180", "CVE-2016-9373", "CVE-2016-9374", "CVE-2016-9375", "CVE-2016-9376", "CVE-2017-5596", "CVE-2017-5597", "CVE-2017-6014", "CVE-2017-7700", "CVE-2017-7701", "CVE-2017-7702", "CVE-2017-7703", "CVE-2017-7704", "CVE-2017-7705", "CVE-2017-7745", "CVE-2017-7746", "CVE-2017-7747", "CVE-2017-7748");
    
      script_name(english:"SUSE SLED12 / SLES12 Security Update : wireshark (SUSE-SU-2017:1442-1)");
      script_summary(english:"Checks rpm output for the updated packages.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote SUSE host is missing one or more security updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Wireshark was updated to version 2.2.6, which brings several new
    features, enhancements and bug fixes. Thses security issues were 
    fixed :
    
      - CVE-2017-7700: In Wireshark the NetScaler file parser
        could go into an infinite loop, triggered by a malformed
        capture file. This was addressed in wiretap/netscaler.c
        by ensuring a nonzero record size (bsc#1033936)
    
      - CVE-2017-7701: In Wireshark the BGP dissector could go
        into an infinite loop, triggered by packet injection or
        a malformed capture file. This was addressed in
        epan/dissectors/packet-bgp.c by using a different
        integer data type (bsc#1033937)
    
      - CVE-2017-7702: In Wireshark the WBXML dissector could go
        into an infinite loop, triggered by packet injection or
        a malformed capture file. This was addressed in
        epan/dissectors/packet-wbxml.c by adding length
        validation (bsc#1033938)
    
      - CVE-2017-7703: In Wireshark the IMAP dissector could
        crash, triggered by packet injection or a malformed
        capture file. This was addressed in
        epan/dissectors/packet-imap.c by calculating a line's
        end correctly (bsc#1033939)
    
      - CVE-2017-7704: In Wireshark the DOF dissector could go
        into an infinite loop, triggered by packet injection or
        a malformed capture file. This was addressed in
        epan/dissectors/packet-dof.c by using a different
        integer data type and adjusting a return value
        (bsc#1033940)
    
      - CVE-2017-7705: In Wireshark the RPC over RDMA dissector
        could go into an infinite loop, triggered by packet
        injection or a malformed capture file. This was
        addressed in epan/dissectors/packet-rpcrdma.c by
        correctly checking for going beyond the maximum offset
        (bsc#1033941)
    
      - CVE-2017-7745: In Wireshark the SIGCOMP dissector could
        go into an infinite loop, triggered by packet injection
        or a malformed capture file. This was addressed in
        epan/dissectors/packet-sigcomp.c by correcting a
        memory-size check (bsc#1033942)
    
      - CVE-2017-7746: In Wireshark the SLSK dissector could go
        into an infinite loop, triggered by packet injection or
        a malformed capture file. This was addressed in
        epan/dissectors/packet-slsk.c by adding checks for the
        remaining length (bsc#1033943)
    
      - CVE-2017-7747: In Wireshark the PacketBB dissector could
        crash, triggered by packet injection or a malformed
        capture file. This was addressed in
        epan/dissectors/packet-packetbb.c by restricting
        additions to the protocol tree (bsc#1033944)
    
      - CVE-2017-7748: In Wireshark the WSP dissector could go
        into an infinite loop, triggered by packet injection or
        a malformed capture file. This was addressed in
        epan/dissectors/packet-wsp.c by adding a length check
        (bsc#1033945)
    
      - CVE-2017-6014: In Wireshark a crafted or malformed
        STANAG 4607 capture file will cause an infinite loop and
        memory exhaustion. If the packet size field in a packet
        header is null, the offset to read from will not
        advance, causing continuous attempts to read the same
        zero length packet. This will quickly exhaust all system
        memory (bsc#1025913)
    
      - CVE-2017-5596: In Wireshark the ASTERIX dissector could
        go into an infinite loop, triggered by packet injection
        or a malformed capture file. This was addressed in
        epan/dissectors/packet-asterix.c by changing a data type
        to avoid an integer overflow (bsc#1021739)
    
      - CVE-2017-5597: In Wireshark the DHCPv6 dissector could
        go into a large loop, triggered by packet injection or a
        malformed capture file. This was addressed in
        epan/dissectors/packet-dhcpv6.c by changing a data type
        to avoid an integer overflow (bsc#1021739)
    
      - CVE-2016-9376: In Wireshark the OpenFlow dissector could
        crash with memory exhaustion, triggered by network
        traffic or a capture file. This was addressed in
        epan/dissectors/packet-openflow_v5.c by ensuring that
        certain length values were sufficiently large
        (bsc#1010735)
    
      - CVE-2016-9375: In Wireshark the DTN dissector could go
        into an infinite loop, triggered by network traffic or a
        capture file. This was addressed in
        epan/dissectors/packet-dtn.c by checking whether SDNV
        evaluation was successful (bsc#1010740)
    
      - CVE-2016-9374: In Wireshark the AllJoyn dissector could
        crash with a buffer over-read, triggered by network
        traffic or a capture file. This was addressed in
        epan/dissectors/packet-alljoyn.c by ensuring that a
        length variable properly tracked the state of a
        signature variable (bsc#1010752)
    
      - CVE-2016-9373: In Wireshark the DCERPC dissector could
        crash with a use-after-free, triggered by network
        traffic or a capture file. This was addressed in
        epan/dissectors/packet-dcerpc-nt.c and
        epan/dissectors/packet-dcerpc-spoolss.c by using the
        wmem file scope for private strings (bsc#1010754)
    
      - CVE-2016-7180: epan/dissectors/packet-ipmi-trace.c in
        the IPMI trace dissector in Wireshark did not properly
        consider whether a string is constant, which allowed
        remote attackers to cause a denial of service
        (use-after-free and application crash) via a crafted
        packet (bsc#998800)
    
      - CVE-2016-7179: Stack-based buffer overflow in
        epan/dissectors/packet-catapult-dct2000.c in the
        Catapult DCT2000 dissector in Wireshark allowed remote
        attackers to cause a denial of service (application
        crash) via a crafted packet (bsc#998963)
    
      - CVE-2016-7178: epan/dissectors/packet-umts_fp.c in the
        UMTS FP dissector in Wireshark did not ensure that
        memory is allocated for certain data structures, which
        allowed remote attackers to cause a denial of service
        (invalid write access and application crash) via a
        crafted packet (bsc#998964)
    
      - CVE-2016-7177: epan/dissectors/packet-catapult-dct2000.c
        in the Catapult DCT2000 dissector in Wireshark did not
        restrict the number of channels, which allowed remote
        attackers to cause a denial of service (buffer over-read
        and application crash) via a crafted packet (bsc#998763)
    
      - CVE-2016-7176: epan/dissectors/packet-h225.c in the
        H.225 dissector in Wireshark called snprintf with one of
        its input buffers as the output buffer, which allowed
        remote attackers to cause a denial of service (copy
        overlap and application crash) via a crafted packet
        (bsc#998762)
    
      - CVE-2016-7175: epan/dissectors/packet-qnet6.c in the
        QNX6 QNET dissector in Wireshark mishandled MAC address
        data, which allowed remote attackers to cause a denial
        of service (out-of-bounds read and application crash)
        via a crafted packet (bsc#998761)
    
      - CVE-2016-6354: Heap-based buffer overflow in the
        yy_get_next_buffer function in Flex might have allowed
        context-dependent attackers to cause a denial of service
        or possibly execute arbitrary code via vectors involving
        num_to_read (bsc#990856).
    
    Note that Tenable Network Security has extracted the preceding
    description block directly from the SUSE security advisory. Tenable
    has attempted to automatically clean and format it as much as possible
    without introducing additional issues."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1002981"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1010735"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1010740"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1010752"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1010754"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1010911"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1021739"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1025913"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1026507"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1027692"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1027998"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1033936"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1033937"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1033938"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1033939"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1033940"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1033941"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1033942"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1033943"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1033944"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=1033945"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=990856"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=998761"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=998762"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=998763"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=998800"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=998963"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.suse.com/show_bug.cgi?id=998964"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2016-6354/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2016-7175/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2016-7176/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2016-7177/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2016-7178/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2016-7179/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2016-7180/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2016-9373/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2016-9374/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2016-9375/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2016-9376/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-5596/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-5597/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-6014/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-7700/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-7701/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-7702/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-7703/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-7704/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-7705/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-7745/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-7746/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-7747/"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.suse.com/security/cve/CVE-2017-7748/"
      );
      # https://www.suse.com/support/update/announcement/2017/suse-su-20171442-1/
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?92b0341b"
      );
      script_set_attribute(
        attribute:"solution", 
        value:
    "To install this SUSE Security Update use YaST online_update.
    Alternatively you can run the command listed for your product :
    
    SUSE Linux Enterprise Software Development Kit 12-SP2:zypper in -t
    patch SUSE-SLE-SDK-12-SP2-2017-883=1
    
    SUSE Linux Enterprise Software Development Kit 12-SP1:zypper in -t
    patch SUSE-SLE-SDK-12-SP1-2017-883=1
    
    SUSE Linux Enterprise Server for Raspberry Pi 12-SP2:zypper in -t
    patch SUSE-SLE-RPI-12-SP2-2017-883=1
    
    SUSE Linux Enterprise Server 12-SP2:zypper in -t patch
    SUSE-SLE-SERVER-12-SP2-2017-883=1
    
    SUSE Linux Enterprise Server 12-SP1:zypper in -t patch
    SUSE-SLE-SERVER-12-SP1-2017-883=1
    
    SUSE Linux Enterprise Desktop 12-SP2:zypper in -t patch
    SUSE-SLE-DESKTOP-12-SP2-2017-883=1
    
    SUSE Linux Enterprise Desktop 12-SP1:zypper in -t patch
    SUSE-SLE-DESKTOP-12-SP1-2017-883=1
    
    To bring your system up-to-date, use 'zypper patch'."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:C");
      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:H/I:H/A:H");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
      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:novell:suse_linux:libwireshark8");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libwireshark8-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libwiretap6");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libwiretap6-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libwscodecs1");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libwscodecs1-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libwsutil7");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:libwsutil7-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:wireshark");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:wireshark-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:wireshark-debugsource");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:wireshark-gtk");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:wireshark-gtk-debuginfo");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:suse_linux:12");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2016/09/09");
      script_set_attribute(attribute:"patch_publication_date", value:"2017/05/30");
      script_set_attribute(attribute:"plugin_publication_date", value:"2017/05/31");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2017-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"SuSE Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/SuSE/release", "Host/SuSE/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/SuSE/release");
    if (isnull(release) || release !~ "^(SLED|SLES)") audit(AUDIT_OS_NOT, "SUSE");
    os_ver = pregmatch(pattern: "^(SLE(S|D)\d+)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "SUSE");
    os_ver = os_ver[1];
    if (! preg(pattern:"^(SLED12|SLES12)$", string:os_ver)) audit(AUDIT_OS_NOT, "SUSE SLED12 / SLES12", "SUSE " + os_ver);
    
    if (!get_kb_item("Host/SuSE/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if (cpu !~ "^i[3-6]86$" && "x86_64" >!< cpu && "s390x" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "SUSE " + os_ver, cpu);
    
    sp = get_kb_item("Host/SuSE/patchlevel");
    if (isnull(sp)) sp = "0";
    if (os_ver == "SLES12" && (! preg(pattern:"^(1|2)$", string:sp))) audit(AUDIT_OS_NOT, "SLES12 SP1/2", os_ver + " SP" + sp);
    if (os_ver == "SLED12" && (! preg(pattern:"^(1|2)$", string:sp))) audit(AUDIT_OS_NOT, "SLED12 SP1/2", os_ver + " SP" + sp);
    
    
    flag = 0;
    if (rpm_check(release:"SLES12", sp:"1", reference:"libwireshark8-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"libwireshark8-debuginfo-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"libwiretap6-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"libwiretap6-debuginfo-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"libwscodecs1-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"libwscodecs1-debuginfo-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"libwsutil7-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"libwsutil7-debuginfo-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"wireshark-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"wireshark-debuginfo-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"wireshark-debugsource-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"wireshark-gtk-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"1", reference:"wireshark-gtk-debuginfo-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"libwireshark8-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"libwireshark8-debuginfo-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"libwiretap6-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"libwiretap6-debuginfo-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"libwscodecs1-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"libwscodecs1-debuginfo-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"libwsutil7-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"libwsutil7-debuginfo-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"wireshark-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"wireshark-debuginfo-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"wireshark-debugsource-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"wireshark-gtk-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLES12", sp:"2", cpu:"x86_64", reference:"wireshark-gtk-debuginfo-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"1", cpu:"x86_64", reference:"libwireshark8-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"1", cpu:"x86_64", reference:"libwireshark8-debuginfo-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"1", cpu:"x86_64", reference:"libwiretap6-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"1", cpu:"x86_64", reference:"libwiretap6-debuginfo-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"1", cpu:"x86_64", reference:"libwscodecs1-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"1", cpu:"x86_64", reference:"libwscodecs1-debuginfo-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"1", cpu:"x86_64", reference:"libwsutil7-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"1", cpu:"x86_64", reference:"libwsutil7-debuginfo-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"1", cpu:"x86_64", reference:"wireshark-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"1", cpu:"x86_64", reference:"wireshark-debuginfo-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"1", cpu:"x86_64", reference:"wireshark-debugsource-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"1", cpu:"x86_64", reference:"wireshark-gtk-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"1", cpu:"x86_64", reference:"wireshark-gtk-debuginfo-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"2", cpu:"x86_64", reference:"libwireshark8-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"2", cpu:"x86_64", reference:"libwireshark8-debuginfo-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"2", cpu:"x86_64", reference:"libwiretap6-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"2", cpu:"x86_64", reference:"libwiretap6-debuginfo-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"2", cpu:"x86_64", reference:"libwscodecs1-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"2", cpu:"x86_64", reference:"libwscodecs1-debuginfo-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"2", cpu:"x86_64", reference:"libwsutil7-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"2", cpu:"x86_64", reference:"libwsutil7-debuginfo-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"2", cpu:"x86_64", reference:"wireshark-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"2", cpu:"x86_64", reference:"wireshark-debuginfo-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"2", cpu:"x86_64", reference:"wireshark-debugsource-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"2", cpu:"x86_64", reference:"wireshark-gtk-2.2.6-44.3")) flag++;
    if (rpm_check(release:"SLED12", sp:"2", cpu:"x86_64", reference:"wireshark-gtk-debuginfo-2.2.6-44.3")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());
      else security_hole(0);
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "wireshark");
    }
    
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DSA-3719.NASL
    descriptionIt was discovered that wireshark, a network protocol analyzer, contained several vulnerabilities in the dissectors for DCERPC, AllJoyn, DTN, and OpenFlow, that could lead to various crashes, denial-of-service, or execution of arbitrary code.
    last seen2020-06-01
    modified2020-06-02
    plugin id95032
    published2016-11-22
    reporterThis script is Copyright (C) 2016-2018 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/95032
    titleDebian DSA-3719-1 : wireshark - security update
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Debian Security Advisory DSA-3719. The text 
    # itself is copyright (C) Software in the Public Interest, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(95032);
      script_version("2.8");
      script_cvs_date("Date: 2018/11/10 11:49:38");
    
      script_cve_id("CVE-2016-9373", "CVE-2016-9374", "CVE-2016-9375", "CVE-2016-9376");
      script_xref(name:"DSA", value:"3719");
    
      script_name(english:"Debian DSA-3719-1 : wireshark - security update");
      script_summary(english:"Checks dpkg output for the updated package");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Debian host is missing a security-related update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "It was discovered that wireshark, a network protocol analyzer,
    contained several vulnerabilities in the dissectors for DCERPC,
    AllJoyn, DTN, and OpenFlow, that could lead to various crashes,
    denial-of-service, or execution of arbitrary code."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://packages.debian.org/source/jessie/wireshark"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.debian.org/security/2016/dsa-3719"
      );
      script_set_attribute(
        attribute:"solution", 
        value:
    "Upgrade the wireshark packages.
    
    For the stable distribution (jessie), these problems have been fixed
    in version 1.12.1+g01b65bf-4+deb8u10."
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/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:H/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:"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:debian:debian_linux:wireshark");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:debian:debian_linux:8.0");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2016/11/21");
      script_set_attribute(attribute:"plugin_publication_date", value:"2016/11/22");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2016-2018 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Debian Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/Debian/release", "Host/Debian/dpkg-l");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("debian_package.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    if (!get_kb_item("Host/Debian/release")) audit(AUDIT_OS_NOT, "Debian");
    if (!get_kb_item("Host/Debian/dpkg-l")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    
    flag = 0;
    if (deb_check(release:"8.0", prefix:"libwireshark-data", reference:"1.12.1+g01b65bf-4+deb8u10")) flag++;
    if (deb_check(release:"8.0", prefix:"libwireshark-dev", reference:"1.12.1+g01b65bf-4+deb8u10")) flag++;
    if (deb_check(release:"8.0", prefix:"libwireshark5", reference:"1.12.1+g01b65bf-4+deb8u10")) flag++;
    if (deb_check(release:"8.0", prefix:"libwiretap-dev", reference:"1.12.1+g01b65bf-4+deb8u10")) flag++;
    if (deb_check(release:"8.0", prefix:"libwiretap4", reference:"1.12.1+g01b65bf-4+deb8u10")) flag++;
    if (deb_check(release:"8.0", prefix:"libwsutil-dev", reference:"1.12.1+g01b65bf-4+deb8u10")) flag++;
    if (deb_check(release:"8.0", prefix:"libwsutil4", reference:"1.12.1+g01b65bf-4+deb8u10")) flag++;
    if (deb_check(release:"8.0", prefix:"tshark", reference:"1.12.1+g01b65bf-4+deb8u10")) flag++;
    if (deb_check(release:"8.0", prefix:"wireshark", reference:"1.12.1+g01b65bf-4+deb8u10")) flag++;
    if (deb_check(release:"8.0", prefix:"wireshark-common", reference:"1.12.1+g01b65bf-4+deb8u10")) flag++;
    if (deb_check(release:"8.0", prefix:"wireshark-dbg", reference:"1.12.1+g01b65bf-4+deb8u10")) flag++;
    if (deb_check(release:"8.0", prefix:"wireshark-dev", reference:"1.12.1+g01b65bf-4+deb8u10")) flag++;
    if (deb_check(release:"8.0", prefix:"wireshark-doc", reference:"1.12.1+g01b65bf-4+deb8u10")) flag++;
    if (deb_check(release:"8.0", prefix:"wireshark-qt", reference:"1.12.1+g01b65bf-4+deb8u10")) flag++;
    
    if (flag)
    {
      if (report_verbosity > 0) security_warning(port:0, extra:deb_report_get());
      else security_warning(0);
      exit(0);
    }
    else audit(AUDIT_HOST_NOT, "affected");
    
  • NASL familyFreeBSD Local Security Checks
    NASL idFREEBSD_PKG_7FFF2B16B0EE11E686B8589CFC054129.NASL
    descriptionWireshark project reports : Wireshark project is releasing Wireshark 2.2.2, which addresses : - wnpa-sec-2016-58: Profinet I/O long loop - CVE-2016-9372 - wnpa-sec-2016-59: AllJoyn crash - CVE-2016-9374 - wnpa-sec-2016-60: OpenFlow crash - CVE-2016-9376 - wnpa-sec-2016-61: DCERPC crash - CVE-2016-9373 - wnpa-sec-2016-62: DTN infinite loop - CVE-2016-9375
    last seen2020-06-01
    modified2020-06-02
    plugin id95451
    published2016-12-01
    reporterThis script is Copyright (C) 2016-2018 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/95451
    titleFreeBSD : wireshark -- multiple vulnerabilities (7fff2b16-b0ee-11e6-86b8-589cfc054129)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from the FreeBSD VuXML database :
    #
    # Copyright 2003-2018 Jacques Vidrine and contributors
    #
    # Redistribution and use in source (VuXML) and 'compiled' forms (SGML,
    # HTML, PDF, PostScript, RTF and so forth) with or without modification,
    # are permitted provided that the following conditions are met:
    # 1. Redistributions of source code (VuXML) must retain the above
    #    copyright notice, this list of conditions and the following
    #    disclaimer as the first lines of this file unmodified.
    # 2. Redistributions in compiled form (transformed to other DTDs,
    #    published online in any format, converted to PDF, PostScript,
    #    RTF and other formats) must reproduce the above copyright
    #    notice, this list of conditions and the following disclaimer
    #    in the documentation and/or other materials provided with the
    #    distribution.
    # 
    # THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS"
    # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
    # THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
    # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS
    # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
    # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
    # OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
    # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
    # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
    # OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION,
    # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(95451);
      script_version("1.4");
      script_cvs_date("Date: 2018/11/10 11:49:45");
    
      script_cve_id("CVE-2016-9372", "CVE-2016-9373", "CVE-2016-9374", "CVE-2016-9375", "CVE-2016-9376");
    
      script_name(english:"FreeBSD : wireshark -- multiple vulnerabilities (7fff2b16-b0ee-11e6-86b8-589cfc054129)");
      script_summary(english:"Checks for updated packages in pkg_info output");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:
    "The remote FreeBSD host is missing one or more security-related
    updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Wireshark project reports :
    
    Wireshark project is releasing Wireshark 2.2.2, which addresses :
    
    - wnpa-sec-2016-58: Profinet I/O long loop - CVE-2016-9372
    
    - wnpa-sec-2016-59: AllJoyn crash - CVE-2016-9374
    
    - wnpa-sec-2016-60: OpenFlow crash - CVE-2016-9376
    
    - wnpa-sec-2016-61: DCERPC crash - CVE-2016-9373
    
    - wnpa-sec-2016-62: DTN infinite loop - CVE-2016-9375"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.wireshark.org/docs/relnotes/wireshark-2.2.2.html"
      );
      # https://vuxml.freebsd.org/freebsd/7fff2b16-b0ee-11e6-86b8-589cfc054129.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?18327d27"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:N/A:P");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:H/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:freebsd:freebsd:tshark");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:tshark-lite");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:wireshark");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:wireshark-lite");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:freebsd:freebsd:wireshark-qt5");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:freebsd:freebsd");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2016/11/16");
      script_set_attribute(attribute:"patch_publication_date", value:"2016/12/01");
      script_set_attribute(attribute:"plugin_publication_date", value:"2016/12/01");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2016-2018 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"FreeBSD Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/FreeBSD/release", "Host/FreeBSD/pkg_info");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("freebsd_package.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    if (!get_kb_item("Host/FreeBSD/release")) audit(AUDIT_OS_NOT, "FreeBSD");
    if (!get_kb_item("Host/FreeBSD/pkg_info")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    
    flag = 0;
    
    if (pkg_test(save_report:TRUE, pkg:"tshark<2.2.2")) flag++;
    if (pkg_test(save_report:TRUE, pkg:"tshark-lite<2.2.2")) flag++;
    if (pkg_test(save_report:TRUE, pkg:"wireshark<2.2.2")) flag++;
    if (pkg_test(save_report:TRUE, pkg:"wireshark-lite<2.2.2")) flag++;
    if (pkg_test(save_report:TRUE, pkg:"wireshark-qt5<2.2.2")) flag++;
    
    if (flag)
    {
      if (report_verbosity > 0) security_warning(port:0, extra:pkg_report_get());
      else security_warning(0);
      exit(0);
    }
    else audit(AUDIT_HOST_NOT, "affected");
    
  • NASL familyWindows
    NASL idWIRESHARK_2_2_2.NASL
    descriptionThe version of Wireshark installed on the remote Windows host is 2.0.x prior to 2.0.8 or 2.2.x prior to 2.2.2. It is, therefore, affected by multiple denial of service vulnerabilities : - A flaw exists in the dissect_PNIO_C_SDU_RTC1() function in packet-pn-rtc-one.c that causes excessive looping. An unauthenticated, remote attacker can exploit this, via specially crafted network traffic or a specially crafted capture file, to exhaust available resources. Note that this vulnerability only affects 2.2.x versions. (CVE-2016-9372) - A use-after-free error exists in the DCEPRC dissector due to improper handling of IA5 SMS decoding. An unauthenticated, remote attacker can exploit this, via specially crafted network traffic or a specially crafted capture file, to cause the application to crash. (CVE-2016-9373) - A buffer over-read flaw exists in the AllJoyn dissector due to improper handling of signature lengths. An unauthenticated, remote attacker can exploit this, via specially crafted network traffic or a specially crafted capture file, to cause the application to crash. (CVE-2016-9374) - A flaw exists in the DTN dissector in the display_metadata_block() function due to improper SDNV evaluation. An unauthenticated, remote attacker can exploit this, via specially crafted network traffic or a specially crafted capture file, to cause an infinite loop. (CVE-2016-9375) - Multiple flaws exist in the OpenFlow dissector in packet-openflow_v5.c due to improper handling of too short data lengths. An unauthenticated, remote attacker can exploit this, via specially crafted network traffic or a specially crafted capture file, to cause the application to crash. (CVE-2016-9376) Note that Nessus has not tested for these issues but has instead relied only on the application
    last seen2020-06-01
    modified2020-06-02
    plugin id95435
    published2016-12-01
    reporterThis script is Copyright (C) 2016-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/95435
    titleWireshark 2.0.x < 2.0.8 / 2.2.x < 2.2.2 Multiple DoS