Lucene search

K
openvasCopyright (C) 2018 Greenbone AGOPENVAS:1361412562310107381
HistoryNov 26, 2018 - 12:00 a.m.

DameWare Mini Remote Control < 12.0 Hotfix 1 Buffer Overflow Vulnerability - Windows

2018-11-2600:00:00
Copyright (C) 2018 Greenbone AG
plugins.openvas.org
40

CVSS2

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

AI Score

6.7

Confidence

Low

EPSS

0.143

Percentile

95.8%

DameWare Mini Remote Control is prone to a local buffer overflow
vulnerability.

# SPDX-FileCopyrightText: 2018 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.0.107381");
  script_version("2024-02-15T05:05:40+0000");
  script_cve_id("CVE-2015-8220");
  script_tag(name:"last_modification", value:"2024-02-15 05:05:40 +0000 (Thu, 15 Feb 2024)");
  script_tag(name:"creation_date", value:"2018-11-26 13:45:13 +0100 (Mon, 26 Nov 2018)");
  script_tag(name:"cvss_base", value:"7.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
  script_tag(name:"qod_type", value:"registry");
  script_tag(name:"solution_type", value:"VendorFix");
  script_name("DameWare Mini Remote Control < 12.0 Hotfix 1 Buffer Overflow Vulnerability - Windows");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2018 Greenbone AG");
  script_family("General");
  script_dependencies("gb_dameware_mini_rc_detect_win.nasl");
  script_mandatory_keys("solarwinds/dameware_mini_remote_control/detected");

  script_tag(name:"summary", value:"DameWare Mini Remote Control is prone to a local buffer overflow
  vulnerability.");

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

  script_tag(name:"insight", value:"Stack-based buffer overflow in the URI handler in DWRCC.exe in
  SolarWinds DameWare Mini Remote Control before 12.0 HotFix 1.");

  script_tag(name:"impact", value:"Exploitation of this Vulnerability allows remote attackers to
  execute arbitrary code via a crafted commandline argument in a link.");

  script_tag(name:"affected", value:"DameWare Mini Remote Control before version 12.0 Hotfix 1.");

  script_tag(name:"solution", value:"Upgrade DameWare Mini Remote Control to version 12.0 Hotfix 1
  or later.");

  script_xref(name:"URL", value:"https://thwack.solarwinds.com/thread/95643");

  exit(0);
}

CPE = "cpe:/a:solarwinds:dameware_mini_remote_control";

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

if(!infos = get_app_version_and_location(cpe:CPE, exit_no_version:TRUE))
  exit(0);

vers = infos["version"];
path = infos["location"];

if(version_is_less_equal(version:vers, test_version:"12.0.0.509")) {
  report = report_fixed_ver(installed_version:vers, fixed_version:"12.0 Hotfix 1", install_path:path);
  security_message(port:0, data:report);
  exit(0);
}

exit(99);

CVSS2

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

AI Score

6.7

Confidence

Low

EPSS

0.143

Percentile

95.8%

Related for OPENVAS:1361412562310107381