Lucene search
+L

Hummingbird Deployment Wizard ActiveX Control Multiple Security Vulnerabilities

🗓️ 23 Oct 2008 00:00:00Reported by Copyright (C) 2008 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 22 Views

Hummingbird Deployment Wizard ActiveX Control multiple security vulnerabilitie

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-4728
17 Oct 200800:00
circl
cve
CVE
CVE-2008-4728
23 Oct 200822:00
cve
cvelist
Cvelist
CVE-2008-4728
23 Oct 200822:00
cvelist
d2
d2
DSquare Exploit Pack: D2SEC_HBDW
24 Oct 200800:00
d2
exploitdb
Exploit DB
Hummingbird Deployment Wizard 2008 - ActiveX Command Execution
17 Oct 200800:00
exploitdb
exploitdb
Exploit DB
Hummingbird Deployment Wizard 2008 - Registry Values Creation/Change
17 Oct 200800:00
exploitdb
exploitdb
Exploit DB
Hummingbird Deployment Wizard 2008 - ActiveX File Execution(2)
17 Oct 200800:00
exploitdb
nvd
NVD
CVE-2008-4728
24 Oct 200800:00
nvd
openvas
OpenVAS
Hummingbird Deployment Wizard ActiveX Control Multiple Security Vulnerabilities
23 Oct 200800:00
openvas
prion
Prion
Design/Logic Flaw
24 Oct 200800:00
prion
Rows per page
# SPDX-FileCopyrightText: 2008 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.900161");
  script_version("2025-03-05T05:38:52+0000");
  script_tag(name:"last_modification", value:"2025-03-05 05:38:52 +0000 (Wed, 05 Mar 2025)");
  script_tag(name:"creation_date", value:"2008-10-23 14:16:10 +0200 (Thu, 23 Oct 2008)");
  script_cve_id("CVE-2008-4728");
  script_copyright("Copyright (C) 2008 Greenbone AG");
  script_tag(name:"cvss_base", value:"9.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"executable_version");
  script_family("Denial of Service");
  script_name("Hummingbird Deployment Wizard ActiveX Control Multiple Security Vulnerabilities");
  script_dependencies("smb_reg_service_pack.nasl");
  script_mandatory_keys("SMB/WindowsVersion");
  script_require_ports(139, 445);

  script_tag(name:"affected", value:"Hummingbird Deployment Wizard version 10.0.0.44 and prior on Windows (all)");

  script_tag(name:"summary", value:"Deployment Wizard ActiveX Control is prone to multiple security vulnerabilities.");

  script_tag(name:"insight", value:"Multiple flaws exist due to an error in 'SetRegistryValueAsString()',
  'Run()' and 'PerformUpdateAsync()' methods in DeployRun.DeploymentSetup.1 (DeployRun.dll) ActiveX control.");

  script_tag(name:"solution", value:"Set the kill-bit for the affected ActiveX control.
  No patch is available as on 21th October, 2008.");

  script_tag(name:"impact", value:"Successful exploitation allows execution of arbitrary code.");

  script_xref(name:"URL", value:"http://secunia.com/advisories/32337");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/31799");
  script_xref(name:"URL", value:"http://www.frsirt.com/english/advisories/2008/2857");

  script_tag(name:"solution_type", value:"Workaround");

  exit(0);
}

include("smb_nt.inc");
include("secpod_smb_func.inc");

if(!get_kb_item("SMB/WindowsVersion")){
  exit(0);
}

wizPath = registry_get_sz(key:"SOFTWARE\Hummingbird\Deployment Wizard",
                          item:"HomeDir");
if(!wizPath){
  exit(0);
}

wizVer = GetVersionFromFile(file:wizPath + "DeployPkgShell.exe", offset:1735500);

if(wizVer)
{
  if(ereg(pattern:"^[0-9](\..*)|10(\.0(\.0(\.[0-3]?[0-9]|\.4[0-4])?)?)($|[^.0-9])",
          string:wizVer)){
    security_message(port:0, data:"The target host was found to be vulnerable");
  }
}

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

05 Mar 2025 00:00Current
6.6Medium risk
Vulners AI Score6.6
CVSS 29.3
EPSS0.31628
22