Lucene search
+L

FlexCell Grid Control ActiveX Arbitrary File Overwrite Vulnerability

🗓️ 02 Dec 2008 00:00:00Reported by Copyright (C) 2008 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 15 Views

FlexCell Grid Control ActiveX arbitrary file overwrite vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2008-5404
9 Dec 200811:00
cve
cvelist
Cvelist
CVE-2008-5404
9 Dec 200811:00
cvelist
euvd
EUVD
EUVD-2008-5381
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-5404
10 Dec 200806:44
nvd
openvas
OpenVAS
FlexCell Grid Control ActiveX Arbitrary File Overwrite Vulnerability
2 Dec 200800:00
openvas
prion
Prion
Design/Logic Flaw
10 Dec 200806:44
prion
# 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.900406");
  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-12-02 11:52:55 +0100 (Tue, 02 Dec 2008)");
  script_cve_id("CVE-2008-5404");
  script_copyright("Copyright (C) 2008 Greenbone AG");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"registry");
  script_family("General");
  script_name("FlexCell Grid Control ActiveX Arbitrary File Overwrite Vulnerability");

  script_xref(name:"URL", value:"http://www.grid2000.com");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/32443");
  script_xref(name:"URL", value:"http://secunia.com/advisories/32829");
  script_xref(name:"URL", value:"http://support.microsoft.com/kb/240797");

  script_dependencies("smb_reg_service_pack.nasl");
  script_mandatory_keys("SMB/WindowsVersion");
  script_require_ports(139, 445);
  script_tag(name:"impact", value:"Successful exploitation will let the attacker execute arbitrary codes.");
  script_tag(name:"insight", value:"The vulnerability is due to an error in the 'httpDownloadFile' method
  in the 'FlexCell.ocx' component file.");
  script_tag(name:"summary", value:"FlexCell Grid Control ActiveX is prone to an arbitrary file overwrite vulnerability.");
  script_tag(name:"affected", value:"FlexCell Grid Control ActiveX 5.7.1 and prior on all Windows Platform.

  Workaround:
  Set the killbit for the affected ActiveX control.");
  script_tag(name:"solution_type", value:"WillNotFix");
  script_tag(name:"solution", value:"No known solution was made available for at least one year
  since the disclosure of this vulnerability. Likely none will be provided anymore.
  General solution options are to upgrade to a newer release, disable respective features,
  remove the product or replace the product by another one.");

  exit(0);
}

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

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

key = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\";

if(!registry_key_exists(key:key)){
    exit(0);
}

entries = registry_enum_keys(key:key);
foreach item (entries)
{
  flexcellName = registry_get_sz(key:key + item, item:"DisplayName");
  if("FlexCell Grid Control" >< flexcellName)
  {
    if(egrep(pattern:"^([0-4]\..*|5\.[0-6](\..*)?|5\.7(\.[01])?)$",
             string:registry_get_sz(key:key + item, item:"DisplayVersion"))){
      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.7Medium risk
Vulners AI Score6.7
CVSS 210
EPSS0.03878
15