Lucene search

K
openvasCopyright (C) 2021 Greenbone AGOPENVAS:13614125623114201302381
HistoryJun 09, 2021 - 12:00 a.m.

SUSE: Security Advisory (SUSE-SU-2013:0238-1)

2021-06-0900:00:00
Copyright (C) 2021 Greenbone AG
plugins.openvas.org
2

6.7 Medium

AI Score

Confidence

Low

0.002 Low

EPSS

Percentile

57.9%

The remote host is missing an update for the

# SPDX-FileCopyrightText: 2021 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.1.4.2013.0238.1");
  script_cve_id("CVE-2012-5592", "CVE-2012-5593", "CVE-2012-5594", "CVE-2012-5595", "CVE-2012-5596", "CVE-2012-5597", "CVE-2012-5598", "CVE-2012-5599", "CVE-2012-5600", "CVE-2012-5601", "CVE-2012-5602");
  script_tag(name:"creation_date", value:"2021-06-09 14:58:25 +0000 (Wed, 09 Jun 2021)");
  script_version("2023-06-20T05:05:22+0000");
  script_tag(name:"last_modification", value:"2023-06-20 05:05:22 +0000 (Tue, 20 Jun 2023)");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");

  script_name("SUSE: Security Advisory (SUSE-SU-2013:0238-1)");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2021 Greenbone AG");
  script_family("SuSE Local Security Checks");
  script_dependencies("gather-package-list.nasl");
  script_mandatory_keys("ssh/login/suse_sles", "ssh/login/rpms", re:"ssh/login/release=(SLES11\.0SP2)");

  script_xref(name:"Advisory-ID", value:"SUSE-SU-2013:0238-1");
  script_xref(name:"URL", value:"https://www.suse.com/support/update/announcement/2013/suse-su-20130238-1/");
  script_xref(name:"URL", value:"http://www.wireshark.org/docs/relnotes/wireshark-1.8.4.html");

  script_tag(name:"summary", value:"The remote host is missing an update for the 'wireshark' package(s) announced via the SUSE-SU-2013:0238-1 advisory.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");

  script_tag(name:"insight", value:"This update to 1.8.4 fixes the following issues:

 * Wireshark could leak potentially sensitive host name resolution information when working with multiple pcap-ng files. (wnpa-sec-2012-30, CVE-2012-5592
> )
 * The USB dissector could go into an infinite loop.
(wnpa-sec-2012-31, CVE-2012-5593
> )
 * The sFlow dissector could go into an infinite loop.
(npa-sec-2012-32, CVE-2012-5594
> )
 * The SCTP dissector could go into an infinite loop.
(wnpa-sec-2012-33, CVE-2012-5595
> )
 * The EIGRP dissector could go into an infinite loop.
(wnpa-sec-2012-34, CVE-2012-5596
> )
 * The ISAKMP dissector could crash. (wnpa-sec-2012-35,
CVE-2012-5597
> )
 * The iSCSI dissector could go into an infinite loop.
(wnpa-sec-2012-36, CVE-2012-5598
> )
 * The WTP dissector could go into an infinite loop.
(wnpa-sec-2012-37, CVE-2012-5599
> )
 * The RTCP dissector could go into an infinite loop.
(wnpa-sec-2012-38, CVE-2012-5600
> )
 * The 3GPP2 A11 dissector could go into an infinite loop. (wnpa-sec-2012-39, CVE-2012-5601
> )
 * The ICMPv6 dissector could go into an infinite loop.
(wnpa-sec-2012-40, CVE-2012-5602
> )

Further bug fixes and updated protocol support as listed at [link moved to references]
>");

  script_tag(name:"affected", value:"'wireshark' package(s) on SUSE Linux Enterprise Desktop 11-SP2, SUSE Linux Enterprise Server 11-SP2, SUSE Linux Enterprise Software Development Kit 11-SP2.");

  script_tag(name:"solution", value:"Please install the updated package(s).");

  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"qod_type", value:"package");

  exit(0);
}

include("revisions-lib.inc");
include("pkg-lib-rpm.inc");

release = rpm_get_ssh_release();
if(!release)
  exit(0);

res = "";
report = "";

if(release == "SLES11.0SP2") {

  if(!isnull(res = isrpmvuln(pkg:"wireshark", rpm:"wireshark~1.8.4~0.3.1", rls:"SLES11.0SP2"))) {
    report += res;
  }

  if(report != "") {
    security_message(data:report);
  } else if(__pkg_match) {
    exit(99);
  }
  exit(0);
}

exit(0);

6.7 Medium

AI Score

Confidence

Low

0.002 Low

EPSS

Percentile

57.9%

Related for OPENVAS:13614125623114201302381