Lucene search

K
openvasCopyright (C) 2013 Greenbone AGOPENVAS:1361412562310804017
HistorySep 26, 2013 - 12:00 a.m.

Wireshark Multiple Vulnerabilities-01 (Sep 2013) - Mac OS X

2013-09-2600:00:00
Copyright (C) 2013 Greenbone AG
plugins.openvas.org
18

5 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:N/I:N/A:P

5.9 Medium

AI Score

Confidence

High

0.012 Low

EPSS

Percentile

85.0%

Wireshark is prone to multiple vulnerabilities.

# SPDX-FileCopyrightText: 2013 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

CPE = "cpe:/a:wireshark:wireshark";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.804017");
  script_version("2024-02-09T05:06:25+0000");
  script_cve_id("CVE-2013-5718", "CVE-2013-5719", "CVE-2013-5720", "CVE-2013-5721",
                "CVE-2013-5722");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
  script_tag(name:"last_modification", value:"2024-02-09 05:06:25 +0000 (Fri, 09 Feb 2024)");
  script_tag(name:"creation_date", value:"2013-09-26 20:02:57 +0530 (Thu, 26 Sep 2013)");
  script_name("Wireshark Multiple Vulnerabilities-01 (Sep 2013) - Mac OS X");


  script_tag(name:"summary", value:"Wireshark is prone to multiple vulnerabilities.");
  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
  script_tag(name:"solution", value:"Upgrade to Wireshark version 1.8.10 or 1.10.2 or later.");
  script_tag(name:"insight", value:"Multiple flaws are due to error in,

  - ASSA R3 dissector (dissectors/packet-assa_r3.c)

  - NBAP dissector (dissectors/packet-nbap.c)

  - RTPS dissector (dissectors/packet-rtsp.c)

  - LDAP dissector (dissectors/packet-ldap.c)

  - MQ dissector (dissectors/packet-mq.c)

  - Netmon file parser (wiretap/netmon.c)");
  script_tag(name:"affected", value:"Wireshark 1.8.x before 1.8.10 and 1.10.x before 1.10.2 on Mac OS X");
  script_tag(name:"impact", value:"Successful exploitation will allow attackers to cause a DoS (Denial of Service)
and potentially compromise a vulnerable system.");
  script_tag(name:"qod_type", value:"package");
  script_tag(name:"solution_type", value:"VendorFix");

  script_xref(name:"URL", value:"http://secunia.com/advisories/54765");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/62315");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/62318");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/62319");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/62320");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/62321");
  script_xref(name:"URL", value:"http://www.wireshark.org/security/wnpa-sec-2013-55.html");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2013 Greenbone AG");
  script_family("General");
  script_dependencies("gb_wireshark_detect_macosx.nasl");
  script_mandatory_keys("Wireshark/MacOSX/Version");
  exit(0);
}

include("host_details.inc");
include("version_func.inc");

if(!sharkVer = get_app_version(cpe:CPE)){
  exit(0);
}

if(sharkVer  =~ "^(1\.(8|10))")
{
  if(version_in_range(version:sharkVer, test_version:"1.8.0", test_version2:"1.8.9")||
     version_in_range(version:sharkVer, test_version:"1.10.0", test_version2:"1.10.1"))
  {
    security_message( port: 0, data: "The target host was found to be vulnerable" );
    exit(0);
  }
}

5 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

PARTIAL

AV:N/AC:L/Au:N/C:N/I:N/A:P

5.9 Medium

AI Score

Confidence

High

0.012 Low

EPSS

Percentile

85.0%