Lucene search
K

Wireshark 1.12.x < 1.12.7 Multiple DoS

🗓️ 14 Aug 2015 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 16 Views

Wireshark 1.12.x < 1.12.7 Multiple DoS vulnerabilitie

Refs
Code
#
# (C) Tenable Network Security, Inc.
#

include("compat.inc");

if (description)
{
  script_id(85405);
  script_version("1.11");
  script_set_attribute(attribute:"plugin_modification_date", value:"2026/03/30");


  script_name(english:"Wireshark 1.12.x < 1.12.7 Multiple DoS");
  script_summary(english:"Checks the version of Wireshark.");

  script_set_attribute(attribute:"synopsis", value:
"The remote Windows host has an application installed that is affected
by multiple denial of service vulnerabilities.");
  script_set_attribute(attribute:"description", value:
"The version of Wireshark installed on the remote Windows host is
1.12.x prior to 1.12.7. It is, therefore, affected by multiple denial
of service vulnerabilities :

  - An unspecified flaw exists that is triggered when adding
    an item to the protocol tree. A remote attacker can
    exploit this, via a specially crafted packet or packet
    trace file, to cause the application to crash, resulting
    in a denial of service condition.

  - An invalid memory freeing flaw exists in the Memory
    Manager. A remote attacker can exploit this, via a
    specially crafted packet or packet trace file, to cause
    the application to crash, resulting in a denial of
    service condition.

  - An unspecified flaw exists when searching for a protocol
    dissector. A remote attacker can exploit this, via a
    specially crafted packet or packet trace file, to cause
    the application to crash, resulting in a denial of
    service condition.

  - An unspecified flaw exists in the ZigBee dissector. A
    remote attacker can exploit this, via a specially
    crafted packet or packet trace file, to cause the
    application to crash, resulting in a denial of service
    condition.

  - A flaw exists in the GSM RLC/MAC dissector that results
    in an infinite loop. A remote attacker can exploit this,
    via a specially crafted packet or packet trace file, to
    cause the application to crash, resulting in a denial of
    service condition.

  - An unspecified flaw exists in the WaveAgent dissector. A
    remote attacker can exploit this, via a specially
    crafted packet or packet trace file, to cause the
    application to crash, resulting in a denial of service
    condition.

  - A flaw exists in the OpenFlow dissector that results in
    an infinite loop. A remote attacker can exploit this,
    via a specially crafted packet or packet trace file, to
    consume excessive CPU resources, resulting in a denial
    of service condition.

  - A flaw exists due to improper validation of ptvcursor
    lengths. A remote attacker can exploit this, via a
    specially crafted packet or packet trace file, to cause
    the application to crash, resulting in a denial of
    service condition.

  - An unspecified flaw exists in the WCCP dissector. A
    remote attacker can exploit this, via a specially
    crafted packet or packet trace file, to cause the
    application to crash, resulting in a denial of service
    condition.

Note that Nessus has not tested for these issues but has instead
relied only on the application's self-reported version number.");
  script_set_attribute(attribute:"see_also", value:"https://www.wireshark.org/security/wnpa-sec-2015-21.html");
  script_set_attribute(attribute:"see_also", value:"https://www.wireshark.org/security/wnpa-sec-2015-22.html");
  script_set_attribute(attribute:"see_also", value:"https://www.wireshark.org/security/wnpa-sec-2015-23.html");
  script_set_attribute(attribute:"see_also", value:"https://www.wireshark.org/security/wnpa-sec-2015-24.html");
  script_set_attribute(attribute:"see_also", value:"https://www.wireshark.org/security/wnpa-sec-2015-25.html");
  script_set_attribute(attribute:"see_also", value:"https://www.wireshark.org/security/wnpa-sec-2015-26.html");
  script_set_attribute(attribute:"see_also", value:"https://www.wireshark.org/security/wnpa-sec-2015-27.html");
  script_set_attribute(attribute:"see_also", value:"https://www.wireshark.org/security/wnpa-sec-2015-28.html");
  script_set_attribute(attribute:"see_also", value:"https://www.wireshark.org/security/wnpa-sec-2015-29.html");
  script_set_attribute(attribute:"see_also", value:"https://www.wireshark.org/docs/relnotes/wireshark-1.12.7.html");
  script_set_attribute(attribute:"solution", value:
"Upgrade to Wireshark version 1.12.7 or later.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");
  script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");

  script_set_attribute(attribute:"vuln_publication_date", value:"2015/06/25");
  script_set_attribute(attribute:"patch_publication_date", value:"2015/08/11");
  script_set_attribute(attribute:"plugin_publication_date", value:"2015/08/14");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:wireshark:wireshark");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"Windows");

  script_copyright(english:"This script is Copyright (C) 2015-2026 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("wireshark_installed.nasl");
  script_require_keys("installed_sw/Wireshark", "SMB/Registry/Enumerated");

  exit(0);
}

include('vdf.inc');

# @tvdl-content
var vuln_data = {
  "metadata" : {
    "spec_version" : "1.0"
  },
  "requires" : [
    {
      "scope" : "target",
      "match" : {
        "os" : "windows"
      }
    }
  ],
  "checks" : [
    {
      "product" : {
        "name" : "Wireshark",
        "type" : "app"
      },
      "check_algorithm" : "default",
      "constraints" : [
        {
          "fixed_version" : "1.12.7",
          "min_version" : "1.12.0",
          "max_version" : "1.12.6"
        }
      ]
    }
  ]
};

var result = vdf::check_and_report(vuln_data:vuln_data, severity:SECURITY_WARNING);
vdf::handle_check_and_report_errors(vdf_result:result);

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation