Lucene search
K

DameWare Mini Remote Control Server Unspecified Local Privilege Escalation

🗓️ 22 Apr 2005 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 29 Views

Checks for unspecified privilege escalation vulnerability in DameWare Mini Remote Control Server. Upgrade to DameWare Mini Remote Control version 3.80 if using 3.x or to 4.9 if using 4.

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2005-1088
13 Apr 200504:00
cve
Cvelist
CVE-2005-1088
13 Apr 200504:00
cvelist
EUVD
EUVD-2005-1091
7 Oct 202500:30
euvd
Kaspersky
KLA10135 LPE vulnerability in DameWare
2 May 200500:00
kaspersky
NVD
CVE-2005-1088
2 May 200504:00
nvd
#
# (C) Tenable Network Security, Inc.
#

include("compat.inc");

if (description)
{
  script_id(18119);
  script_version("1.16");
  script_cvs_date("Date: 2018/07/06 11:26:08");

  script_cve_id("CVE-2005-1088");
  script_bugtraq_id(13023);

  script_name(english:"DameWare Mini Remote Control Server Unspecified Local Privilege Escalation");
  script_summary(english:"Checks for unspecified privilege escalation vulnerability in DameWare Mini Remote Control Server");
 
  script_set_attribute(attribute:"synopsis", value:"A local user can elevate his privileges.");
  script_set_attribute(attribute:"description", value:
"According to its version number, the DameWare Mini Remote Control
program on the remote host may allow an authenticated user with
non-administrator rights to elevate his rights on a remote machine.");
  # http://web.archive.org/web/20050412003302/http://www.dameware.com/support/security/bulletin.asp?ID=SB5
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?60814edd");
  script_set_attribute(attribute:"solution", value:
"Upgrade to DameWare Mini Remote Control version 3.80 if using 3.x or
to 4.9 if using 4.x." );
  script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:N/C:C/I:C/A:C");
  script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/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:"vuln_publication_date", value:"2005/04/06");
  script_set_attribute(attribute:"patch_publication_date", value:"2005/04/05");
  script_set_attribute(attribute:"plugin_publication_date", value:"2005/04/22");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:dameware:mini_remote_control");
  script_end_attributes();
 
  script_category(ACT_GATHER_INFO);
  script_family(english:"Windows");
  script_copyright(english:"This script is Copyright (C) 2005-2018 Tenable Network Security, Inc.");

  script_dependencies("smb_hotfixes.nasl");
  script_require_keys("SMB/Registry/Enumerated");
  script_require_ports(139, 445);

  exit(0);
}


if (!get_kb_item("SMB/Registry/Enumerated")) exit(0);


# Look in the registry for the version of DameWare Mini RC installed.
key1 = "SMB/Registry/HKLM/SOFTWARE/Microsoft/Windows/CurrentVersion/Uninstall/{F275C4B9-0769-4BE9-BDDE-C40A0789623C}/DisplayName";
key2 = "SMB/Registry/HKLM/SOFTWARE/Microsoft/Windows/CurrentVersion/Uninstall/{F275C4B9-0769-4BE9-BDDE-C40A0789623C}/DisplayVersion";
if (get_kb_item(key1))
{
  ver = get_kb_item(key2);
  # nb: DameWare's bulletin says the problem is fixed with 3.80 as well as
  #     4.9 so we'll alert on anything less.
  if (ver && ver =~ "^([0-2]|3\.[0-7]|4\.[0-8])") security_hole(get_kb_item("SMB/transport"));
}

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

06 Jul 2018 11:26Current
5.5Medium risk
Vulners AI Score5.5
CVSS 27.2
EPSS0.00346
29